Skip to content

feat: codegen cli#102

Merged
olliethedev merged 56 commits intomainfrom
feat/codegen-init
Mar 26, 2026
Merged

feat: codegen cli#102
olliethedev merged 56 commits intomainfrom
feat/codegen-init

Conversation

@olliethedev
Copy link
Copy Markdown
Collaborator

@olliethedev olliethedev commented Mar 24, 2026

Summary

Type of change

  • Bug fix
  • New plugin
  • Feature / enhancement to an existing plugin
  • Documentation
  • Chore / refactor / tooling

Checklist

  • pnpm build passes
  • pnpm typecheck passes
  • pnpm lint passes
  • Tests added or updated (unit and/or E2E)
  • Docs updated (docs/content/docs/) if consumer-facing types or behavior changed
  • All three example apps updated if a plugin was added or changed
  • New plugin: submission checklist in CONTRIBUTING.md completed

Note

Medium Risk
Medium risk because it introduces a new published CLI package plus project file patching logic and updates CI/release workflows, which can affect consumers’ setup and the release pipeline.

Overview
Adds a new @btst/codegen package that provides btst init scaffolding for Next.js/React Router/TanStack projects, plus passthrough generate/migrate commands that delegate to @btst/cli.

Introduces an init smoke-test GitHub Action and expands the release workflow to typecheck/build/publish both @btst/stack and @btst/codegen (including copying README into both packages).

Reworks agent guidance by replacing the large AGENTS.md ruleset with modular .agents/skills/* docs, and updates the README + docs (cli.mdx, installation.mdx) to document codegen init and skill installation.

Written by Cursor Bugbot for commit 373dae6. This will update automatically on new commits. Configure here.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
better-stack-docs Ready Ready Preview, Comment Mar 26, 2026 7:40pm

Request Review

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@olliethedev olliethedev merged commit c176b88 into main Mar 26, 2026
9 checks passed
@olliethedev olliethedev deleted the feat/codegen-init branch March 26, 2026 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

btst init: @btst/codegen CLI tool

1 participant