Document the public tap hosted CI contract - #55
Merged
Conversation
Why: - Product specs still described the Homebrew tap as having only a Formula/Cask sync, after the tap gained pull-request style and audit CI. Changed: - Record tap script/verify.sh, brew style/audit, and known Alpha --online findings. - Keep product Autopilot verify.command as npm test. - Lock the contract in the front-door docs tests. Verification: - npm run agent:verify -- --profile spec-only passed. Affected: - spec/build-and-test.md - spec/project-structure.md - spec/agents.md - spec/README.md - docs/status.md - docs/test/front-door.test.mjs - CHANGELOG.md Refs: - #54 - fiveonecode/homebrew-simulator-broker#3 Session: - task-sessions/tap-hosted-ci-20260903 Co-authored-by: Cursor <cursoragent@cursor.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
VladimirBrejcha
added a commit
that referenced
this pull request
Sep 4, 2026
Why: - PR #53 wired Finder and About version keys from package.json but landed without a CHANGELOG entry. - The release-readiness closeout needs one in-range commit that references the umbrella session. Changed: - Add an Unreleased Fixed entry for the generated Finder/About version metadata and fail-closed packaging check. - Note the fail-closed version-key gate in the docs/status.md packaging bullet. Verification: - npm run test:docs passed (52/52) on this tree. - Full implementation and spec-only profiles run on this commit via the task session before closeout. Affected: - CHANGELOG.md - docs/status.md Refs: - #53 - #55 Session: - task-sessions/release-readiness-20260830 Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
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
fiveonecode/homebrew-simulator-brokerrunsscript/verify.shon pull requests andmain.npm test. The tap has its ownautopilot.yml.Related tap PR: fiveonecode/homebrew-simulator-broker#3
Related issue: #54
Test plan
agent:verify --profile spec-onlyMade with Cursor