From 59a51787edcf7625b6bc9551e2f2b467398d07c9 Mon Sep 17 00:00:00 2001 From: Svrnty Date: Thu, 18 Jun 2026 03:15:36 -0400 Subject: [PATCH] Add Svrnty Vision legacy ingest overview --- AGENTS.md | 2 +- INDEX.md | 7 ++--- README.md | 2 ++ docs/LEGACY-INGEST.md | 61 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 4 deletions(-) create mode 100644 docs/LEGACY-INGEST.md diff --git a/AGENTS.md b/AGENTS.md index 1f95060..f137c50 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 diff --git a/INDEX.md b/INDEX.md index 20367c9..d04fbe7 100644 --- a/INDEX.md +++ b/INDEX.md @@ -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 diff --git a/README.md b/README.md index f5e5a16..95cbbfb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/LEGACY-INGEST.md b/docs/LEGACY-INGEST.md new file mode 100644 index 0000000..33d97ba --- /dev/null +++ b/docs/LEGACY-INGEST.md @@ -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.