1.0 KiB
1.0 KiB
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:
- Backup the current project.
- Extract this ZIP over the project root.
- Clear Symfony cache.
- Run: bin/console mto:agent:config:dump-effective --summary bin/console mto:agent:config:validate
- 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.