Skip to content

Sync repo-level docs to v0.5.0 (0.5.1)#46

Merged
dilawarabbas1 merged 1 commit into
mainfrom
claude/push-code-dotagent-SloI4
May 20, 2026
Merged

Sync repo-level docs to v0.5.0 (0.5.1)#46
dilawarabbas1 merged 1 commit into
mainfrom
claude/push-code-dotagent-SloI4

Conversation

@dilawarabbas1

Copy link
Copy Markdown
Owner

Summary

Doc-only release. Brings root-level docs in line with v0.5.0 (manifest as default, hand-maintained convention, doc-coverage CLI, derived-files orchestrator) and removes 2315 lines of pre-implementation planning docs for features that have shipped.

Updated

  • README.md — full rewrite. v0.5.0 status (733 tests), four-layer model, ownership rule, tier model, what gets generated, what dotagent never writes (hand-maintained convention), doc-coverage CLI, refreshed architecture diagram + comparison table.
  • CHANGELOG.md — backfilled 0.4.7 → 0.5.0 entries (was stuck at 0.4.6) + 0.5.1 for this PR.
  • USING_WITH_CLAUDE_CODE.md — trimmed to focused practical guide. Updated for v3-default + auto-regen-on-docs-change + doc-coverage prompt.
  • CODA_PROMPT.md — added Section 8.5 (~140 lines) covering every v0.5 change for the Coda orchestrator team: manifest default flip, adapter body parity, hand-maintained docs, dotagent doc-coverage, derived-files orchestrator, service-repo inheritance, auto-regen, manifest preview CLI, plus a quick v0.5 cheat sheet.

Removed

File Lines Why
CLAUDE_MD_V2_PLAN.md 494 v2/v3 design plan; manifest shipped + stable in 0.5.0
IMPLEMENTATION_PLAN.md 856 v0.4 layered architecture plan; all 14 PRs shipped
CODE_AUDIT_PLAN.md 706 Future-feature plan not yet started; lives in git history if revived
PROJECT_CONTEXT.md 259 Last updated for v0.3.0; superseded by README + docs/
Total 2315

Internal

Two stale code-comment references to the removed plan docs updated:

  • src/dotagent/render/__init__.py → points at docs/CLAUDE_MD_DESIGN.md
  • src/dotagent/migration/detector.py → inlined the description

Untouched

  • CONTRIBUTING.md (current, well-written)
  • CODE_OF_CONDUCT.md (standard)
  • LICENSE
  • examples/

Test plan

  • Full suite: 733 passed, 2 skipped — code untouched except two doc-comment updates.
  • grep -r CLAUDE_MD_V2_PLAN\|IMPLEMENTATION_PLAN\|CODE_AUDIT_PLAN\|PROJECT_CONTEXT src/ tests/ docs/ *.md — only historical CHANGELOG entry remains (intentional).

Version

0.5.0 → 0.5.1


Generated by Claude Code

Doc-only release. Brings the root-level docs in line with what shipped
in v0.4.7 through v0.5.0 (manifest as default, hand-maintained docs
convention, doc-coverage CLI, derived-files orchestrator) and removes
implemented planning artifacts.

### Updated

- **README.md** — full rewrite. v0.5.0 status, 733 tests. Adds: four-
  layer model, ownership rule, tier model (project-root / service-repo
  / single-repo), table of what dotagent generates, table of what it
  never writes (hand-maintained convention), doc-coverage CLI section,
  derived files (service-registry / HISTORY / dashboard), v3 manifest
  architecture diagram, refreshed comparison table, troubleshooting.
  Old text emphasizing CCO migration + Auto-Dream details kept but
  scaled back.

- **CHANGELOG.md** — backfilled entries for 0.4.7 → 0.5.0 (was stuck
  at 0.4.6). Plus this PR's 0.5.1 entry.

- **USING_WITH_CLAUDE_CODE.md** — trimmed to a focused practical guide.
  Updated to v3-default + auto-regen-on-docs-change + doc-coverage
  prompt for Claude. Drops the "what's not yet built" section that
  listed long-shipped items.

- **CODA_PROMPT.md** — added Section 8.5 (~140 lines) covering every
  v0.5 change for the Coda orchestrator team:
  · render default flipped + adapter body identical across tools
  · four invariant layers in every manifest
  · hand-maintained docs convention (FM-### + ops/* + sharded
    registries)
  · `dotagent doc-coverage` CLI with severity model
  · derived-files orchestrator (service-registry / HISTORY / dashboard)
  · service-repo as child of project-root (../-INHERITED pointers)
  · auto-regeneration on docs change
  · manifest preview CLI
  · quick v0.5 cheat sheet

### Removed

- **CLAUDE_MD_V2_PLAN.md** (494 lines) — v2/v3 design plan; manifest
  shipped and stable since 0.5.0.
- **IMPLEMENTATION_PLAN.md** (856 lines) — v0.4 layered architecture
  plan; all 14 PRs shipped.
- **CODE_AUDIT_PLAN.md** (706 lines) — future-feature plan that's not
  yet started; spec lives in git history if revived.
- **PROJECT_CONTEXT.md** (259 lines) — last updated for v0.3.0;
  superseded by README + docs/.

Total removed: 2315 lines of pre-implementation planning docs.

### Internal

Two stale code-comment references to the removed plan docs updated:
- `src/dotagent/render/__init__.py` — points at `docs/CLAUDE_MD_DESIGN.md`
- `src/dotagent/migration/detector.py` — inlined the description

### Untouched

- CONTRIBUTING.md (current, well-written)
- CODE_OF_CONDUCT.md (standard)
- LICENSE
- examples/

Full suite: 733 passed, 2 skipped.

Version: 0.5.0 → 0.5.1.
@dilawarabbas1 dilawarabbas1 merged commit 35a1968 into main May 20, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants