Release dev.kit 0.14.0 user experience improvements#28
Open
fqjony wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the dev.kit 0.14.0 release while improving repo-context command discovery so generated command contracts reflect runnable, repo-owned surfaces (and aren’t polluted by reusable reference documentation examples).
Changes:
- Bump release metadata to 0.14.0 and refresh generated
.rabbit/context.yamloutput accordingly. - Prevent
docs/references/markdown from being used as a command-contract signal source; add regression coverage to ensure reference-only examples don’t createbuild/runcommands. - Expand real-repo validation guidance and probes (adds
udx/rabbit-automation-action) and document more precise release verification evidence.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/suite.sh | Adds regression assertions + a new fixture repo to ensure reference docs don’t generate make build/make run commands. |
| src/configs/repo-validation.yaml | Adds udx/rabbit-automation-action as an additional real-repo probe for config/manifest contract validation. |
| package.json | Bumps package version to 0.14.0. |
| package-lock.json | Updates lockfile version fields to 0.14.0. |
| lib/modules/repo_signals.sh | Excludes docs/references/* from command-doc scanning so examples don’t become generated contracts. |
| docs/references/command-surfaces.md | Clarifies that docs/references/ is example/guidance and shouldn’t produce command contracts without runnable corroboration. |
| docs/real-repo-validation.md | Adds release verification checklist and guidance to include rabbit-automation-action as a probe when available locally. |
| changes.md | Adds 0.14.0 changelog entries describing the UX/validation improvements. |
| .rabbit/context.yaml | Regenerates context for 0.14.0, reflecting updated command detection behavior and current dependency metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
User-facing impact
Validation