move docs/**/archived/* to docs-archived/**/*

This commit is contained in:
master
2026-01-05 16:02:11 +02:00
parent dfab8a29c3
commit d0a7b88398
1083 changed files with 4 additions and 1 deletions

View File

@@ -246,6 +246,7 @@ Every sprint file must conform to this template:
* **If you find a sprint file whose internal structure deviates significantly from this template, you should normalise it toward this structure while preserving all existing content (log lines, tasks, decisions).** * **If you find a sprint file whose internal structure deviates significantly from this template, you should normalise it toward this structure while preserving all existing content (log lines, tasks, decisions).**
* Record this normalisation in the **Execution Log** (e.g. “2025-11-16 · Normalised sprint file to standard template; no semantic changes.”). * Record this normalisation in the **Execution Log** (e.g. “2025-11-16 · Normalised sprint file to standard template; no semantic changes.”).
* When sprint is fully completed move it to `docs-archived/implplan/`
Additional responsibilities (add-on): Additional responsibilities (add-on):
@@ -387,6 +388,7 @@ If no design decision is required, you proceed autonomously, implementing the ch
- Offline-friendly benches/tests; frozen feeds; deterministic ordering/hashes. - Offline-friendly benches/tests; frozen feeds; deterministic ordering/hashes.
5) **Do not defer:** Execute steps 14 immediately; reporting is after the fact, not a gating step. 5) **Do not defer:** Execute steps 14 immediately; reporting is after the fact, not a gating step.
6) **Archive processed advisories**. After sprints / task / comprehensive documention is created or advisory is fully rejected move it to `docs-archived/product-advisories/`
**Lessons baked in:** Past delays came from missing code carry-over and missing sprint tasks. Always move advisory code into benchmarks/tests and open the corresponding sprint rows the same session you read the advisory. **Lessons baked in:** Past delays came from missing code carry-over and missing sprint tasks. Always move advisory code into benchmarks/tests and open the corresponding sprint rows the same session you read the advisory.

View File

@@ -634,11 +634,12 @@ Create implementation sprint files under `docs/implplan/` using the **mandatory*
- **If any existing sprint file name or internal format deviates from the standard, rename/normalize it** and record the change in its **Execution Log**. - **If any existing sprint file name or internal format deviates from the standard, rename/normalize it** and record the change in its **Execution Log**.
- Normalize sprint files to standard template while preserving content - Normalize sprint files to standard template while preserving content
- Ensure module `AGENTS.md` files exist and are up to date - Ensure module `AGENTS.md` files exist and are up to date
- When sprint is fully completed move it to `docs-archived/implplan/`
### As Product Manager ### As Product Manager
- Review advisories in `docs/product-advisories/` - Review advisories in `docs/product-advisories/`
- Check for overlaps with `docs/product-advisories/archived/` - Check for overlaps with `docs-archived/product-advisories/`
- Validate against module docs and existing implementations - Validate against module docs and existing implementations
- Hand over to project manager role for sprint/task definition - Hand over to project manager role for sprint/task definition

Some files were not shown because too many files have changed in this diff Show More