chore(release): v0.6.0 - #48
Merged
Merged
Conversation
Cuts the release covering the full backlog batch closed today (#7, #8, #9, #10, #11, #12, #13, #14, #15, #16): incremental index maintenance (index-update, index-split), verify-sources, blame, consolidate, the MEMORY.md root pointer with memory-refresh, SR-016 multi-agent namespacing, an RFC 2119 language pass over the rule files, and the freshness-model decision record closing decay scoring and lifecycle tier tags as documented adopter customizations. - CHANGELOG.md: [Unreleased] rolled into [0.6.0] - 2026-07-08, fresh empty [Unreleased] added, compare links updated - CLAUDE.md, AGENTS.md, README.md: version bumped to 0.6.0 - docs/roadmap.md: v0.6.0 row added to "What Already Shipped" Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… count get_approved_tags() in lib-hook-utils.sh required the tag prefix to match [a-z]+ (letters only), so HR-003 silently rejected every tag in the source-type/ category — the only hyphenated prefix in the taxonomy — despite the tags being fully documented and passing HR-009's own notation check. A page tagged only source-type/article was blocked with "No approved tags found." The prefix pattern now allows hyphens, matching HR-009's regex. Also fixes audit-tags.sh: its approved-tag extraction was an unanchored grep across the whole tags.md file, so it matched the `prefix/value` example in the file's own descriptive prose as if it were a real tag, inflating the reported count by one (231 instead of 230). Adds tests/test-tag-regex.sh: asserts a source-type/*-tagged page commits through the real pre-commit hook, get_approved_tags() recognizes the tag, and tag-audit's count matches a hand count of taxonomy bullets. Closes #39 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Owner
Author
|
Folded issue #39 (HR-003 rejecting the Fix: New test |
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.
Summary
Cuts v0.6.0, closing the full backlog batch from today's issue triage: #7, #8, #9, #10, #11, #12, #13, #14, #15, #16.
index-update(incremental registration) andindex-split(sub-index partitioning), with HR-004/HR-008 alignment and a fixed HR-008 pipefail raceverify-sources: danglingraw/citation detection (advisory in doctor)blame: file history correlated withwiki/log.md, matched by date and file pathconsolidate: report-only detection of overlapping stale page groupsMEMORY.md: root pointer index with a deterministicmemory-refreshcommandmemory/agents/scratch spaceChanges
CHANGELOG.md:[Unreleased]rolled into[0.6.0] - 2026-07-08, fresh empty[Unreleased]added, compare links updatedCLAUDE.md,AGENTS.md,README.md: version bumped to 0.6.0docs/roadmap.md: v0.6.0 row added to "What Already Shipped"Verification
markdownlint clean;
vault-tools.sh doctorexits 0; no stray0.5.0references outside legitimate historical entries.After merge I'll tag
v0.6.0and cut the GitHub release.🤖 Generated with Claude Code