diff --git a/.claude/commands/memory/tech-research.md b/.claude/commands/memory/tech-research-rules.md similarity index 97% rename from .claude/commands/memory/tech-research.md rename to .claude/commands/memory/tech-research-rules.md index 43665ca0..f3d281af 100644 --- a/.claude/commands/memory/tech-research.md +++ b/.claude/commands/memory/tech-research-rules.md @@ -1,5 +1,5 @@ --- -name: tech-research +name: tech-research-rules description: "3-phase orchestrator: extract tech stack → Exa research → generate path-conditional rules (auto-loaded by Claude Code)" argument-hint: "[session-id | tech-stack-name] [--regenerate] [--tool ]" allowed-tools: SlashCommand(*), TodoWrite(*), Bash(*), Read(*), Write(*), Task(*) @@ -11,10 +11,6 @@ allowed-tools: SlashCommand(*), TodoWrite(*), Bash(*), Read(*), Write(*), Task(* **Purpose**: Generate multi-layered, path-conditional rules that Claude Code automatically loads based on file context. -**Key Difference from SKILL Memory**: -- **SKILL**: Manual loading via `Skill(command: "tech-name")` -- **Rules**: Automatic loading when working with matching file paths - **Output Structure**: ``` .claude/rules/tech/{tech-stack}/ diff --git a/.codex/prompts.zip b/.codex/prompts.zip new file mode 100644 index 00000000..39b2ae49 Binary files /dev/null and b/.codex/prompts.zip differ diff --git a/.codex/prompts/workflow/execute.md b/.codex/prompts/execute.md similarity index 100% rename from .codex/prompts/workflow/execute.md rename to .codex/prompts/execute.md diff --git a/.codex/prompts/workflow/lite-execute.md b/.codex/prompts/lite-execute.md similarity index 100% rename from .codex/prompts/workflow/lite-execute.md rename to .codex/prompts/lite-execute.md