.editorconfig
.gitignore
.markdownlint-cli2.jsonc
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
CREDITS.md
GEMINI.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
VERSION
constitution.md
gemini-extension.json
mcps.yaml
pyproject.toml
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.codex/INSTALL.md
.cursor-plugin/plugin.json
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/pipeline-reference-drift.yml
.github/workflows/publish.yml
.github/workflows/validate.yml
.opencode/INSTALL.md
agents/README.md
agents/code-reviewer.md
agents/plan-document-reviewer.md
agents/spec-document-reviewer.md
commands/analyze.md
commands/checklist.md
commands/clarify.md
commands/constitution.md
commands/finishing-a-branch.md
commands/frontend-design.md
commands/implement.md
commands/lang.md
commands/plan.md
commands/requesting-code-review.md
commands/specify.md
commands/sync.md
commands/systematic-debugging.md
commands/tasks.md
commands/test-driven-development.md
commands/using-ai-augmented-developer.md
docs/README.codex.md
docs/README.opencode.md
docs/RELEASING.md
docs/pipeline-reference.md
docs/articles/ai-augmented-developer-en.md
docs/articles/ai-augmented-developer-pt-br.md
docs/articles/llm-tool-integration.md
docs/articles/preflight.md
presets/catalog.json
presets/django-drf-react/CLAUDE.md
presets/django-drf-react/constitution.md
presets/django-drf-react/preset.yaml
presets/django-drf-react/skills/ai-integration/SKILL.md
presets/django-drf-react/skills/autodev-pipeline/SKILL.md
presets/django-drf-react/skills/celery-async/SKILL.md
presets/django-drf-react/skills/deploy/SKILL.md
presets/django-drf-react/skills/django-patterns/SKILL.md
presets/django-drf-react/skills/run-tests/SKILL.md
presets/lean/CLAUDE.md
presets/lean/preset.yaml
presets/mobile-ops/CLAUDE.md
presets/mobile-ops/preset.yaml
presets/mobile-ops/skills/build-android/SKILL.md
presets/mobile-ops/skills/build-ios/SKILL.md
presets/mobile-ops/skills/bump-version/SKILL.md
presets/mobile-ops/skills/deploy-admin/SKILL.md
presets/mobile-ops/skills/deploy-backend/SKILL.md
presets/mobile-ops/skills/ota-update/SKILL.md
presets/mobile-ops/skills/release-notes/SKILL.md
presets/mobile-ops/skills/run-tests/SKILL.md
presets/mobile-ops/skills/start-dev/SKILL.md
presets/mobile-ops/skills/submit-android/SKILL.md
presets/mobile-ops/skills/submit-ios/SKILL.md
rules/api-conventions.md
rules/code-style.md
rules/git-workflow.md
rules/security.md
rules/slash-commands.md
rules/terse-mode.md
rules/testing.md
schemas/extension-manifest.schema.json
schemas/install-manifest.schema.json
schemas/marker-grammar.schema.json
schemas/mcps.schema.json
schemas/preset-catalog.schema.json
schemas/skill-frontmatter.schema.json
schemas/spec-recon.schema.json
schemas/terse-output.schema.json
schemas/vendor/README.md
schemas/vendor/mcp-prompts-list.schema.json
schemas/vendor/mcp-tools-list.schema.json
scripts/generate_pipeline_reference.py
scripts/migrate-to-0.2.sh
scripts/sync_assets.py
scripts/validate-skills.sh
scripts/validate_skills.py
skills/analyze/SKILL.md
skills/checklist/SKILL.md
skills/clarify/SKILL.md
skills/constitution/SKILL.md
skills/finishing-a-branch/SKILL.md
skills/frontend-design/SKILL.md
skills/help/SKILL.md
skills/implement/SKILL.md
skills/plan/SKILL.md
skills/requesting-code-review/SKILL.md
skills/specify/SKILL.md
skills/systematic-debugging/SKILL.md
skills/tasks/SKILL.md
skills/test-driven-development/SKILL.md
skills/using-ai-augmented-developer/SKILL.md
skills/using-ai-augmented-developer/references/gemini-tools.md
specs/0008-llm-tool-integration/plan.md
specs/0008-llm-tool-integration/research.md
specs/0008-llm-tool-integration/review-context.md
specs/0008-llm-tool-integration/spec.md
specs/0008-llm-tool-integration/tasks.md
specs/0008-llm-tool-integration/contracts/marker-format.md
specs/0008-llm-tool-integration/contracts/tool-payload.schema.json
specs/0009-token-economy-terse-mode/analysis.md
specs/0009-token-economy-terse-mode/plan.md
specs/0009-token-economy-terse-mode/review-context.md
specs/0009-token-economy-terse-mode/spec.md
specs/0009-token-economy-terse-mode/tasks.md
specs/0010-pipeline-preflight-checks/plan.md
specs/0010-pipeline-preflight-checks/review-context.md
specs/0010-pipeline-preflight-checks/spec.md
specs/0010-pipeline-preflight-checks/tasks.md
specs/0011-specify-reconnaissance/plan.md
specs/0011-specify-reconnaissance/spec.md
specs/0011-specify-reconnaissance/tasks.md
specs/feature-codex-opencode-gemini-handlers/plan.md
specs/feature-codex-opencode-gemini-handlers/spec.md
specs/feature-codex-opencode-gemini-handlers/tasks.md
specs/feature-cursor-platform-handler/plan.md
specs/feature-cursor-platform-handler/spec.md
specs/feature-cursor-platform-handler/tasks.md
specs/feature-extensions-system-mvp/plan.md
specs/feature-extensions-system-mvp/spec.md
specs/feature-extensions-system-mvp/tasks.md
specs/feature-full-install-and-sync/spec.md
specs/feature-install-interactive/plan.md
specs/feature-install-interactive/spec.md
specs/feature-install-interactive/tasks.md
specs/feature-pypi-packaging-and-publish/plan.md
specs/feature-pypi-packaging-and-publish/spec.md
specs/feature-pypi-packaging-and-publish/tasks.md
specs/feature-scope-user-per-home-install/plan.md
specs/feature-scope-user-per-home-install/spec.md
specs/feature-scope-user-per-home-install/tasks.md
src/aiadev/__init__.py
src/aiadev/__main__.py
src/aiadev/cli.py
src/aiadev/config.py
src/aiadev/extensions.py
src/aiadev/framework_artifacts.py
src/aiadev/install_engine.py
src/aiadev/install_manifest.py
src/aiadev/mcp.py
src/aiadev/paths.py
src/aiadev/placeholders.py
src/aiadev/preflight.py
src/aiadev/project_introspect.py
src/aiadev/validate.py
src/aiadev/variable_prompt.py
src/aiadev.egg-info/PKG-INFO
src/aiadev.egg-info/SOURCES.txt
src/aiadev.egg-info/dependency_links.txt
src/aiadev.egg-info/entry_points.txt
src/aiadev.egg-info/requires.txt
src/aiadev.egg-info/top_level.txt
src/aiadev/_assets/constitution.md
src/aiadev/_assets/mcps.yaml
src/aiadev/_assets/agents/README.md
src/aiadev/_assets/agents/code-reviewer.md
src/aiadev/_assets/agents/plan-document-reviewer.md
src/aiadev/_assets/agents/spec-document-reviewer.md
src/aiadev/_assets/commands/analyze.md
src/aiadev/_assets/commands/checklist.md
src/aiadev/_assets/commands/clarify.md
src/aiadev/_assets/commands/constitution.md
src/aiadev/_assets/commands/finishing-a-branch.md
src/aiadev/_assets/commands/frontend-design.md
src/aiadev/_assets/commands/implement.md
src/aiadev/_assets/commands/lang.md
src/aiadev/_assets/commands/plan.md
src/aiadev/_assets/commands/requesting-code-review.md
src/aiadev/_assets/commands/specify.md
src/aiadev/_assets/commands/sync.md
src/aiadev/_assets/commands/systematic-debugging.md
src/aiadev/_assets/commands/tasks.md
src/aiadev/_assets/commands/test-driven-development.md
src/aiadev/_assets/commands/using-ai-augmented-developer.md
src/aiadev/_assets/presets/catalog.json
src/aiadev/_assets/presets/django-drf-react/CLAUDE.md
src/aiadev/_assets/presets/django-drf-react/constitution.md
src/aiadev/_assets/presets/django-drf-react/preset.yaml
src/aiadev/_assets/presets/django-drf-react/skills/ai-integration/SKILL.md
src/aiadev/_assets/presets/django-drf-react/skills/autodev-pipeline/SKILL.md
src/aiadev/_assets/presets/django-drf-react/skills/celery-async/SKILL.md
src/aiadev/_assets/presets/django-drf-react/skills/deploy/SKILL.md
src/aiadev/_assets/presets/django-drf-react/skills/django-patterns/SKILL.md
src/aiadev/_assets/presets/django-drf-react/skills/run-tests/SKILL.md
src/aiadev/_assets/presets/lean/CLAUDE.md
src/aiadev/_assets/presets/lean/preset.yaml
src/aiadev/_assets/presets/mobile-ops/CLAUDE.md
src/aiadev/_assets/presets/mobile-ops/preset.yaml
src/aiadev/_assets/presets/mobile-ops/skills/build-android/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/build-ios/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/bump-version/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/deploy-admin/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/deploy-backend/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/ota-update/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/release-notes/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/run-tests/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/start-dev/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/submit-android/SKILL.md
src/aiadev/_assets/presets/mobile-ops/skills/submit-ios/SKILL.md
src/aiadev/_assets/rules/api-conventions.md
src/aiadev/_assets/rules/code-style.md
src/aiadev/_assets/rules/git-workflow.md
src/aiadev/_assets/rules/security.md
src/aiadev/_assets/rules/slash-commands.md
src/aiadev/_assets/rules/terse-mode.md
src/aiadev/_assets/rules/testing.md
src/aiadev/_assets/schemas/extension-manifest.schema.json
src/aiadev/_assets/schemas/install-manifest.schema.json
src/aiadev/_assets/schemas/marker-grammar.schema.json
src/aiadev/_assets/schemas/mcps.schema.json
src/aiadev/_assets/schemas/preset-catalog.schema.json
src/aiadev/_assets/schemas/skill-frontmatter.schema.json
src/aiadev/_assets/schemas/spec-recon.schema.json
src/aiadev/_assets/schemas/terse-output.schema.json
src/aiadev/_assets/schemas/vendor/README.md
src/aiadev/_assets/schemas/vendor/mcp-prompts-list.schema.json
src/aiadev/_assets/schemas/vendor/mcp-tools-list.schema.json
src/aiadev/_assets/skills/analyze/SKILL.md
src/aiadev/_assets/skills/checklist/SKILL.md
src/aiadev/_assets/skills/clarify/SKILL.md
src/aiadev/_assets/skills/constitution/SKILL.md
src/aiadev/_assets/skills/finishing-a-branch/SKILL.md
src/aiadev/_assets/skills/frontend-design/SKILL.md
src/aiadev/_assets/skills/help/SKILL.md
src/aiadev/_assets/skills/implement/SKILL.md
src/aiadev/_assets/skills/plan/SKILL.md
src/aiadev/_assets/skills/requesting-code-review/SKILL.md
src/aiadev/_assets/skills/specify/SKILL.md
src/aiadev/_assets/skills/systematic-debugging/SKILL.md
src/aiadev/_assets/skills/tasks/SKILL.md
src/aiadev/_assets/skills/test-driven-development/SKILL.md
src/aiadev/_assets/skills/using-ai-augmented-developer/SKILL.md
src/aiadev/_assets/skills/using-ai-augmented-developer/references/gemini-tools.md
src/aiadev/_assets/templates/README.md
src/aiadev/_assets/templates/agent-file-template.md
src/aiadev/_assets/templates/checklist-template.md
src/aiadev/_assets/templates/constitution-template.md
src/aiadev/_assets/templates/plan-template.md
src/aiadev/_assets/templates/spec-template.md
src/aiadev/_assets/templates/tasks-template.md
src/aiadev/_assets/templates/commands/command-template.md
src/aiadev/_tooling/__init__.py
src/aiadev/_tooling/markers.py
src/aiadev/_tooling/payload.py
src/aiadev/_tooling/skill_loader.py
src/aiadev/_tooling/telemetry.py
src/aiadev/_tooling/workspace.py
src/aiadev/commands/__init__.py
src/aiadev/commands/doctor.py
src/aiadev/commands/extension.py
src/aiadev/commands/init.py
src/aiadev/commands/install.py
src/aiadev/commands/lang.py
src/aiadev/commands/preflight.py
src/aiadev/commands/sync.py
src/aiadev/commands/validate.py
src/aiadev/mcp_server/__init__.py
src/aiadev/mcp_server/__main__.py
src/aiadev/mcp_server/server.py
src/aiadev/platforms/__init__.py
src/aiadev/platforms/claude_code.py
src/aiadev/platforms/codex.py
src/aiadev/platforms/cursor.py
src/aiadev/platforms/gemini.py
src/aiadev/platforms/opencode.py
src/aiadev/tools/__init__.py
src/aiadev/tools/_definitions.py
templates/README.md
templates/agent-file-template.md
templates/checklist-template.md
templates/constitution-template.md
templates/plan-template.md
templates/spec-template.md
templates/tasks-template.md
templates/commands/command-template.md
tests/__init__.py
tests/conftest.py
tests/test_agents_have_terse_block.py
tests/test_changelog_entry.py
tests/test_claude_md_pointer.py
tests/test_cli.py
tests/test_credits_attribution.py
tests/test_doctor.py
tests/test_e2e_pipeline.py
tests/test_e2e_specify.py
tests/test_existing_validators_regress.py
tests/test_extension_command.py
tests/test_extensions.py
tests/test_fake_llm.py
tests/test_framework_artifacts.py
tests/test_generate_pipeline_reference.py
tests/test_help_skill.py
tests/test_init.py
tests/test_install.py
tests/test_install_claude_code.py
tests/test_install_codex.py
tests/test_install_command_and_agent_roles.py
tests/test_install_cursor.py
tests/test_install_e2e.py
tests/test_install_engine.py
tests/test_install_gemini.py
tests/test_install_manifest.py
tests/test_install_opencode.py
tests/test_lang.py
tests/test_markers.py
tests/test_mcp.py
tests/test_mcp_server.py
tests/test_off_mode_unchanged.py
tests/test_payload.py
tests/test_pipeline_reference_drift.py
tests/test_placeholders.py
tests/test_precommit_config.py
tests/test_preflight.py
tests/test_preflight_pipeline.py
tests/test_preflight_requirements_coverage.py
tests/test_project_introspect.py
tests/test_skill_loader.py
tests/test_spec_recon_validation.py
tests/test_spec_template_has_recon_anchor.py
tests/test_specify_skill_has_recon_step.py
tests/test_sync_ships_terse_assets.py
tests/test_telemetry.py
tests/test_terse_mode_config.py
tests/test_terse_mode_rule.py
tests/test_terse_output_schema.py
tests/test_tooling_errors.py
tests/test_tools_definitions.py
tests/test_tools_lib.py
tests/test_using_aia_mentions_recon.py
tests/test_validate.py
tests/test_variable_prompt.py
tests/test_vendored_schemas.py
tests/test_workspace.py
tests/_fakes/__init__.py
tests/_fakes/llm.py
tests/fixtures/extensions/sample-extension/extension.yaml
tests/fixtures/extensions/sample-extension/presets/sample/CLAUDE.md
tests/fixtures/extensions/sample-extension/presets/sample/preset.yaml
tests/fixtures/extensions/sample-extension/presets/sample/skills/hello/SKILL.md
tests/fixtures/manifest/invalid_bad_sha.yaml
tests/fixtures/manifest/invalid_missing_preset_name.yaml
tests/fixtures/manifest/valid.yaml
tests/fixtures/mini-preset/CLAUDE.md
tests/fixtures/mini-preset/preset.yaml
tests/fixtures/mini-preset/skills/hello-world/SKILL.md
tests/fixtures/mismatched-name/SKILL.md
tests/fixtures/missing-frontmatter/SKILL.md
tests/fixtures/off_mode/code_reviewer_output.md
tests/fixtures/off_mode/plan_reviewer_output.md
tests/fixtures/off_mode/spec_reviewer_output.md
tests/fixtures/preflight/reference/plan.md
tests/fixtures/preflight/reference/spec.md
tests/fixtures/preflight/reference/tasks.md
tests/fixtures/short-description/SKILL.md
tests/fixtures/spec-recon/empty-recon.md
tests/fixtures/spec-recon/legacy-spec-0009.md
tests/fixtures/spec-recon/nonexistent-path-recon.md
tests/fixtures/spec-recon/optout-recon.md
tests/fixtures/spec-recon/prose-only-recon.md
tests/fixtures/spec-recon/valid-recon.md
tests/fixtures/valid-skill/SKILL.md