thundercode commited on
Commit
d5555e1
路
verified 路
1 Parent(s): 4af4c41

release: add docs/CHANGELOG.md

Browse files
Files changed (1) hide show
  1. docs/CHANGELOG.md +3 -3
docs/CHANGELOG.md CHANGED
@@ -17,7 +17,7 @@ silently overwritten one (`docs/OWNER_DECISIONS_2026-09-23.md`, convention).
17
  **Related documents.** [`../MODEL_CARD.md`](../MODEL_CARD.md) 路 [`MODELS.md`](MODELS.md) 路
18
  [`BENCHMARKS.md`](BENCHMARKS.md) 路 [`TRAINING.md`](TRAINING.md) 路 [`EVALUATION.md`](EVALUATION.md) 路
19
  [`LIMITATIONS.md`](LIMITATIONS.md) 路 [`RESEARCH_NOTES.md`](RESEARCH_NOTES.md) 路
20
- [`ARCHITECTURE.md`](ARCHITECTURE.md).
21
 
22
  ---
23
 
@@ -43,7 +43,7 @@ public repository, and a verified evidence archive.
43
 
44
  | Chapter | Topic |
45
  |---|---|
46
- | `docs/ARCHITECTURE.md` | hub: thesis, sub-document index, cross-cutting principles |
47
  | `docs/architecture/01-system-overview.md` | thesis, component inventory, frozen-backbone strategy |
48
  | `docs/architecture/02-deployment-topology.md` | four tiers, gateway, tunnel, wake flow, cold start |
49
  | `docs/architecture/03-request-lifecycle.md` | the nine-state controller, validation, tiling |
@@ -544,7 +544,7 @@ manifest or on the Hub.
544
 
545
  | File | Purpose | Bytes | In manifest / Hub |
546
  |---|---|---|---|
547
- | `docs/ARCHITECTURE.md` | architecture hub: thesis, sub-document index, cross-cutting principles | 7,672 | yes |
548
  | `docs/MODELS.md` | per-model detail: hyperparameters, acceptance status, measured params | 103,145 | yes |
549
  | `docs/BENCHMARKS.md` | every measured metric with its artifact and protocol | 55,999 | yes |
550
  | `docs/DATASETS.md` | dataset provenance, splits, leakage controls | 67,723 | yes |
 
17
  **Related documents.** [`../MODEL_CARD.md`](../MODEL_CARD.md) 路 [`MODELS.md`](MODELS.md) 路
18
  [`BENCHMARKS.md`](BENCHMARKS.md) 路 [`TRAINING.md`](TRAINING.md) 路 [`EVALUATION.md`](EVALUATION.md) 路
19
  [`LIMITATIONS.md`](LIMITATIONS.md) 路 [`RESEARCH_NOTES.md`](RESEARCH_NOTES.md) 路
20
+ [`ARCHITECTURE.md`](architecture/README.md).
21
 
22
  ---
23
 
 
43
 
44
  | Chapter | Topic |
45
  |---|---|
46
+ | `docs/architecture/README.md` | hub: thesis, sub-document index, cross-cutting principles |
47
  | `docs/architecture/01-system-overview.md` | thesis, component inventory, frozen-backbone strategy |
48
  | `docs/architecture/02-deployment-topology.md` | four tiers, gateway, tunnel, wake flow, cold start |
49
  | `docs/architecture/03-request-lifecycle.md` | the nine-state controller, validation, tiling |
 
544
 
545
  | File | Purpose | Bytes | In manifest / Hub |
546
  |---|---|---|---|
547
+ | `docs/architecture/README.md` | architecture hub: thesis, sub-document index, cross-cutting principles | 7,672 | yes |
548
  | `docs/MODELS.md` | per-model detail: hyperparameters, acceptance status, measured params | 103,145 | yes |
549
  | `docs/BENCHMARKS.md` | every measured metric with its artifact and protocol | 55,999 | yes |
550
  | `docs/DATASETS.md` | dataset provenance, splits, leakage controls | 67,723 | yes |