Remove references to "v4" throughout the code and documentation
Quality Gate / gate (push) Failing after 11s

This commit is contained in:
Jim Lancaster
2026-08-20 16:35:20 -05:00
parent eaeb0bc806
commit bf2f3ac09c
34 changed files with 140 additions and 550 deletions
@@ -7,13 +7,13 @@ applyTo: 'src/transcription/**/*.py'
Primary references:
- `docs/ver4/error_handling_v4.md`
- `docs/error_handling.md`
- `docs/invariant/error_handling.md`
- `docs/ver4/requirements_v4.md`
- `docs/requirements.md`
## Taxonomy and Categories
Use category-driven semantics aligned to canonical V4 policy:
Use category-driven semantics aligned to canonical policy:
- `validation`
- `not_found`
@@ -91,7 +91,7 @@ Required internal -> canonical mapping:
If taxonomy, retries, or envelope semantics change:
1. Update canonical docs (`docs/ver4/error_handling_v4.md`, and invariant docs if needed).
1. Update canonical docs (`docs/error_handling.md`, and invariant docs if needed).
2. Update tests in the same change.
3. Update related instruction/skill references.
4. If change affects persisted status/category fields, update `docs/ver4/schema_v4.md` when applicable.
4. If change affects persisted status/category fields, update `docs/schema.md` when applicable.