docs: reconcile status docs; add 5-axis status vocabulary + cross-chain CREATE caveat #6

Open
nsatoshi wants to merge 1 commits from devin/1776625631-doc-reconcile-status-vocab into master

1 Commits

Author SHA1 Message Date
Devin AI
332cbe7d93 docs: reconcile status docs against generated artifacts; add 5-axis status vocabulary
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 37s
- New docs/11-references/STATUS_VOCABULARY.md: canonical definitions for
  'deployed / wired / funded / explorer-verified / healthy' to replace the
  ad-hoc use of 'live', 'deferred', 'tabled', 'complete' across the tree.
- New docs/11-references/CROSS_CHAIN_CREATE_ADDRESS_COINCIDENCE.md: explains
  why 0xD3AD6831...6f04 simultaneously hosts different contracts on Chain 138
  (PriceFeedKeeper), Celo (CCIPWETH9Bridge), and potentially Wemix. Same
  pattern for 0xa4B9DD...Df08. EVM CREATE address is chain-independent;
  cross-chain claim requires per-chain eth_getCode.
- DEPLOYED_TOKENS_BRIDGES_LPS_AND_ROUTING_STATUS.md line 15 was stale
  ('deployment-status.json empty (design-only)') while the submodule pin
  actually contains cW* addresses for 9 chains. Replaced with the 5-axis
  summary and a reference to the submodule as source of truth.
- REMAINING_DEPLOYMENTS_FOR_FULL_NETWORK_COVERAGE.md updated to use the
  5-axis vocabulary for the Wemix row; 'Last Updated' bumped. The
  Wemix-tabled state itself is unchanged (bridgeAvailable=false in
  deployment-status.json; WEMIX_ACQUISITION_TABLED.md still accurate).

No change to any on-chain state; no change to token/bridge/pool addresses;
no change to runbooks or scripts. Narrative-only reconciliation.

Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
2026-04-19 19:09:25 +00:00