003 GitHub release action#67
Merged
Merged
Conversation
503077d to
8440ec1
Compare
Initialises the .specify project scaffold with templates, extensions, and git integration scripts. Adds: - .specify/memory/constitution.md (v1.0.0) — five governing principles - specs/001-unified-build-script — spec, plan, research, data-model, quickstart - specs/002-github-release-action — spec, plan, research, data-model, quickstart, contracts, tasks - CLAUDE.md pointing to active plan Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
release.yml: triggers on v* tag push, sets up Go 1.24 + Node 22 + pnpm, runs make build, renames and chmod+x the binary as observatio-<tag>-linux-amd64, publishes via softprops/action-gh-release@v2 build.yml: upgrades all actions to current majors (checkout@v4, setup-go@v5 w/ Go 1.24.x, setup-node@v4 w/ Node 22), adds pnpm/action-setup@v4, replaces npm install with pnpm install --frozen-lockfile README: updates prerequisites to Go 1.24 / Node 22, adds Releases section with asset naming convention and download instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
build.yml: remove branch filter so CI runs on every push and PR, not just main Makefile: replace npm with pnpm in lint-frontend, run-tests-frontend, and build targets; fix asset copy to use cp -r instead of fragile find+mv Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removed merge conflict artefacts from Makefile (duplicate old content
after the ======= marker). Fixed sendInitialRequest to send
{types: [type]} so the payload matches what the backend expects and
what the unit tests assert.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8440ec1 to
2ebef0b
Compare
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.
No description provided.