> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quanux.org/symphony/llms.txt
> Use this file to discover all available pages before exploring further.

# Symphony Knowledge Vector: SKV Framework Overview

> SKV is the umbrella framework for Symphony's declarative platform knowledge. Explore Contract Quads, companion surfaces, and every sub-vector under one governance model.

The Symphony Knowledge Vector (SKV) is the canonical framework for Symphony's declarative platform knowledge. It preserves architectural truth, module boundaries, contracts, doctrine, and compatibility knowledge in a structure that humans, validators, qxctl, CI, and agentic tools consume consistently. SKV is not a runtime; it is the shared knowledge layer that every vector routes through.

## The Contract Quad

Every semantic owner in SKV publishes a Contract Quad:

* **INTENT.md**: purpose, scope, and non-scope
* **MANIFEST.md**: canonical surfaces and delegation
* **SKILL.md**: safe usage procedure for callers
* **SPEC.md**: normative behavior

Schemas, registries, profiles, ledgers, and other artifacts stay outside the four-member Quad and remain governed by the same owner.

## Companion surfaces

Two SKV-owned companions route across every vector:

* `knowledge/SLANG.md` maps each platform term to the exact contract that owns its semantics.
* `knowledge/NAMESPACES.md` records identity-family ownership without dictating grammar, allocation, lifecycle, or individual identities.

Neither companion is a fifth Quad member, a new vector, or a runtime service.

## Interpretation rule

Current contracts describe current truth. Append-only SCLV and SODV records preserve what was known, authorized, or completed at their recorded point in time. When contract state, implementation evidence, and the latest applicable record disagree, the disagreement is drift for review. Tooling must not silently invent a reconciliation.

## Sub-vectors

<CardGroup cols={2}>
  <Card title="SKVI" icon="magnifying-glass" href="/symphony/symphony/skv/skvi">
    Indexes each current canonical surface exactly once.
  </Card>

  <Card title="SCLV" icon="clock-rotate-left" href="/symphony/symphony/skv/sclv">
    Append-only change ledger for completed material source changes.
  </Card>

  <Card title="SACV" icon="code" href="/symphony/symphony/skv/sacv">
    Bounded OpenAPI 3.2.0 governance and compatibility diffs.
  </Card>

  <Card title="SODV" icon="scroll" href="/symphony/symphony/skv/sodv">
    Governs official QuanuX publication and release records.
  </Card>

  <Card title="SSFV" icon="list-check" href="/symphony/symphony/skv/ssfv">
    Feature identity, freshness, and administration assurance.
  </Card>

  <Card title="SAV" icon="scale-balanced" href="/symphony/symphony/skv/sav">
    Accordare composition and three-axis compatibility evaluation.
  </Card>

  <Card title="SEV" icon="arrow-trend-up" href="/symphony/symphony/skv/sev">
    Evolution cases, disposition planning, and novelty checks.
  </Card>

  <Card title="Governance" icon="shield-halved" href="/symphony/symphony/governance/ssiag">
    SSIAG identity and STAV audit governance for authorized mutations.
  </Card>
</CardGroup>

<Note>
  Every current SKV engine is read, query, validate, and propose only. Programmatic canonical apply is disabled until each engine's SSIAG permission, expected-state transaction, qxctl safeguard, STAV event, recovery, and negative-test contracts are complete.
</Note>


## Related topics

- [SKVI: The Symphony Knowledge Vector Index Engine](/symphony/symphony/skv/skvi.md)
- [SEV: Symphony Evolution Vector for Planned Changes](/symphony/symphony/skv/sev.md)
- [SSFV: Symphony Semantic Feature Vector and Registry](/symphony/symphony/skv/ssfv.md)
- [SAV: Symphony Accordare Vector for Composition Evaluation](/symphony/symphony/skv/sav.md)
- [SACV: API Contract Governance for QuanuX Symphony](/symphony/symphony/skv/sacv.md)
