-
Notifications
You must be signed in to change notification settings - Fork 0
chore(release): prepare api-to-typemcp v0.2.1 #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| # Task brief: 67 — publish api-to-typemcp v0.2.1 | ||
|
|
||
| **Status:** review | ||
| **Issue:** https://github.com/Theorvane/type-mcp-api-agent-skill/issues/67 | ||
| **Branch:** `chore/67-release-api-to-typemcp-v0-2-1` | ||
| **Owner:** Hermes Agent | ||
|
|
||
| ## Goal | ||
|
|
||
| Release the reviewed security-hardened `api-to-typemcp` skill as public version 0.2.1 through the protected `dev` → `main` promotion and the main-push release workflow. | ||
|
|
||
| ## Source references | ||
|
|
||
| - Release contract: `docs/guides/skill-release.md` | ||
| - Release checklist: `.agents/checklists/release-readiness.md` | ||
| - Security changes: #65 | ||
| - ClawHub public-confirmation gate: #61 | ||
|
|
||
| ## Scope | ||
|
|
||
| ### Included | ||
|
|
||
| - Bump the frontmatter release version from 0.2.0 to 0.2.1. | ||
| - Update release-contract expectations and public README release link. | ||
| - Verify the bundled artifact and a generated project before promotion. | ||
| - Promote and independently verify the public GitHub, ClawHub, and skills-hub.ai releases. | ||
|
|
||
| ### Excluded | ||
|
|
||
| - New engine behavior or dependency changes beyond the reviewed `dev` content. | ||
| - Manual registry mutation or immutable-version retries. | ||
|
|
||
| ## Safety and contract notes | ||
|
|
||
| - Source input: the reviewed `origin/dev` commit `a2225f5c8203c6d468d3419bf99c9a2c7a7d3ade`. | ||
| - Secrets: GitHub Actions secrets only; never read, print, or commit credentials. | ||
| - Side effects: registry publication only follows a reviewed `dev` → `main` merge and succeeds only for published registry state. | ||
| - Compatibility: generated projects retain the public `@theorvane/type-mcp@0.2.0` runtime contract. | ||
|
|
||
| ## Test-first evidence | ||
|
|
||
| | Stage | Command | Expected/observed result | | ||
| | --- | --- | --- | | ||
| | Red | `python3 .agents/scripts/test_skill_release.py` | Expected to fail after changing the release-contract expectation to 0.2.1 while SKILL.md is 0.2.0. | | ||
| | Green | `python3 .agents/scripts/test_skill_release.py` | Passed: 15 tests. | | ||
| | Regression | full repository validation and generated-project verification | Passed: 98 engine tests; generated-project `npm ci`, build, Vitest, and audit (0 vulnerabilities). | | ||
|
|
||
| ## Verification | ||
|
|
||
| - [x] Unit/integration tests | ||
| - [x] Generator or generated-project E2E test | ||
| - [x] Build/package validation | ||
| - [x] `git diff --check` | ||
| - [x] Documentation updated | ||
| - [ ] Independent specification review recorded | ||
| - [ ] Independent code-quality review recorded | ||
|
|
||
| ## Review notes | ||
|
|
||
| - Pending exact-head independent review after PR creation. |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.