Normalize Codex command templates to the scripts-based schema and auto-upgrade generated commands.

This commit is contained in:
honjo-hiroaki-gtt
2025-09-17 01:42:19 +09:00
parent e29488d91f
commit a39185c8be
3 changed files with 145 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ Given the context provided as an argument, do this:
- Generate tasks based on what's available
3. Generate tasks following the template:
- Use `/templates/tasks-template.md` as the base
- Use `templates/tasks-template.md` as the base
- Replace example tasks with actual tasks based on:
* **Setup tasks**: Project init, dependencies, linting
* **Test tasks [P]**: One per contract, one per integration scenario