Add Svrnty Vision legacy ingest overview

This commit is contained in:
Svrnty
2026-06-18 03:15:36 -04:00
parent 74ff840d3d
commit 59a51787ed
4 changed files with 68 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Stage: CLEAN.
Clean score: 100.
Validator: `python3 tools/validate_svrnty_vision_child.py`.
Authority boundary: child-local vision gateway and package-candidate workspace only; not Cortex OS Core authority, Runtime authority, Host Runtime authority, Profile Exposure authority, provider authority, Docker/runtime lifecycle authority, release authority, production authority, or readiness authority.
Legacy-work relation: older BTE-embedded vision, cloud-provider SDK, VLM, FLUX, palette, rembg, Visual Evidence, and package-candidate work is distilled into this standalone gateway only when current docs and validators admit it. Do not import provider credentials, backend state, runtime behavior, or mass because it exists.
Legacy-work relation: older BTE-embedded vision, cloud-provider SDK, VLM, FLUX, palette, rembg, Visual Evidence, and package-candidate work is tracked in `docs/LEGACY-INGEST.md` and distilled into this standalone gateway only when current docs and validators admit it. Do not import provider credentials, backend state, runtime behavior, or mass because it exists.
## Universal Cortex OS Agent Contract
+4 -3
View File
@@ -9,9 +9,10 @@ Validator: `python3 tools/validate_svrnty_vision_child.py`.
1. `AGENTS.md` for route-local authority, forbidden effects, and validator rules.
2. `README.md` for gateway posture, operator/developer examples, and cleanup-route boundary.
3. `docs/VISION-PACKAGE-CANDIDATE.md`, `docs/VISUAL-EVIDENCE-CONTRACT.md`, and `docs/VISION-HOST-ADAPTER-CANDIDATES.md` for package-candidate work.
4. `candidate-manifests/` for tool grants and manifest contracts.
5. `WORKBOARD.yaml` for child-local work state.
3. `docs/LEGACY-INGEST.md` for legacy intention coverage and rejection gates.
4. `docs/VISION-PACKAGE-CANDIDATE.md`, `docs/VISUAL-EVIDENCE-CONTRACT.md`, and `docs/VISION-HOST-ADAPTER-CANDIDATES.md` for package-candidate work.
5. `candidate-manifests/` for tool grants and manifest contracts.
6. `WORKBOARD.yaml` for child-local work state.
## Local Authority
+2
View File
@@ -47,6 +47,8 @@ adapter candidates, and Visual Evidence contract live in `docs/` and
This does not grant Core promotion, Seed installation, Runtime startup, Profile
Exposure, provider admission, or wildcard tool access.
Legacy intention coverage is tracked in `docs/LEGACY-INGEST.md`.
## Cortex OS Boundary
This repo owns child-local sovereign vision gateway source, BTE-shaped HTTP route
+61
View File
@@ -0,0 +1,61 @@
# Svrnty Vision Legacy Ingest
Schema: `cortex.svrnty-vision.legacy-ingest.v1`
Last reviewed: `2026-06-18`
This file is Svrnty Vision child-local operator state. It is not Cortex OS Core
SOT, not Seed installation authority, not Runtime startup authority, not Docker
lifecycle authority, not Profile Exposure authority, not provider authority, not
credential access, and not readiness or release approval.
Legacy vision work is assessed by intention first. Old work is kept, ported,
archived outside the umbrella, deferred, or rejected only after the useful
intention is identified and compared against the current Svrnty Vision route.
## Rules
- Do not import BTE service coupling, cloud-provider credentials, backend state,
runtime behavior, Docker lifecycle effects, or wildcard tool grants.
- Do not start FastAPI/Uvicorn, Docker, Runtime, VLM, FLUX, Spark, ComfyUI,
vLLM, rembg, palette extraction, or cloud image providers from cleanup work.
- Keep records compact: refs, intention, current coverage, decision, closure
gate, and forbidden effects.
## Current Gates
### BTE-Embedded Vision Extraction
- Source refs: `src/svrnty_vision/`, `README.md`, and BTE-shaped route-adapter
docs.
- Intention: move VLM, FLUX, palette, and cutout capability out of BTE so BTE
remains narrow and sovereign-first.
- Current coverage: met as standalone FastAPI gateway source with local
validator and documented BTE-shaped HTTP adapters.
- Decision: keep as active route-local source; do not re-import BTE coupling.
- Closure gate: BTE reintegration, endpoint calls, or Runtime startup requires
governed approval and redacted proof.
### Visual Perception Package Candidate
- Source refs: `docs/VISION-PACKAGE-CANDIDATE.md`,
`docs/VISUAL-EVIDENCE-CONTRACT.md`,
`docs/VISION-HOST-ADAPTER-CANDIDATES.md`, and `candidate-manifests/`.
- Intention: preserve a Cortex OS candidate package for canonical sense
`VISION` without granting Seed installation, Runtime startup, or wildcard
tool authority.
- Current coverage: met as package-candidate docs, host-adapter candidates,
tool-grant manifests, and visual-evidence contract.
- Decision: keep as candidate material only.
- Closure gate: Core promotion, Seed installation, Profile Exposure, or
wildcard grants require separate governed route approval.
### Provider And Heavy-Model Boundaries
- Source refs: `README.md`, `.env.example`, `src/svrnty_vision/settings.py`,
and route docs.
- Intention: document Spark-hosted heavy model dependencies while keeping the
child route from owning those services or credentials.
- Current coverage: met as operator/developer docs and settings shape.
- Decision: keep only configuration shape and boundary docs.
- Closure gate: provider calls, Spark/ComfyUI/vLLM calls, credential reads, or
Docker/server startup are outside cleanup authority.