feat: establish Quant OS production-80 architecture

This commit is contained in:
2026-07-30 22:59:25 +08:00
parent 919c64c679
commit 26cc814f3f
67 changed files with 7005 additions and 142 deletions
+12 -6
View File
@@ -1,15 +1,18 @@
# CLAUDE.md
This directory is the executable source of truth for Quant OS. `quant60` is
its first A-share Baseline kernel/package; the project itself also owns data,
research, portfolio, execution, evidence, and platform adapters. Obsidian
contains research and status documentation only.
This independent repository is the executable source of truth for Quant OS.
`quant_os` is the long-lived product namespace. `quant60` is the compatibility
namespace for the first A-share Baseline protocol and V1 artifacts; maturity
scores belong to profiles, never to package names. Obsidian contains research
and status documentation only.
## Development commands
Run all commands from this directory:
```bash
make architecture
make standard
make test
make bundle
make smoke
@@ -50,5 +53,8 @@ A change is complete only when:
1. unit/integration tests pass;
2. hosted bundles rebuild and pass Python 3.6 syntax checks;
3. the deterministic smoke and manifest verifier pass;
4. docs state the exact evidence class and remaining external gate;
5. no secret or machine-specific absolute path is added to tracked artifacts.
4. architecture and maturity profile checks pass;
5. docs state the exact evidence class and remaining external gate;
6. no secret or machine-specific absolute path is added to executable or public
artifacts. Migration/getting-started docs may name the user-confirmed local
checkout, but generated evidence must stay repository-relative.