docs: version single-source sweep + fix dead README links#643
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
thinmintdev
left a comment
There was a problem hiding this comment.
REVIEWER VERDICT: APPROVE (comment-form — self-approval blocked). CI green. Docs-only.
SPEC (#617 + #628): All ACs met.
#617 — every shipped version string reconciled to pyproject 0.3.2-alpha.1: README (×2: "at v0.2.0"→"v0.3.2-alpha.1" + status line), PLAN.md status, CONTRIBUTING.md, manifest.json (0.1.0-alpha.1→0.3.2-alpha.1). pyproject is the single source of truth.
#628 — dead links fixed: docs/api/mcp.md→docs/mcp/overview.md and docs/api/agents.md→docs/agents/overview.md (verified: old targets were absent on main; new targets exist in-repo — confirmed docs/mcp/overview.md + docs/agents/overview.md on the branch). All v0.2-upgrade.md refs (README ×3, CHANGELOG, installer/README) repointed to the hosted https://hal0.dev/docs/v0.2-upgrade — the approach #628 prefers and CONTEXT.md already uses.
STANDARDS: No scope creep, no leaks. Link targets verified to resolve.
Merge-ready. CONFLICT NOTE below (see report) — #643 touches CONTRIBUTING.md top (lines 1-6); overlaps #642 (DCO, lines 2-13).
Summary
README.md,CONTRIBUTING.md,PLAN.md, andmanifest.jsonto matchpyproject.toml(0.3.2-alpha.1); pyproject is the single source of truth (closes docs: version single-source sweep (README/CONTRIBUTING/PLAN/manifest -> pyproject) #617)README.md,CHANGELOG.md, andinstaller/README.md:docs/api/mcp.md→docs/mcp/overview.md,docs/api/agents.md→docs/agents/overview.md, anddocs/v0.2-upgrade.md→https://hal0.dev/docs/v0.2-upgradehosted URL (closes docs: fix dead README doc links (mcp/agents -> overview.md; recreate-or-redirect v0.2-upgrade.md) #628)Scope
Only doc/version files touched — no source, no tests, no graphify noise:
CONTRIBUTING.md— version string (line 3)PLAN.md— version string + status date (line 10)README.md— version string + three dead linksmanifest.json— cosmeticversionfieldCHANGELOG.md— deadv0.2-upgrade.mdlink → hosted URLinstaller/README.md— deadv0.2-upgrade.mdlinks → hosted URL (2 occurrences)Note on #642
PR #642 (DCO governance) also edits
CONTRIBUTING.mdbut in a different section (adds DCO sign-off block). No line conflict — #642 will need a rebase after this merges, but no manual fixup required.Test plan
README.mdstatus badge showsv0.3.2-alpha.1CONTRIBUTING.mdline 3 showsv0.3.2-alpha.1PLAN.mdstatus line showsv0.3.2-alpha.1manifest.jsonversion field is0.3.2-alpha.1docs/mcp/overview.mdanddocs/agents/overview.mdhttps://hal0.dev/docs/v0.2-upgrade🤖 Generated with Claude Code