Repo Boundary Map
This page answers one simple question:
Where is the public product surface, and where are the supporting internals?
Canonical Boundaries
src/: public CLI, package/runtime tooling, and bounded agent surfaceconfigs/: runtime defaults and governed SLM registry inputsdata/: canonical datasets and benchmarksslms/: SLM catalog mirror and package artifactsexamples/: runnable examples and smoke snippetsdocs/: user-facing docs, specs, and architecture notesscripts/: demo, validation, and governance helperstests/: unit, integration, and regression coverageartifacts/: immutable adapters, fixtures, and generated governance outputs
Stability Policy
- keep
slmcortexas the canonical public identity - keep generated artifacts immutable
- keep public docs product-first
- do not casually change adapter semantics, registry semantics, or benchmark data
Source Of Truth
- public CLI entry point:
slmcortex - runtime and package implementation:
src/ - SLM registry:
src/slmcortex_resources/configs/slm_registry.json - SLM metadata:
src/slmcortex_resources/configs/slms.yaml - SLM mirror:
slms/slm_registry.json,slms/slms.yaml