forked from Fission-AI/OpenSpec
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: migrate to Bun runtime and @clanker-guru/openspec #1
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
Show all changes
15 commits
Select commit
Hold shift + click to select a range
75dcaed
feat: migrate OpenSpec from Node.js/pnpm to Bun runtime
c58bb93
chore: prepare 0.0.1-alpha.1 release with bun publishing
bc27aee
docs: update README - remove Discord, update X handle to @ClankerGuru
ClankerGuru 2d10663
chore: remove --tolerate-republish from publish workflow
ClankerGuru ce300ac
ci: add OpenCode GitHub agent workflow
ClankerGuru 0507e89
fix(test): handle ANSI color codes in init tests and ensure non-inter…
ClankerGuru 9f72070
fix: add jiti dependency for ESLint TypeScript config loading
ClankerGuru 00e1227
fix(test): add shell option for Windows spawn in e2e tests
ClankerGuru 0b446d2
fix(test): add default timeout and remove unref() to prevent Windows …
ClankerGuru 9bdd178
Revert "fix(test): add default timeout and remove unref() to prevent …
ClankerGuru 7206863
fix(test): reference correct TypeScript entry point bin/openspec.ts
ClankerGuru b2fea7a
fix(test): skip e2e tests on Windows due to Bun spawn issues
ClankerGuru c070b3f
fix(test): use fs APIs instead of shell commands for cross-platform c…
ClankerGuru a5cba5e
feat(ci): trigger npm publish on GitHub release creation
ClankerGuru 4c8e89b
fix(test): skip validate command tests on Windows due to Bun spawn is…
ClankerGuru 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
latest stable version of Bun runtime December 2025💡 Result:
The latest stable Bun runtime is v1.3.5 — released December 17, 2025. [1][2]
Sources:
[1] Bun release notes: Bun v1.3.5.
[2] endoflife.date entry for Bun (shows latest 1.3.5, Dec 17, 2025).
Consider pinning Bun version for reproducible builds.
Using
bun-version: latestmay lead to unpredictable CI behavior when Bun releases updates. Consider pinning to a specific version for more reproducible builds:Suggested fix
- uses: oven-sh/setup-bun@v2 with: - bun-version: latest + bun-version: "1.3.x"📝 Committable suggestion
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOLO my fren
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ClankerGuru, got it! I'll keep that in mind for future reviews. 🚀
✏️ Learnings added
🧠 Learnings used