LICENSE
README.md
pyproject.toml
agent_notes/VERSION
agent_notes/__init__.py
agent_notes/__main__.py
agent_notes/cli.py
agent_notes/config.py
agent_notes/doctor_checks.py
agent_notes/install_state.py
agent_notes/state.py
agent_notes.egg-info/PKG-INFO
agent_notes.egg-info/SOURCES.txt
agent_notes.egg-info/dependency_links.txt
agent_notes.egg-info/entry_points.txt
agent_notes.egg-info/requires.txt
agent_notes.egg-info/top_level.txt
agent_notes/commands/__init__.py
agent_notes/commands/_install_helpers.py
agent_notes/commands/build.py
agent_notes/commands/config.py
agent_notes/commands/doctor.py
agent_notes/commands/info.py
agent_notes/commands/install.py
agent_notes/commands/list.py
agent_notes/commands/memory.py
agent_notes/commands/regenerate.py
agent_notes/commands/set_role.py
agent_notes/commands/uninstall.py
agent_notes/commands/validate.py
agent_notes/commands/wizard.py
agent_notes/data/global-claude.md
agent_notes/data/global-copilot.md
agent_notes/data/global-opencode.md
agent_notes/data/pricing.yaml
agent_notes/data/agents/agents.yaml
agent_notes/data/agents/analyst.md
agent_notes/data/agents/api-reviewer.md
agent_notes/data/agents/architect.md
agent_notes/data/agents/coder.md
agent_notes/data/agents/database-specialist.md
agent_notes/data/agents/debugger.md
agent_notes/data/agents/devil.md
agent_notes/data/agents/devops.md
agent_notes/data/agents/explorer.md
agent_notes/data/agents/integrations.md
agent_notes/data/agents/lead.md
agent_notes/data/agents/performance-profiler.md
agent_notes/data/agents/refactorer.md
agent_notes/data/agents/reviewer.md
agent_notes/data/agents/security-auditor.md
agent_notes/data/agents/system-auditor.md
agent_notes/data/agents/tech-writer.md
agent_notes/data/agents/test-runner.md
agent_notes/data/agents/test-writer.md
agent_notes/data/agents/shared/cost_reporting.md
agent_notes/data/agents/shared/execution.md
agent_notes/data/agents/shared/guardrails.md
agent_notes/data/agents/shared/hard_limits.md
agent_notes/data/agents/shared/phase0.md
agent_notes/data/agents/shared/pipelines.md
agent_notes/data/agents/shared/review.md
agent_notes/data/agents/shared/verification.md
agent_notes/data/cli/claude.yaml
agent_notes/data/cli/copilot.yaml
agent_notes/data/cli/opencode.yaml
agent_notes/data/commands/brainstorm.md
agent_notes/data/commands/debug.md
agent_notes/data/commands/review.md
agent_notes/data/hooks/session-context.md.tpl
agent_notes/data/models/claude-haiku-4-5.yaml
agent_notes/data/models/claude-opus-4-1.yaml
agent_notes/data/models/claude-opus-4-5.yaml
agent_notes/data/models/claude-opus-4-6.yaml
agent_notes/data/models/claude-opus-4-7.yaml
agent_notes/data/models/claude-sonnet-4-5.yaml
agent_notes/data/models/claude-sonnet-4-6.yaml
agent_notes/data/models/claude-sonnet-4.yaml
agent_notes/data/plugin/claude.yaml
agent_notes/data/plugin/opencode-index.js.template
agent_notes/data/plugin/opencode.yaml
agent_notes/data/roles/orchestrator.yaml
agent_notes/data/roles/reasoner.yaml
agent_notes/data/roles/scout.yaml
agent_notes/data/roles/worker.yaml
agent_notes/data/rules/code-quality.md
agent_notes/data/rules/safety.md
agent_notes/data/skills/brainstorming/SKILL.md
agent_notes/data/skills/caveman/SKILL.md
agent_notes/data/skills/code-review/SKILL.md
agent_notes/data/skills/debugging-protocol/SKILL.md
agent_notes/data/skills/docker-compose/SKILL.md
agent_notes/data/skills/docker-compose-advanced/SKILL.md
agent_notes/data/skills/docker-dockerfile/SKILL.md
agent_notes/data/skills/docker-dockerfile-languages/SKILL.md
agent_notes/data/skills/git/SKILL.md
agent_notes/data/skills/grill-me/SKILL.md
agent_notes/data/skills/grill-with-docs/SKILL.md
agent_notes/data/skills/improve-codebase-architecture/SKILL.md
agent_notes/data/skills/obsidian-memory/SKILL.md
agent_notes/data/skills/rails/SKILL.md
agent_notes/data/skills/rails/controllers.md
agent_notes/data/skills/rails/frontend.md
agent_notes/data/skills/rails/infra.md
agent_notes/data/skills/rails/models.md
agent_notes/data/skills/rails/testing.md
agent_notes/data/skills/rails/views.md
agent_notes/data/skills/refactoring-protocol/SKILL.md
agent_notes/data/skills/setup-project-context/SKILL.md
agent_notes/data/skills/tdd/SKILL.md
agent_notes/data/skills/zoom-out/SKILL.md
agent_notes/data/templates/__init__.py
agent_notes/data/templates/__pycache__/__init__.cpython-314.pyc
agent_notes/data/templates/frontmatter/__init__.py
agent_notes/data/templates/frontmatter/claude.py
agent_notes/data/templates/frontmatter/opencode.py
agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-314.pyc
agent_notes/data/templates/frontmatter/__pycache__/claude.cpython-314.pyc
agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-314.pyc
agent_notes/domain/__init__.py
agent_notes/domain/agent.py
agent_notes/domain/cli_backend.py
agent_notes/domain/diagnostics.py
agent_notes/domain/diff.py
agent_notes/domain/model.py
agent_notes/domain/role.py
agent_notes/domain/rule.py
agent_notes/domain/skill.py
agent_notes/domain/state.py
agent_notes/registries/__init__.py
agent_notes/registries/_base.py
agent_notes/registries/agent_registry.py
agent_notes/registries/cli_registry.py
agent_notes/registries/model_registry.py
agent_notes/registries/role_registry.py
agent_notes/registries/rule_registry.py
agent_notes/registries/skill_registry.py
agent_notes/scripts/__init__.py
agent_notes/scripts/_claude_backend.py
agent_notes/scripts/_formatting.py
agent_notes/scripts/_opencode_backend.py
agent_notes/scripts/_pricing.py
agent_notes/scripts/cost_report.py
agent_notes/services/__init__.py
agent_notes/services/counts.py
agent_notes/services/credentials.py
agent_notes/services/diff.py
agent_notes/services/fs.py
agent_notes/services/install_state_builder.py
agent_notes/services/installer.py
agent_notes/services/memory_backend.py
agent_notes/services/rendering.py
agent_notes/services/session_context.py
agent_notes/services/settings_writer.py
agent_notes/services/state_store.py
agent_notes/services/ui.py
agent_notes/services/user_config.py
agent_notes/services/validation.py
agent_notes/services/wiki_backend.py
agent_notes/services/diagnostics/__init__.py
agent_notes/services/diagnostics/_checks.py
agent_notes/services/diagnostics/_display.py
agent_notes/services/diagnostics/_fix.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/commands/__init__.py
tests/functional/commands/test_config_command.py
tests/functional/commands/test_doctor_command.py
tests/functional/commands/test_info_command.py
tests/functional/commands/test_install_command.py
tests/functional/commands/test_list_command.py
tests/functional/commands/test_regenerate_command.py
tests/functional/commands/test_uninstall_command.py
tests/functional/commands/test_validate_command.py
tests/functional/memory/__init__.py
tests/functional/memory/test_memory_command.py
tests/functional/scripts/__init__.py
tests/functional/scripts/test_release_script.py
tests/integration/__init__.py
tests/integration/build_output/__init__.py
tests/integration/build_output/test_build_output.py
tests/integration/install/__init__.py
tests/integration/install/test_install_methods.py
tests/integration/plugin_builders/__init__.py
tests/integration/plugin_builders/test_plugin_builders.py
tests/plugins/__init__.py
tests/plugins/test_skills.py
tests/plugins/claude/__init__.py
tests/plugins/claude/test_agents.py
tests/unit/__init__.py
tests/unit/test_import_health.py
tests/unit/test_memory_dir_for_backend.py
tests/unit/commands/__init__.py
tests/unit/commands/test_cost_report_subcommand.py
tests/unit/commands/test_count_agents.py
tests/unit/commands/test_memory_migrate.py
tests/unit/commands/test_wizard_orchestrator_skip.py
tests/unit/commands/test_wizard_preflight.py
tests/unit/registries/__init__.py
tests/unit/registries/test_registries.py
tests/unit/scripts/__init__.py
tests/unit/scripts/test_cost_report.py
tests/unit/scripts/test_cost_report_scoping.py
tests/unit/scripts/test_formatting_tty.py
tests/unit/scripts/test_time_aggregation.py
tests/unit/services/__init__.py
tests/unit/services/test_build_functions.py
tests/unit/services/test_credentials.py
tests/unit/services/test_fs.py
tests/unit/services/test_installer_plan.py
tests/unit/services/test_memory_backend.py
tests/unit/services/test_memory_backend_io.py
tests/unit/services/test_rendering_includes.py
tests/unit/services/test_session_context.py
tests/unit/services/test_settings_writer.py
tests/unit/services/test_wiki_backend.py