Files
claudetools/.claude/active-tasks.json

67 lines
2.9 KiB
JSON

{
"last_updated": "2026-03-23T20:10:00Z",
"tasks": [
{
"id": "win-setup-001",
"title": "Windows Machine Setup - Align with Directives",
"created": "2026-03-23",
"status": "in_progress",
"context": "Setting up Windows guru workstation to match ClaudeTools project directives. This session is non-elevated. Elevated session should pick up remaining items.",
"completed_items": [
"Node.js v24.14.0 installed via winget (PATH: C:\\Program Files\\nodejs)",
".mcp.json created at C:\\Users\\guru\\ClaudeTools\\.mcp.json (filesystem + sequential-thinking)",
"GrepAI v0.35.0 binary downloaded to C:\\Users\\guru\\ClaudeTools\\grepai.exe"
],
"remaining_items": [
{
"step": 1,
"item": "Finish Ollama installation",
"priority": "HIGH",
"details": "winget install was downloading v0.18.2 (1.61GB) but session interrupted ~50%. Run: winget install Ollama.Ollama --accept-package-agreements --accept-source-agreements. Verify with: ollama --version"
},
{
"step": 2,
"item": "Pull Ollama models",
"priority": "HIGH",
"depends_on": "step 1",
"details": "ollama pull nomic-embed-text && ollama pull qwen3:14b && ollama pull codestral:22b"
},
{
"step": 3,
"item": "Initialize GrepAI index",
"priority": "HIGH",
"depends_on": "step 2 (needs nomic-embed-text)",
"details": "cd C:\\Users\\guru\\ClaudeTools && ./grepai.exe init && ./grepai.exe watch --background"
},
{
"step": 4,
"item": "Add GrepAI to .mcp.json",
"priority": "HIGH",
"depends_on": "step 3",
"details": "Add to C:\\Users\\guru\\ClaudeTools\\.mcp.json mcpServers section: \"grepai\": { \"command\": \"C:\\\\Users\\\\guru\\\\ClaudeTools\\\\grepai.exe\", \"args\": [\"mcp-serve\"] }"
},
{
"step": 5,
"item": "Verify MCP servers load",
"priority": "MEDIUM",
"depends_on": "steps 1-4",
"details": "Restart Claude Code and confirm sequential-thinking, filesystem, and grepai MCP servers connect. Node.js is installed but current shell may need PATH refresh."
},
{
"step": 6,
"item": "Update machine memory record",
"priority": "LOW",
"depends_on": "all above",
"details": "Update .claude/memory/machine_windows_guru_setup_status.md to reflect completed setup. Remove all 'Missing' items, mark as fully aligned."
}
],
"notes": [
"GitHub MCP server intentionally excluded - project uses Gitea not GitHub",
"User said they'll get back on git setup separately",
"Node.js may not be in current shell PATH - new terminal needed",
"Ollama download was partially through when interrupted"
]
}
]
}