LICENSE
README.md
pyproject.toml
agentinit/__init__.py
agentinit/__main__.py
agentinit/_add.py
agentinit/_doctor.py
agentinit/_llms.py
agentinit/_parser.py
agentinit/_profiles.py
agentinit/_project_detect.py
agentinit/_project_updates.py
agentinit/_scaffold.py
agentinit/_status.py
agentinit/_sync.py
agentinit/cli.py
agentinit/contextlint_adapter.py
agentinit.egg-info/PKG-INFO
agentinit.egg-info/SOURCES.txt
agentinit.egg-info/dependency_links.txt
agentinit.egg-info/entry_points.txt
agentinit.egg-info/top_level.txt
agentinit/_contextlint/__init__.py
agentinit/_contextlint/__main__.py
agentinit/_contextlint/checks.py
agentinit/_contextlint/cli.py
agentinit/template/.contextlintrc.json
agentinit/template/.gitignore
agentinit/template/AGENTS.md
agentinit/template/CLAUDE.md
agentinit/template/GEMINI.md
agentinit/template/llms.txt
agentinit/template/.claude/rules/coding-style.md
agentinit/template/.claude/rules/repo-map.md
agentinit/template/.claude/rules/testing.md
agentinit/template/.cursor/rules/project.mdc
agentinit/template/.github/copilot-instructions.md
agentinit/template/add/security.md
agentinit/template/add/soul.md
agentinit/template/add/mcp/github.md
agentinit/template/add/mcp/postgres.md
agentinit/template/add/skills/code-reviewer/SKILL.md
agentinit/template/add/skills/frontend-reviewer/SKILL.md
agentinit/template/add/skills/testing/SKILL.md
agentinit/template/docs/CONVENTIONS.md
agentinit/template/docs/DECISIONS.md
agentinit/template/docs/PROJECT.md
agentinit/template/docs/STATE.md
agentinit/template/docs/TODO.md
agentinit/template/minimal/AGENTS.md
agentinit/template/minimal/CLAUDE.md
agentinit/template/minimal/llms.txt
agentinit/template/skeletons/fastapi/main.py
agentinit/template/skeletons/fastapi/pyproject.toml
agentinit/template/skeletons/fastapi/tests/conftest.py
agentinit/template/skeletons/fastapi/tests/test_todos.py
tests/test_cli_lint_add.py
tests/test_cli_project_commands.py
tests/test_cli_scaffold.py
tests/test_cli_status_detect.py