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 06 E2E (Playwright): loading feedback & progress.
|
||||
|
||||
Story: ``.agent/user_stories/loading-feedback.md``
|
||||
Story: ``.agents/user_stories/loading-feedback.md``
|
||||
Run in isolation (DB must be up: ``podman compose up -d db``):
|
||||
|
||||
uv run pytest tests/e2e/test_loading_feedback.py -v --no-cov
|
||||
@@ -167,7 +167,7 @@ def llm_down(mock_llm: int, _cleanup_replacement_mocks: None) -> Iterator[None]:
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# Tests (story → test mapping, .agent/user_stories/loading-feedback.md)
|
||||
# Tests (story → test mapping, .agents/user_stories/loading-feedback.md)
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user