refactor(skills): use .agents/ instead of .agent/ for phased execution

Standardize on the .agents/ directory across all phased-execution
skills (phase state, reports, sessions, validate.sh, PLAN.md, and
per-story/feature/workflow trees). Legacy dot-less agent/ fallbacks
in migration scripts are untouched.
This commit is contained in:
2026-09-05 10:52:37 -04:00
parent e8a2106172
commit e505df62e8
26 changed files with 209 additions and 209 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ Once confirmed, apply these upgrades (directly for small changes, as phases for
## Strict Operational Rules
- **Audit before touching code.** Present the gap analysis and get confirmation first.
- **Prefer phases for large/risky changes.** Wrap big refactors in `.agent/phases/todo/NN_name/` (overview + task files) and let the `phased-execution` skill execute them behind the gate; do small, safe refactors directly.
- **Prefer phases for large/risky changes.** Wrap big refactors in `.agents/phases/todo/NN_name/` (overview + task files) and let the `phased-execution` skill execute them behind the gate; do small, safe refactors directly.
- **Never regress completed behavior.** Every change must keep the project functional and launchable.
- **Never** modify `.agent/PLAN.md` or anything in `.agent/phases/complete/` without explicit permission.
- **Never** modify `.agents/PLAN.md` or anything in `.agents/phases/complete/` without explicit permission.
- **No external CDNs** — ever. All assets served from the app.
- Keep `debugpy` imported **only** when `DEBUGPY=1`.