thundercode commited on
Commit
5f24528
·
verified ·
1 Parent(s): d5555e1

release: add docs/MASTER_ARCHITECTURE_PLAN.md

Browse files
Files changed (1) hide show
  1. docs/MASTER_ARCHITECTURE_PLAN.md +1 -1
docs/MASTER_ARCHITECTURE_PLAN.md CHANGED
@@ -13,7 +13,7 @@
13
  > - Its **implementation-order phases** (0–19) and stop/go gates describe the plan, not the record of
14
  > what was executed. For actual status see [`CHANGELOG.md`](CHANGELOG.md),
15
  > [`LIMITATIONS.md`](LIMITATIONS.md) and the architecture reference in
16
- > [`ARCHITECTURE.md`](ARCHITECTURE.md).
17
  > - Several sections describe capabilities that were later **rejected or measured differently** — for
18
  > example the grounding resolution (the plan allows 448; the shipped value is 224, after 448 lost a
19
  > pre-registered paired test) and the VLM adapter (trained, then **acceptance-rejected**).
 
13
  > - Its **implementation-order phases** (0–19) and stop/go gates describe the plan, not the record of
14
  > what was executed. For actual status see [`CHANGELOG.md`](CHANGELOG.md),
15
  > [`LIMITATIONS.md`](LIMITATIONS.md) and the architecture reference in
16
+ > [`ARCHITECTURE.md`](architecture/README.md).
17
  > - Several sections describe capabilities that were later **rejected or measured differently** — for
18
  > example the grounding resolution (the plan allows 448; the shipped value is 224, after 448 lost a
19
  > pre-registered paired test) and the VLM adapter (trained, then **acceptance-rejected**).