You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@ This package is an internal CLI intended to standardize tooling across all Bombs
4
4
5
5
If you'd like to use this package for your own projects, please consider forking. We are not accepting issues on this repo.
6
6
7
-
-`init` command for scaffolding new projects, which clones [our `template` repo](https://github.com/bombshell-dev/template)
7
+
-`bsh init` command for scaffolding new projects, which clones [our `template` repo](https://github.com/bombshell-dev/template)
8
8
-`bsh dev` command, using `node --experimental-transform-types --watch-path=./src/`
9
9
-`bsh build` command, using [`tsdown`](https://tsdown.dev/) (ESM, unbundled)
10
10
-`bsh test` command, using [`vitest`](https://vitest.dev/)
11
11
-`bsh format` command, using [`oxfmt`](https://oxc.rs/docs/guide/usage/formatter)
12
-
-`bsh lint` command, using [`oxlint`](https://oxc.rs/docs/guide/usage/linter), [`publint`](https://publint.dev/), [`knip`](https://knip.dev), [`tsgo`](https://npmx.dev/@typescript/native-preview)
12
+
-`bsh lint` command, using [`oxlint`](https://oxc.rs/docs/guide/usage/linter), [`knip`](https://knip.dev), [`tsgo`](https://npmx.dev/@typescript/native-preview)
13
+
-`bsh publint` command, using [`publint`](https://publint.dev/)
14
+
-`bsh sync` command, which links our shared [agent skills](#agent-skills) into your project
13
15
- shared `tsconfig.json` file
14
16
15
17
## Agent Skills
16
18
17
-
If you use an AI coding agent, run `pnpm bsh sync` to copy skill files into your project's `skills/` directory. Claude Code users: add `@AGENTS.md` to your project's `CLAUDE.md`.
19
+
If you use an AI coding agent, run `pnpm bsh sync` to symlink this package's skill files into your project's `skills/` directory. Synced skills are automatically added to your `.gitignore`, and an index of them is maintained in your `AGENTS.md`. Claude Code users: add `@AGENTS.md` to your project's `CLAUDE.md`.
0 commit comments