docs: consolidate contract registry into spec/ + unify plans under docs/plan/#173
Merged
Conversation
…cs/plan/ Contracts: merge docs/contracts.md (#171 superset) and the spec/ deployed-contracts redirect into a single canonical docs/spec/deployed-contracts.md; restore the ABI-summary + re-deploy sections #171 trimmed; add an explicit prod-vs-test EVM deployer-wallet table (local 0xdE64..63Bc, test/CI 0x9FE9..F259). docs/contracts.md is now a redirect. Repoint arch.md §5 + CLAUDE.md + operator-runbook-wire + the erc4337 plan. Plans: remove docs/spec/plans/. Active plans -> docs/plan/ (incl. the canonical milestones-roadmap + execution-plan); shipped/outdated -> docs/archived/ (issue-64/, issue-107-mcp-server-phase1, issue-144, issue-74-dev-key-service, agent-initiated-pairing-method-a, design-spec, eng-review-test-plan). Rewrite ~50 references repo-wide (docs, wiki, Rust doc-comments, Cargo.toml, harness/scripts, pm/, README) and depth-correct relative links in moved files. Rewrite docs/plan/README.md index. Verified: broken-link scan shows zero broken links to any moved/contract file; code changes are comment/doc-string only (no logic touched).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Two related docs reorganizations requested by the operator.
1. Single canonical contract registry under
docs/spec/#171 had split the contract registry into a new top-level
docs/contracts.mdplus adocs/spec/deployed-contracts.mdredirect stub. This re-unifies them:docs/spec/deployed-contracts.mdis now the single canonical doc — ERC-4337 P-256 smart-account master (#164): plan + contracts E0–E8 + live mainnet infra & demo #171's superset (v2 stage-1 set + ERC-4337 Migrate master authority to an ERC-4337 P-256 smart-account (resolves §11 gating findings) #164 master infra + historical v1) plus the ABI-summary / re-deploy / "when this doc needs to change" sections that ERC-4337 P-256 smart-account master (#164): plan + contracts E0–E8 + live mainnet infra & demo #171 trimmed.0xdE644936D5B7d5d42032fd08bbA42Fbbfd6663Bc0x9FE9e6c208e9e75D2A19a5c2683127c33896F259docs/contracts.mdflipped to a redirect (so ERC-4337 P-256 smart-account master (#164): plan + contracts E0–E8 + live mainnet infra & demo #171's new links still resolve). Repointedarch.md§5,CLAUDE.md,operator-runbook-wire.md, and the erc4337 plan.2. Unify plans under
docs/plan/(removeddocs/spec/plans/)Assessed every plan for outdated-ness, then consolidated:
docs/plan/: milestones-roadmap + execution-plan (canonical, referenced from arch.md/CLAUDE.md), ceo-plan, issue-103, issue-107-mcp-demo-runbook, issue-74-step-1c, issue-82-erc7730, issue-credential-storage-s3-oidc, phase-1-wire-onboarding, phase1-wire-harness-test-plan, v2-issues/.docs/archived/: issue-64/, issue-107-mcp-server-phase1, issue-144, issue-74-dev-key-service, agent-initiated-pairing-method-a, design-spec, eng-review-test-plan.git mv(history preserved);docs/plan/README.mdindex rewritten.Reviewer notes
Cargo.toml, harness/scripts,pm/,README— including relativeplans/X.mdlinks insidedocs/spec/and a full depth-correction pass (moving files up one dir level broke every../up-link; 106 links fixed semantically by resolving against the repo tree)..rs/.tomledits are//!,///,#, and one doc-URL string constant).Deferred (out of scope)
development-stages.mdare broken, but were already broken before this PR (that file was archived in a prior PR). Tracked separately.docs/archived/"never read in normal dev" policy.🤖 Generated with Claude Code