Authorize upo test mutations and resolve SQL layers

This commit is contained in:
2026-07-22 03:19:34 +03:00
parent 38373409d3
commit 1af36292f7
3 changed files with 22 additions and 11 deletions
+5
View File
@@ -16,6 +16,11 @@
- For training/download containers on `docker-gpu`, sync the current repo into `Z:\LLM\model-chat-app` first. These containers should read code from the synced app directory, not directly from `Z:\codex\LLM`.
- Do not store credentials, tokens, model secrets, or host passwords in repositories or project files.
## `upo_test` mutation scope
- `upo_test` is an isolated test infobase. The user has authorized full read/write adapter checks there, including controlled SQL saved-state changes and rollback.
- This authorization does not turn an adapter-side marker into a native repository lock. When repository coordination is enabled, keep the configured request/confirmation scope and never claim automatic lock verification in the SQL-only adapter version.
## Test-system security profile
- This project currently runs as an isolated test system; use the minimum security profile unless the user explicitly requests production hardening.