Registry index, versioning & publish tooling (HAR-1065) - #1
Merged
Conversation
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
harmonica-mcpdependency — stays runtime-neutral): frontmatter parser, validator with canonical licence sets, publish-guard (licence allowlist +holdflag), and an index generator that emitsindex.json+ a generated README "Methods" table.validate+ index-synccheck+guardon every push/PR.FORMAT.md(tags,hold, versioning convention, the two-repo public/staging publish model).index.json+ README table.Test plan
npm test— 22 unit tests pass (parser, validator, guard, index builder)validatepasses 3,guardblocks a held + a non-allowlisted spec,checkdetects driftvalidate+check+guardImplements the index + versioning + publish-model sub-scope of HAR-1065. Design + plan in
docs/plans/2026-06-14-registry-index-{design,plan}.md. The M2M-to-staging relocation and public flip (plan Task 9) are the follow-on rollout, gated on creating the private staging repo.