Skip to content

Remove new line in rules, Remove duplicate Roo option #484

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/cli/src/helpers/setup/vibe-rules-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export async function setupVibeRules(config: ProjectConfig) {
gemini: { label: "Gemini", hint: "GEMINI.md" },
codex: { label: "Codex", hint: "AGENTS.md" },
clinerules: { label: "Cline/Roo", hint: ".clinerules/*.md" },
roo: { label: "Roo", hint: ".clinerules/*.md" },
zed: { label: "Zed", hint: ".rules/*.md" },
unified: { label: "Unified", hint: ".rules/*.md" },
} as const;
Expand Down
3 changes: 1 addition & 2 deletions apps/cli/templates/addons/vibe-rules/.bts/rules.md.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,4 @@ This project includes a `bts.jsonc` configuration file that stores your Better-T
{{#if (includes addons "turborepo")}}
- Turborepo handles build caching and parallel execution
{{/if}}
- Use `{{#if (eq packageManager "bun")}}bunx{{else if (eq packageManager "pnpm")}}pnpx{{else}}npx{{/if}}
create-better-t-stack add` to add more features later
- Use `{{#if (eq packageManager "bun")}}bunx{{else if (eq packageManager "pnpm")}}pnpx{{else}}npx{{/if}} create-better-t-stack add` to add more features later