new struct md files

This commit is contained in:
team 1
2026-05-04 19:15:22 +02:00
parent 1af158c8a9
commit 5b066d8f8b
109 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# RetrieX config hardening overlay
Scope:
- Multi-tenant and configuration hardening only.
- No retrieval logic rewrite.
- No prompt logic rewrite.
- No security/secrets cleanup in this round.
Install:
1. Backup the current project.
2. Extract this ZIP over the project root.
3. Clear Symfony cache.
4. Run:
bin/console mto:agent:config:dump-effective --summary
bin/console mto:agent:config:validate
5. Run the existing 1.4.2 regression tests before deployment.
New config files:
- config/retriex/runtime.yaml
- config/retriex/index.yaml
- config/retriex/vector.yaml
- config/retriex/commerce.yaml
- config/retriex/model.yaml
- config/retriex/prompt.yaml
- config/retriex/agent.yaml
- config/retriex/retrieval.yaml
New commands:
- mto:agent:config:dump-effective
- mto:agent:config:validate
Notes:
- Existing mto.* parameters remain for compatibility.
- services.yaml imports config/retriex/*.yaml explicitly in stable order.
- Retrieval constants are exposed as inventory and validation baseline, but are not dynamically changed in this round.