Skip to content

[docs] plugin-tools CHANGELOG [1.15.0] entry has placeholder date — backfill (tangential from #60) #64

Description

@kiki830621

Problem

Source: surfaced during /idd-plan #60 tangential sweep (Step 2.5)

plugins/plugin-tools/CHANGELOG.md line 14 has the v1.15.0 entry with placeholder date:

## [1.15.0] - (date unknown — please fill in)

This is the standard changelog-tools:changelog-init placeholder — meant to be filled in by maintainer post-init. Never got filled in.

Type

docs

Expected

Replace placeholder with actual release date by checking git log:

git -C ~/Developer/psychquant-claude-plugins log --oneline --grep="plugin-tools.*1.15.0\|plugin-tools v1.15"

Find when v1.15.0 was bumped in marketplace.json / plugin.json (commit hash + date).

Actual

Drift — release went out, CHANGELOG entry exists but with placeholder date that violates KAC ISO-format requirement. changelog-validate plugin-tools may flag this on stricter modes.

Priority

P3 — schedule. Pure docs cleanup, ~2 minutes.

Strategy sketch

cd ~/Developer/psychquant-claude-plugins
git log --oneline plugins/plugin-tools/.claude-plugin/plugin.json | grep 1.15.0
# pick the bump commit hash
git show --pretty="%ad" --date=short -s <hash>
# replace "(date unknown — please fill in)" with that ISO date

Related

Current Status

Phase: implemented (cluster-PR mode)
Last updated: 2026-05-10 by /idd-implement cluster

Key Decisions

Scope Changes

  • Single file change per issue, all 4 issues touch different files (no inter-issue scope overlap).
  • No sister bugs surfaced (Step 5.7 sweep returned empty).

Blocking

  • (none) Awaiting /idd-verify --pr 71 cluster verify + per-issue /idd-close after merge.

Commits

Current Status

Phase: verified
Last updated: 2026-05-10 by /idd-verify cluster

Key Decisions

  • Cluster verify (PR cluster: 4 docs follow-ups from #49 / #60 IDD lifecycles #71) returned PASS after empirical adjudication of Codex GPT-5.5 cross-model dissent. Full report: cluster: 4 docs follow-ups from #49 / #60 IDD lifecycles #71 (comment)
  • This issue's verify-stage fix(es): LOW suppression B description broadened
  • Codex caught parser-behavior accuracy issue Claude reviewer flat-passed — cross-model verify did its job.
  • 2 Codex HIGH findings on ### Notes non-KAC section names rejected as false positives — empirical evidence shows ### Notes is established repo convention (6× usage in che-apple-mail-mcp CHANGELOG, also batch-ocr/plugin-tools/parallel-ai-agents).
  • DA skipped — disagreements were empirically resolvable via repo grep + bash awk test, no need for separate DA agent.

Scope Changes

Blocking

Commits

Current Status

Phase: closed
Last updated: 2026-05-10 by /idd-close cluster

Key Decisions

  • Closed via cluster /idd-close PsychQuant/psychquant-claude-plugins#52 PsychQuant/psychquant-claude-plugins#54 PsychQuant/psychquant-claude-plugins#55 PsychQuant/psychquant-claude-plugins#64 after PR cluster: 4 docs follow-ups from #49 / #60 IDD lifecycles #71 merged.
  • Per-issue closing summary written independently (NOT batched — IDD discipline).
  • Step 0 supersession active(Implementation Complete > Checklist all - [x])→ Strategy/Plan unchecked items 視為 superseded per #515 fix。
  • Step 1.5 PR Gate PASS(PR cluster: 4 docs follow-ups from #49 / #60 IDD lifecycles #71 MERGED at 2026-05-10T12:02:27Z as 1557fbf)。
  • Step 1.6 semantic gate PASS(每個 issue 的 backtick file path 都在 #64 commit 的 changed-files 列表)。

Scope Changes

  • Cluster of 4 issues sharing 1 PR + 1 squash-merge commit 1557fbf(原 5 commits squashed: 4 implementation + 1 verify-fix)。
  • Verify-stage findings:cross-model dissent caught accuracy issues Claude flat-passed(parser-behavior wording, scope claim narrowing, suppression description completeness)。
  • 2 Codex HIGH on ### Notes non-KAC rejected as repo-convention false positives。

Blocking

  • (none — issue CLOSED)

Commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions