Skip to content

chore: v2.0.0 cleanup — drop dead .codex-plugin and consolidate changelog#89

Merged
massive-value merged 1 commit into
mainfrom
kadinb/v2-cleanup-codex-plugin-changelog
May 9, 2026
Merged

chore: v2.0.0 cleanup — drop dead .codex-plugin and consolidate changelog#89
massive-value merged 1 commit into
mainfrom
kadinb/v2-cleanup-codex-plugin-changelog

Conversation

@massive-value

Copy link
Copy Markdown
Owner

Summary

Two leftovers found in the post-v2.0.0 audit:

  1. Delete .codex-plugin/plugin.json. PR chore: delete v1 distribution artifacts #51 (closing Delete v1 distribution artifacts #27Delete v1 distribution artifacts) explicitly punted on this manifest, quoting from the PR body: ".codex-plugin/plugin.json still has 'skills': './codex-skill' pointing at a now-deleted directory. Left as-is — the issue scope is explicit and .codex-plugin/ is not in the deletion list." But its sibling artifacts (.claude-plugin/marketplace.json, plugins/wealthbox-crm/, codex-skill/) were all deleted, leaving this file dangling with a broken pointer. Removing it makes the v2.0.0 changelog claim "Removed v1 distribution artifacts (Delete v1 distribution artifacts #27)" fully accurate.

  2. Consolidate the changelog. Two changelogs co-existed after PR release: prepare v2.0.0 #88: CHANGELOG.md at the repo root (just v2.0.0) and docs/changelog.md (v0.1–v1.3 history; wired into the mkdocs nav). Merged the v1 history into root CHANGELOG.md, deleted docs/changelog.md, and dropped its mkdocs.yml nav entry. Single source of truth at the repo root, no duplication risk for future releases.

Test plan

  • ruff check src/ tests/ → All checks passed
  • pytest -q → 391 passed, 1 skipped
  • Verified no remaining references to .codex-plugin outside the historical v1.2.0 entry in CHANGELOG.md

🤖 Generated with Claude Code

Follow-up to #27 / #50 — v2.0.0 cleanup audit found two leftovers.

- Delete `.codex-plugin/plugin.json`. PR #51 (closing #27) explicitly
  punted on this manifest because "the issue scope is explicit and
  `.codex-plugin/` is not in the deletion list" — but its sibling
  artifacts (the Claude marketplace manifest and the `codex-skill/`
  mirror) were deleted, leaving this file with a broken `./codex-skill`
  pointer to a directory that no longer exists. Removing it makes the
  v2.0.0 changelog claim "Removed v1 distribution artifacts (#27)"
  fully accurate.

- Consolidate the changelog. Migrate the v0.1–v1.3 history from
  `docs/changelog.md` into the root `CHANGELOG.md` (which previously
  held only the v2.0.0 entry), delete the docs copy, and drop the
  Changelog entry from `mkdocs.yml` nav. Single source of truth at the
  repo root, no duplication risk for future releases.

`ruff check src/ tests/` clean. `pytest -q` 391 passed, 1 skipped.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@massive-value massive-value merged commit 48af225 into main May 9, 2026
6 checks passed
@massive-value massive-value deleted the kadinb/v2-cleanup-codex-plugin-changelog branch May 9, 2026 20:12
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.

1 participant