refactor(agents): migrate .agent/ planning tree to .agents/
Standardize on the .agents/ directory (shared with project skills): phases/, user_stories/, reports/, screenshots/, validate.sh, and phase-sessions/ + pipeline.log all move to .agents/ (git mv preserves history; runtime artifacts move alongside). Updates every reference in AGENTS.md, README.md, .gitignore, app docstrings, and test story headers. Historical KB content in data/ and the runtime pipeline.log transcript are left untouched.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Phase 07 E2E (Playwright): responsive + WCAG 2.1 AA polish sweep.
|
||||
|
||||
Story: ``.agent/user_stories/responsive-polish.md``
|
||||
Story: ``.agents/user_stories/responsive-polish.md``
|
||||
This phase IS the visual/a11y verification (PLAN §7 end-to-end); the suite
|
||||
below is the acceptance test. Run in isolation (DB must be up:
|
||||
``podman compose up -d db``):
|
||||
|
||||
Reference in New Issue
Block a user