This commit is contained in:
team 1
2026-05-04 08:38:53 +02:00
parent c5e212f8f2
commit c00cb3a9b9
16 changed files with 482 additions and 88 deletions

View File

@@ -0,0 +1,22 @@
# RetrieX Patch 28 - Language Cleanup Documentation
Purpose: document the new Language Cleanup Profile ownership rules for RetrieX 1.5.3+.
Changes:
- adds `RETRIEX_LANGUAGE_CLEANUP_GUIDE.md`
- extends `DEVELOPER_POLICIES.md` with language cleanup ownership rules
- no runtime code changes
- no YAML value changes
- no list deletion
Install:
```bash
unzip -o p28.zip -d /path/to/retriex
cd /path/to/retriex
bin/console mto:agent:config:validate
bin/console mto:agent:regression:test
bin/console mto:agent:config:audit-source --details
bin/console mto:agent:config:audit-patterns --details
```