gewuyou 6ab32032bc refactor(repo): 重构ai-plan目录语义
- 重命名 local-plan 为 ai-plan,并收口 public 与 private 的目录语义
- 更新 AGENTS、README 与 boot skill 的恢复文档路径和安全约束
- 迁移共享 tracking 与 trace 文件到 ai-plan/public,并补充治理说明文档
2026-04-19 03:18:46 +08:00

1.2 KiB

Startup Artifacts

Required Reads

  • AGENTS.md
  • .ai/environment/tools.ai.yaml
  • ai-plan/public/todos/
  • ai-plan/public/traces/

AI-Plan Selection Heuristics

  • Match the user's wording against public todo and trace file names first.
  • Prefer the newest matching trace when several candidates describe the same feature area.
  • If one file records a clearer recovery point than a newer but vague file, prefer the clearer recovery point.
  • If a matching ai-plan/private/<branch-or-worktree>/ directory exists, use it only as private context for the current worktree.

Complexity Defaults

  • simple: keep everything local, no subagent
  • medium: keep design local, optionally use one explorer for parallel read-only discovery
  • complex: keep architecture and integration local, delegate only bounded non-blocking subtasks

Model Defaults

  • explorer: gpt-5.1-codex-mini
  • worker: gpt-5.4

Startup Summary Template

Use a short update before execution:

Read AGENTS.md, the environment inventory, and the relevant public ai-plan artifacts. This looks like a <task-state> <complexity> task. I will <delegate-or-not> and start with <first-step>.