-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Lucenx9 edited this page Mar 5, 2026
·
4 revisions
- Check they are tracked:
git status - Check ignore rules:
git status --ignored - Refresh index:
agentinit refresh-llms
- Fill placeholders in reported files.
- Fix broken links across docs.
- Re-run:
agentinit status --check
agentinit sync --check
agentinit lintIf CLAUDE.md, GEMINI.md, Cursor, or Copilot router files drift from the shipped templates:
agentinit sync
agentinit sync --checkagentinit skips writes to managed files that are symlinks or resolve outside the project root.
If you see a warning like managed path is a symlink:
- replace the managed file with a regular file inside the repo, or
- remove the symlink and rerun the command
- Reduce repeated content in router files.
- Move central rules to
AGENTS.md. - Keep routers as pointers to docs, or direct
@imports where supported by the tool.
Use:
agentinit init --purpose "..." --translate-purposeOr with detect:
agentinit init --detect --purpose "..."(Non-English purpose is translated for docs/*.)
Docs source of truth: README | Release notes: CHANGELOG | CLI reference: agentinit --help | Report docs issues: GitHub Issues