Skip to content
Open
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
10 changes: 7 additions & 3 deletions apps/docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ the code in your repo.
## Does this work for non-Node projects?

Yes. The CLI and the vendored guards need Node on the runner (present on all
GitHub-hosted runners) — your project doesn't. `init` detects pnpm/yarn/npm
and otherwise leaves a marked slot for your toolchain steps. The provision
command is yours: `make db`, `docker compose up -d`, `mix ecto.setup`.
GitHub-hosted runners) — your project doesn't. `init` detects project roots
across ecosystems — Node (pnpm/yarn/npm), Python (Poetry/uv/PDM/Hatch/pip),
PHP (Composer), Go, Ruby, Rust, and Java — including several side by side in
one repository, and proposes per-root provision and check commands. Anything
it cannot see still gets a marked slot for your toolchain steps, and the
provision command stays yours: `make db`, `docker compose up -d`,
`mix ecto.setup`.

## Can I use my existing AGENTS.md / CLAUDE.md / .claude setup?

Expand Down
Loading
Loading