diff --git a/docs/commands/core.md b/docs/commands/core.md index 96e9527..cee2231 100644 --- a/docs/commands/core.md +++ b/docs/commands/core.md @@ -4,7 +4,7 @@ Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code. -[Source Definition](../../gemini/commands/plan.md) +[Source Definition](../../commands/plan.md) --- @@ -12,7 +12,7 @@ Restate requirements, assess risks, and create step-by-step implementation plan. Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage. -[Source Definition](../../gemini/commands/tdd.md) +[Source Definition](../../commands/tdd.md) --- @@ -20,7 +20,7 @@ Enforce test-driven development workflow. Scaffold interfaces, generate tests FI Comprehensive security and quality review of uncommitted changes: -[Source Definition](../../gemini/commands/code-review.md) +[Source Definition](../../commands/code-review.md) --- @@ -28,7 +28,7 @@ Comprehensive security and quality review of uncommitted changes: Incrementally fix TypeScript and build errors: -[Source Definition](../../gemini/commands/build-fix.md) +[Source Definition](../../commands/build-fix.md) --- @@ -36,7 +36,7 @@ Incrementally fix TypeScript and build errors: Safely identify and remove dead code with test verification: -[Source Definition](../../gemini/commands/refactor-clean.md) +[Source Definition](../../commands/refactor-clean.md) --- @@ -44,6 +44,6 @@ Safely identify and remove dead code with test verification: Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts. -[Source Definition](../../gemini/commands/e2e.md) +[Source Definition](../../commands/e2e.md) --- diff --git a/docs/commands/language-specific.md b/docs/commands/language-specific.md index 1efc700..537f327 100644 --- a/docs/commands/language-specific.md +++ b/docs/commands/language-specific.md @@ -4,7 +4,7 @@ Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes. -[Source Definition](../../gemini/commands/go-build.md) +[Source Definition](../../commands/go-build.md) --- @@ -12,7 +12,7 @@ Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes t Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent. -[Source Definition](../../gemini/commands/go-review.md) +[Source Definition](../../commands/go-review.md) --- @@ -20,7 +20,7 @@ Comprehensive Go code review for idiomatic patterns, concurrency safety, error h Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover. -[Source Definition](../../gemini/commands/go-test.md) +[Source Definition](../../commands/go-test.md) --- @@ -28,6 +28,6 @@ Enforce TDD workflow for Go. Write table-driven tests first, then implement. Ver Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent. -[Source Definition](../../gemini/commands/python-review.md) +[Source Definition](../../commands/python-review.md) --- diff --git a/docs/commands/learning-evolution.md b/docs/commands/learning-evolution.md index 6ed8aee..356926d 100644 --- a/docs/commands/learning-evolution.md +++ b/docs/commands/learning-evolution.md @@ -4,7 +4,7 @@ Analyze the current session and extract any patterns worth saving as skills. -[Source Definition](../../gemini/commands/learn.md) +[Source Definition](../../commands/learn.md) --- @@ -12,7 +12,7 @@ Analyze the current session and extract any patterns worth saving as skills. Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App. -[Source Definition](../../gemini/commands/skill-create.md) +[Source Definition](../../commands/skill-create.md) --- @@ -20,7 +20,7 @@ Analyze local git history to extract coding patterns and generate SKILL.md files Cluster related instincts into skills, commands, or agents -[Source Definition](../../gemini/commands/evolve.md) +[Source Definition](../../commands/evolve.md) --- @@ -28,7 +28,7 @@ Cluster related instincts into skills, commands, or agents Import instincts from teammates, Skill Creator, or other sources -[Source Definition](../../gemini/commands/instinct-import.md) +[Source Definition](../../commands/instinct-import.md) --- @@ -36,7 +36,7 @@ Import instincts from teammates, Skill Creator, or other sources Export instincts for sharing with teammates or other projects -[Source Definition](../../gemini/commands/instinct-export.md) +[Source Definition](../../commands/instinct-export.md) --- @@ -44,6 +44,6 @@ Export instincts for sharing with teammates or other projects Show all learned instincts with their confidence levels -[Source Definition](../../gemini/commands/instinct-status.md) +[Source Definition](../../commands/instinct-status.md) --- diff --git a/docs/commands/multi-agent.md b/docs/commands/multi-agent.md index d1b41e5..3223ff5 100644 --- a/docs/commands/multi-agent.md +++ b/docs/commands/multi-agent.md @@ -4,7 +4,7 @@ Multi-model collaborative planning - Context retrieval + Dual-model analysis → Generate step-by-step implementation plan. -[Source Definition](../../gemini/commands/multi-plan.md) +[Source Definition](../../commands/multi-plan.md) --- @@ -12,7 +12,7 @@ Multi-model collaborative planning - Context retrieval + Dual-model analysis → Multi-model collaborative execution - Get prototype from plan → Gemini refactors and implements → Multi-model audit and delivery. -[Source Definition](../../gemini/commands/multi-execute.md) +[Source Definition](../../commands/multi-execute.md) --- @@ -20,7 +20,7 @@ Multi-model collaborative execution - Get prototype from plan → Gemini refacto Backend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led. -[Source Definition](../../gemini/commands/multi-backend.md) +[Source Definition](../../commands/multi-backend.md) --- @@ -28,7 +28,7 @@ Backend-focused workflow (Research → Ideation → Plan → Execute → Optimiz Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Gemini-led. -[Source Definition](../../gemini/commands/multi-frontend.md) +[Source Definition](../../commands/multi-frontend.md) --- @@ -36,7 +36,7 @@ Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimi Multi-model collaborative development workflow (Research → Ideation → Plan → Execute → Optimize → Review), with intelligent routing: Frontend → Gemini, Backend → Codex. -[Source Definition](../../gemini/commands/multi-workflow.md) +[Source Definition](../../commands/multi-workflow.md) --- @@ -44,7 +44,7 @@ Multi-model collaborative development workflow (Research → Ideation → Plan Sequential agent workflow for complex tasks. -[Source Definition](../../gemini/commands/orchestrate.md) +[Source Definition](../../commands/orchestrate.md) --- @@ -52,6 +52,6 @@ Sequential agent workflow for complex tasks. Auto-analyze project and generate PM2 service commands. -[Source Definition](../../gemini/commands/pm2.md) +[Source Definition](../../commands/pm2.md) --- diff --git a/docs/commands/utilities.md b/docs/commands/utilities.md index cbcbc2b..e3154b0 100644 --- a/docs/commands/utilities.md +++ b/docs/commands/utilities.md @@ -4,7 +4,7 @@ Configure your preferred package manager (npm/pnpm/yarn/bun) -[Source Definition](../../gemini/commands/setup-pm.md) +[Source Definition](../../commands/setup-pm.md) --- @@ -12,7 +12,7 @@ Configure your preferred package manager (npm/pnpm/yarn/bun) Sync documentation from source-of-truth: -[Source Definition](../../gemini/commands/update-docs.md) +[Source Definition](../../commands/update-docs.md) --- @@ -20,7 +20,7 @@ Sync documentation from source-of-truth: Analyze the codebase structure and update architecture documentation: -[Source Definition](../../gemini/commands/update-codemaps.md) +[Source Definition](../../commands/update-codemaps.md) --- @@ -28,7 +28,7 @@ Analyze the codebase structure and update architecture documentation: Run comprehensive verification on current codebase state. -[Source Definition](../../gemini/commands/verify.md) +[Source Definition](../../commands/verify.md) --- @@ -36,7 +36,7 @@ Run comprehensive verification on current codebase state. Create or verify a checkpoint in your workflow. -[Source Definition](../../gemini/commands/checkpoint.md) +[Source Definition](../../commands/checkpoint.md) --- @@ -44,7 +44,7 @@ Create or verify a checkpoint in your workflow. Manage eval-driven development workflow. -[Source Definition](../../gemini/commands/eval.md) +[Source Definition](../../commands/eval.md) --- @@ -52,6 +52,6 @@ Manage eval-driven development workflow. Manage Gemini CLI session history - list, load, alias, and edit sessions stored in `~/.gemini/sessions/`. -[Source Definition](../../gemini/commands/sessions.md) +[Source Definition](../../commands/sessions.md) ---