-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Lucenx9 edited this page Mar 5, 2026
·
4 revisions
By default, no. It scaffolds agent context files.
Use --skeleton fastapi for a minimal app boilerplate.
agentinit status (and in CI: agentinit status --check).
When you want the lightest setup and add memory files later.
It helps, but you should still provide a clear --purpose.
Yes. Minimum setup:
agentinit init
agentinit refresh-llms
agentinit status-
agentinit refresh-llmsrebuildsllms.txtfrom your current project files. -
agentinit syncrestores vendor router files likeCLAUDE.md,GEMINI.md, Cursor, and Copilot files from the built-in templates, including short router files that point back toAGENTS.mdand related docs.
For CI, use both:
agentinit status --check
agentinit sync --checkFor init and minimal, yes: --yes is a non-interactive alias that also implies --force.
For new, --yes only skips the wizard.
Docs source of truth: README | Release notes: CHANGELOG | CLI reference: agentinit --help | Report docs issues: GitHub Issues