agent-notes 2.29.0__tar.gz → 2.32.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agent_notes-2.29.0 → agent_notes-2.32.0}/PKG-INFO +77 -26
- {agent_notes-2.29.0 → agent_notes-2.32.0}/README.md +76 -25
- agent_notes-2.32.0/agent_notes/VERSION +1 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/cli.py +1 -1
- agent_notes-2.32.0/agent_notes/commands/hook.py +479 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/migrate.py +5 -2
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/__init__.py +5 -11
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/constants.py +6 -0
- agent_notes-2.32.0/agent_notes/data/agents/shared/pipelines.md +18 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/verification.md +1 -1
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/commands/debug.md +1 -1
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/plugin/claude.yaml +13 -4
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/pricing.yaml +8 -6
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/reasoner.yaml +0 -1
- agent_notes-2.32.0/agent_notes/data/rules/no-ai-attribution.md +27 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/chrome-test/SKILL.md +2 -2
- agent_notes-2.32.0/agent_notes/data/skills/code-review/SKILL.md +90 -0
- agent_notes-2.32.0/agent_notes/data/skills/codebase-design/DEEPENING.md +37 -0
- agent_notes-2.32.0/agent_notes/data/skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
- agent_notes-2.32.0/agent_notes/data/skills/codebase-design/SKILL.md +115 -0
- agent_notes-2.32.0/agent_notes/data/skills/diagnosing-bugs/SKILL.md +135 -0
- agent_notes-2.32.0/agent_notes/data/skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
- agent_notes-2.32.0/agent_notes/data/skills/domain-modeling/ADR-FORMAT.md +47 -0
- agent_notes-2.32.0/agent_notes/data/skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
- agent_notes-2.32.0/agent_notes/data/skills/domain-modeling/SKILL.md +75 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/git/SKILL.md +1 -0
- agent_notes-2.32.0/agent_notes/data/skills/grill-me/SKILL.md +8 -0
- agent_notes-2.32.0/agent_notes/data/skills/grill-with-docs/SKILL.md +8 -0
- agent_notes-2.32.0/agent_notes/data/skills/grilling/SKILL.md +13 -0
- agent_notes-2.32.0/agent_notes/data/skills/handoff/SKILL.md +17 -0
- agent_notes-2.32.0/agent_notes/data/skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
- agent_notes-2.32.0/agent_notes/data/skills/improve-codebase-architecture/SKILL.md +67 -0
- agent_notes-2.32.0/agent_notes/data/skills/prototype/LOGIC.md +79 -0
- agent_notes-2.32.0/agent_notes/data/skills/prototype/SKILL.md +27 -0
- agent_notes-2.32.0/agent_notes/data/skills/prototype/UI.md +112 -0
- agent_notes-2.32.0/agent_notes/data/skills/research/SKILL.md +13 -0
- agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/SKILL.md +117 -0
- agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/domain.md +51 -0
- agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/issue-tracker-github.md +45 -0
- agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/issue-tracker-gitlab.md +46 -0
- agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/issue-tracker-local.md +30 -0
- agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/triage-labels.md +15 -0
- agent_notes-2.32.0/agent_notes/data/skills/tdd/SKILL.md +37 -0
- agent_notes-2.32.0/agent_notes/data/skills/tdd/mocking.md +59 -0
- agent_notes-2.32.0/agent_notes/data/skills/tdd/tests.md +77 -0
- agent_notes-2.32.0/agent_notes/data/skills/to-spec/SKILL.md +76 -0
- agent_notes-2.32.0/agent_notes/data/skills/to-tickets/SKILL.md +108 -0
- agent_notes-2.32.0/agent_notes/data/skills/triage/AGENT-BRIEF.md +207 -0
- agent_notes-2.32.0/agent_notes/data/skills/triage/OUT-OF-SCOPE.md +105 -0
- agent_notes-2.32.0/agent_notes/data/skills/triage/SKILL.md +113 -0
- agent_notes-2.32.0/agent_notes/data/skills/wayfinder/SKILL.md +128 -0
- agent_notes-2.32.0/agent_notes/data/skills/writing-great-skills/GLOSSARY.md +201 -0
- agent_notes-2.32.0/agent_notes/data/skills/writing-great-skills/SKILL.md +84 -0
- agent_notes-2.32.0/agent_notes/data/templates/__pycache__/__init__.cpython-314.pyc +0 -0
- agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-314.pyc +0 -0
- agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/base.cpython-314.pyc +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/__pycache__/claude.cpython-314.pyc +0 -0
- agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/codex.cpython-314.pyc +0 -0
- agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-314.pyc +0 -0
- agent_notes-2.32.0/agent_notes/data/templates/frontmatter/base.py +47 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/codex.py +7 -24
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/opencode.py +3 -47
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/model.py +1 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/role.py +1 -2
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/model_registry.py +1 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/role_registry.py +0 -1
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_claude_backend.py +24 -8
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_pricing.py +39 -7
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/credentials.py +2 -2
- agent_notes-2.32.0/agent_notes/services/install_executor.py +142 -0
- agent_notes-2.32.0/agent_notes/services/install_plan.py +283 -0
- agent_notes-2.32.0/agent_notes/services/installer.py +306 -0
- agent_notes-2.32.0/agent_notes/services/memory_backend.py +63 -0
- agent_notes-2.32.0/agent_notes/services/memory_router.py +14 -0
- agent_notes-2.32.0/agent_notes/services/model_resolver.py +222 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/rendering.py +13 -98
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/settings_writer.py +2 -2
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/PKG-INFO +77 -26
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/SOURCES.txt +44 -12
- {agent_notes-2.29.0 → agent_notes-2.32.0}/pyproject.toml +3 -0
- agent_notes-2.32.0/tests/functional/commands/test_install_roundtrip.py +162 -0
- agent_notes-2.32.0/tests/functional/commands/test_uninstall_full_hooks.py +297 -0
- agent_notes-2.32.0/tests/functional/commands/test_wizard_happy_path.py +163 -0
- agent_notes-2.32.0/tests/unit/commands/test_guard_credentials.py +652 -0
- agent_notes-2.32.0/tests/unit/commands/test_precompact_memory_bridge.py +182 -0
- agent_notes-2.32.0/tests/unit/commands/test_wizard_role_model_default.py +108 -0
- agent_notes-2.32.0/tests/unit/scripts/test_cache_write_pricing.py +348 -0
- agent_notes-2.32.0/tests/unit/services/test_installer_credential_guard.py +149 -0
- agent_notes-2.32.0/tests/unit/services/test_installer_precompact_hook.py +154 -0
- agent_notes-2.32.0/tests/unit/services/test_model_resolver_characterization.py +530 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_session_context.py +4 -4
- agent_notes-2.29.0/agent_notes/VERSION +0 -1
- agent_notes-2.29.0/agent_notes/commands/hook.py +0 -69
- agent_notes-2.29.0/agent_notes/data/agents/shared/pipelines.md +0 -18
- agent_notes-2.29.0/agent_notes/data/skills/caveman/SKILL.md +0 -28
- agent_notes-2.29.0/agent_notes/data/skills/code-review/SKILL.md +0 -72
- agent_notes-2.29.0/agent_notes/data/skills/debugging-protocol/SKILL.md +0 -70
- agent_notes-2.29.0/agent_notes/data/skills/grill-me/SKILL.md +0 -29
- agent_notes-2.29.0/agent_notes/data/skills/grill-with-docs/SKILL.md +0 -84
- agent_notes-2.29.0/agent_notes/data/skills/handoff/SKILL.md +0 -26
- agent_notes-2.29.0/agent_notes/data/skills/improve-codebase-architecture/SKILL.md +0 -51
- agent_notes-2.29.0/agent_notes/data/skills/prototype/LOGIC.md +0 -47
- agent_notes-2.29.0/agent_notes/data/skills/prototype/SKILL.md +0 -29
- agent_notes-2.29.0/agent_notes/data/skills/prototype/UI.md +0 -45
- agent_notes-2.29.0/agent_notes/data/skills/setup-project-context/SKILL.md +0 -67
- agent_notes-2.29.0/agent_notes/data/skills/tdd/SKILL.md +0 -73
- agent_notes-2.29.0/agent_notes/data/skills/to-issues/SKILL.md +0 -61
- agent_notes-2.29.0/agent_notes/data/skills/to-prd/SKILL.md +0 -49
- agent_notes-2.29.0/agent_notes/data/skills/write-a-skill/SKILL.md +0 -72
- agent_notes-2.29.0/agent_notes/data/skills/zoom-out/SKILL.md +0 -7
- agent_notes-2.29.0/agent_notes/data/templates/__pycache__/__init__.cpython-312.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/__pycache__/__init__.cpython-314.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-312.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-314.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/claude.cpython-312.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/codex.cpython-312.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/codex.cpython-314.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-312.pyc +0 -0
- agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-314.pyc +0 -0
- agent_notes-2.29.0/agent_notes/services/installer.py +0 -586
- agent_notes-2.29.0/agent_notes/services/memory_router.py +0 -32
- {agent_notes-2.29.0 → agent_notes-2.32.0}/LICENSE +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/__main__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/_install_helpers.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/build.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/config.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/doctor.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/info.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/install.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/list.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/_common.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/notes.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/reset.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/transfer.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/vault.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/wiki.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/regenerate.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/set_role.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/uninstall.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/validate.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/_common.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/cost_report.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/execute.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/orchestrator.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/config.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/agents.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/analyst.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/api-reviewer.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/architect.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/coder.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/database-specialist.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/debugger.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/devil.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/devops.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/explorer.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/integrations.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/lead.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/performance-profiler.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/refactorer.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/reviewer.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/security-auditor.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/cost_reporting.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/execution.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/guardrails.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/hard_limits.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/phase0.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/review.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/wiki_compile.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/system-auditor.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/tech-writer.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/test-runner.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/test-writer.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/wiki-compiler.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/claude.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/codex.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/copilot.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/opencode.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/commands/brainstorm.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/commands/review.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-claude.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-codex.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-copilot.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-opencode.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/hooks/session-context.md.tpl +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-haiku-4-5.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-1.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-5.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-6.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-7.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-8.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-sonnet-4-5.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-sonnet-4-6.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-sonnet-4.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/gpt-5-4-mini.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/gpt-5-4.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/gpt-5-5.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/plugin/opencode-index.js.template +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/plugin/opencode.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/orchestrator.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/scout.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/worker.yaml +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/rules/code-quality.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/rules/safety.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/brainstorming/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/docker/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/docker/compose.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/docker/dockerfile.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/ingest/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/migrate-memory/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/obsidian-memory/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/controllers.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/frontend.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/infra.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/models.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/testing.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/views.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/refactoring-protocol/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rsi/SKILL.md +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/claude.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/doctor_checks.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/agent.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/cli_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/diagnostics.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/diff.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/rule.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/skill.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/state.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/_base.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/agent_registry.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/cli_registry.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/rule_registry.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/skill_registry.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_formatting.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_opencode_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/cost_report.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/_memory_utils.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/counts.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/_checks.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/_display.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/_fix.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diff.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/fs.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/install_state_builder.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/local_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/migrations/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/obsidian_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/session_context.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/state_store.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/ui.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/user_config.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/validation.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/_wiki_utils.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_index.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_ingest.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_lint.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_query.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_storage.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/dependency_links.txt +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/entry_points.txt +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/requires.txt +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/top_level.txt +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/setup.cfg +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/conftest.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_config_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_doctor_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_info_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_install_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_list_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_regenerate_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_uninstall_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_validate_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_validate_path_filter.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/memory/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/memory/test_memory_add_local_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/memory/test_memory_command.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/scripts/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/scripts/test_release_script.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/build_output/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/build_output/test_build_output.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/install/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/install/test_install_methods.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/plugin_builders/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/plugin_builders/test_plugin_builders.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/claude/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/claude/test_agents.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/codex/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/codex/test_agents.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/test_skills.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_cost_report_subcommand.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_count_agents.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_info.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_memory_add_description.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_memory_imports.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_memory_migrate.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_imports.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_orchestrator_skip.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_preflight.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_steps.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/wizard/test_cost_report_step.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/registries/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/registries/test_cli_registry.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/registries/test_registries.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_cost_report.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_cost_report_scoping.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_formatting_tty.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_opencode_backend_connection.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_opencode_backend_pricing.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_time_aggregation.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_build_functions.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_credential_filter.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_credentials.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_fs.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_codex.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_hook_quoting.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_hooks.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_plan.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_local_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_memory_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_memory_backend_io.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_memory_router.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_rendering_includes.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_settings_writer.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_skill_filtering.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_state_store.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_user_config_cost_report.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_validation.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_wiki_atomic_write.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_wiki_backend.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_wiki_imports.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/templates/__init__.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/templates/test_codex_frontmatter.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/test_import_health.py +0 -0
- {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/test_memory_dir_for_backend.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-notes
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.32.0
|
|
4
4
|
Summary: AI agent configuration manager for Claude Code, OpenCode, and Copilot
|
|
5
5
|
Author-email: Eugene Naumov <min.verkligheten@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -44,8 +44,8 @@ agent-notes doctor
|
|
|
44
44
|
|
|
45
45
|
**What's Included**
|
|
46
46
|
- 19 specialized AI subagents (Opus reasons, Sonnet executes, Haiku explores)
|
|
47
|
-
-
|
|
48
|
-
- Global rules and guardrails
|
|
47
|
+
- 50+ on-demand skills (Rails, Docker, Git, Kamal, Process)
|
|
48
|
+
- Global rules and guardrails (including a ban on AI self-attribution in commits/PRs)
|
|
49
49
|
- Agent memory with 3 storage options (Local, Obsidian, Wiki)
|
|
50
50
|
- Configuration for Claude Code, OpenCode, and GitHub Copilot
|
|
51
51
|
|
|
@@ -63,12 +63,6 @@ pipx install agent-notes
|
|
|
63
63
|
agent-notes install
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
Update anytime:
|
|
67
|
-
|
|
68
|
-
```bash
|
|
69
|
-
pipx upgrade agent-notes && agent-notes install
|
|
70
|
-
```
|
|
71
|
-
|
|
72
66
|
**venv + pip (if you prefer to manage your own environment):**
|
|
73
67
|
|
|
74
68
|
```bash
|
|
@@ -77,12 +71,34 @@ pip install agent-notes
|
|
|
77
71
|
agent-notes install
|
|
78
72
|
```
|
|
79
73
|
|
|
80
|
-
|
|
74
|
+
### Upgrade from a previous version
|
|
75
|
+
|
|
76
|
+
**Update in place (normal upgrade):**
|
|
77
|
+
|
|
78
|
+
With pipx:
|
|
79
|
+
```bash
|
|
80
|
+
pipx upgrade agent-notes && agent-notes install
|
|
81
|
+
```
|
|
81
82
|
|
|
83
|
+
With venv:
|
|
82
84
|
```bash
|
|
83
85
|
pip install --upgrade agent-notes && agent-notes install
|
|
84
86
|
```
|
|
85
87
|
|
|
88
|
+
**Clean reinstall (from an older version, fresh slate):**
|
|
89
|
+
|
|
90
|
+
If you are on a significantly older version or want a fresh configuration, uninstall completely and reinstall:
|
|
91
|
+
|
|
92
|
+
With pipx:
|
|
93
|
+
```bash
|
|
94
|
+
agent-notes uninstall && pipx uninstall agent-notes && pipx install agent-notes && agent-notes install
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
With venv:
|
|
98
|
+
```bash
|
|
99
|
+
agent-notes uninstall && pip uninstall agent-notes && pip install agent-notes && agent-notes install
|
|
100
|
+
```
|
|
101
|
+
|
|
86
102
|
### Local build (developers)
|
|
87
103
|
|
|
88
104
|
```bash
|
|
@@ -119,6 +135,36 @@ agent-notes config provider openrouter # prints "configured" or "no key"
|
|
|
119
135
|
|
|
120
136
|
</details>
|
|
121
137
|
|
|
138
|
+
<details>
|
|
139
|
+
<summary>Uninstall</summary>
|
|
140
|
+
|
|
141
|
+
To fully remove agent-notes:
|
|
142
|
+
|
|
143
|
+
**pipx:**
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
agent-notes uninstall
|
|
147
|
+
pipx uninstall agent-notes
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Run `agent-notes uninstall` first — it removes agent files, hooks, settings.json entries, context file, and state that agent-notes installed. Then `pipx uninstall` removes the package itself. The `agent-notes uninstall` command must run while the CLI is still installed.
|
|
151
|
+
|
|
152
|
+
**venv:**
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
agent-notes uninstall
|
|
156
|
+
deactivate
|
|
157
|
+
rm -rf .venv
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
Run `agent-notes uninstall` first to clean up installed components, then deactivate the environment and delete the `.venv` directory.
|
|
161
|
+
|
|
162
|
+
**Note on memory and vault permissions:**
|
|
163
|
+
|
|
164
|
+
If you configured agent-notes to access your memory vault (Obsidian or local), those read/write permissions are intentionally left in place after uninstalling so Claude Code and other tools can still access your notes. To remove them, edit `~/.claude/settings.json` and delete the entries under `permissions.allow` that reference your vault path (e.g. `Read(/path/to/your/vault/**)`, `Write(/path/to/your/vault/**)`, `Edit(/path/to/your/vault/**)`).
|
|
165
|
+
|
|
166
|
+
</details>
|
|
167
|
+
|
|
122
168
|
---
|
|
123
169
|
|
|
124
170
|
<details>
|
|
@@ -236,7 +282,7 @@ agent-notes memory lint # health-check
|
|
|
236
282
|
<details>
|
|
237
283
|
<summary>Skills</summary>
|
|
238
284
|
|
|
239
|
-
|
|
285
|
+
50+ on-demand knowledge modules across Rails, Docker, Kamal, Git, and Process. Run `agent-notes list skills` for the current list, or browse `agent_notes/data/skills/`.
|
|
240
286
|
|
|
241
287
|
The session context hook auto-generates a skill index from SKILL.md frontmatter at install time, so agents always know what skills are available without loading full skill content. This keeps context overhead low while maintaining skill discoverability.
|
|
242
288
|
|
|
@@ -251,26 +297,29 @@ Load the docker-compose skill for multi-service setup
|
|
|
251
297
|
|
|
252
298
|
| Failure mode | What goes wrong | Skills that help |
|
|
253
299
|
|---|---|---|
|
|
254
|
-
| Misalignment | Claude starts building before the problem is resolved | `/grill-me`, `/grill-with-docs` |
|
|
255
|
-
|
|
|
256
|
-
| Broken code | Claude codes without a feedback loop or evidence trail | `/tdd
|
|
257
|
-
| Ball of mud | Architecture drifts; modules grow shallow and tangled | `/improve-codebase-architecture`, `/
|
|
300
|
+
| Misalignment | Claude starts building before the problem is resolved | `/grill-me`, `/grilling`, `/grill-with-docs` |
|
|
301
|
+
| Vague scope | Work starts without a spec or ticketed breakdown | `/to-spec`, `/to-tickets`, `/wayfinder`, `/triage` |
|
|
302
|
+
| Broken code | Claude codes without a feedback loop or evidence trail | `/tdd`, `/diagnosing-bugs` |
|
|
303
|
+
| Ball of mud | Architecture drifts; modules grow shallow and tangled | `/improve-codebase-architecture`, `/codebase-design`, `/domain-modeling` |
|
|
258
304
|
|
|
259
305
|
**Skill descriptions:**
|
|
260
306
|
|
|
261
|
-
- `/grill-me` — Interview the user until the
|
|
307
|
+
- `/grill-me`, `/grilling` — Interview the user relentlessly until the plan is fully resolved before touching code
|
|
262
308
|
- `/grill-with-docs` — Same, but cross-references CONTEXT.md and ADRs and updates them inline
|
|
263
|
-
- `/
|
|
264
|
-
- `/
|
|
265
|
-
- `/
|
|
266
|
-
- `/
|
|
267
|
-
- `/
|
|
268
|
-
- `/zoom-out` — Quick orientation map of an unfamiliar code area
|
|
309
|
+
- `/tdd` — RED-GREEN-REFACTOR with tracer-bullet vertical slices; integration-first testing
|
|
310
|
+
- `/diagnosing-bugs` — Diagnosis loop for hard bugs and performance regressions (build a feedback loop first)
|
|
311
|
+
- `/improve-codebase-architecture` — Scan for deepening opportunities, present a visual HTML report, then grill the chosen one
|
|
312
|
+
- `/codebase-design` — Shared vocabulary for designing deep modules and choosing where seams go
|
|
313
|
+
- `/domain-modeling` — Pin down ubiquitous language, maintain a CONTEXT.md glossary and ADRs
|
|
269
314
|
- `/handoff` — Compact conversation into a handoff document for a fresh agent session
|
|
270
|
-
- `/to-
|
|
271
|
-
- `/to-
|
|
315
|
+
- `/to-spec` — Synthesize the current conversation into a spec and publish it to the issue tracker
|
|
316
|
+
- `/to-tickets` — Break a plan/spec into tracer-bullet tickets with declared blocking edges
|
|
317
|
+
- `/wayfinder` — Plan work larger than one agent session as a map of investigation tickets
|
|
318
|
+
- `/triage` — Move issues and external PRs through a triage state machine into agent-ready briefs
|
|
319
|
+
- `/research` — Investigate a question against primary sources and capture findings as Markdown
|
|
272
320
|
- `/prototype` — Throwaway prototypes: terminal app for logic or UI variations for visual
|
|
273
|
-
- `/
|
|
321
|
+
- `/setup-agent-tracker` — One-time per-repo setup of the issue tracker, triage labels, and domain doc layout
|
|
322
|
+
- `/writing-great-skills` — Reference for writing and editing skills well
|
|
274
323
|
|
|
275
324
|
</details>
|
|
276
325
|
|
|
@@ -409,6 +458,8 @@ By default, `agent-notes install` re-runs the interactive wizard and prompts for
|
|
|
409
458
|
|
|
410
459
|
The plugin build scripts (`scripts/build-claude-plugin.sh`, `scripts/build-opencode-plugin.sh`) automatically use `.venv/bin/python` when present, fall back to system `python3`, and honor a `PYTHON=` override.
|
|
411
460
|
|
|
461
|
+
**Note:** `uv` is used only in the local development and release workflow (see `scripts/release`). It is not required to install or use agent-notes — end users should use `pipx` or `pip` / `venv`.
|
|
462
|
+
|
|
412
463
|
### Test structure
|
|
413
464
|
|
|
414
465
|
- `tests/functional/` — Unit tests
|
|
@@ -461,7 +512,7 @@ See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md), [docs/ADD_CLI.md](docs/ADD_CLI
|
|
|
461
512
|
## Inspired by
|
|
462
513
|
|
|
463
514
|
- [Andrej Karpathy's LLM Wiki](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — The wiki memory backend implements his compile-once, query-forever knowledge pattern with structured page types and three core operations (ingest, query, lint)
|
|
464
|
-
- [Matt Pocock's skills repo](https://github.com/mattpocock/skills) — Skill format (SKILL.md per directory), failure-mode table (misalignment,
|
|
515
|
+
- [Matt Pocock's skills repo](https://github.com/mattpocock/skills) — Skill format (SKILL.md per directory), failure-mode table (misalignment, broken code, architectural degradation), and a set of engineering/productivity skills vendored from the upstream repo (tdd, grill-me, grilling, grill-with-docs, diagnosing-bugs, improve-codebase-architecture, codebase-design, domain-modeling, prototype, handoff, research, to-spec, to-tickets, triage, wayfinder, writing-great-skills). Last synced from upstream commit [`391a270`](https://github.com/mattpocock/skills/commit/391a2701dd948f94f56a39f7533f8eea9a859c87) (2026-07-10), reviewed for prompt-injection before import.
|
|
465
516
|
|
|
466
517
|
## License
|
|
467
518
|
|
|
@@ -12,8 +12,8 @@ agent-notes doctor
|
|
|
12
12
|
|
|
13
13
|
**What's Included**
|
|
14
14
|
- 19 specialized AI subagents (Opus reasons, Sonnet executes, Haiku explores)
|
|
15
|
-
-
|
|
16
|
-
- Global rules and guardrails
|
|
15
|
+
- 50+ on-demand skills (Rails, Docker, Git, Kamal, Process)
|
|
16
|
+
- Global rules and guardrails (including a ban on AI self-attribution in commits/PRs)
|
|
17
17
|
- Agent memory with 3 storage options (Local, Obsidian, Wiki)
|
|
18
18
|
- Configuration for Claude Code, OpenCode, and GitHub Copilot
|
|
19
19
|
|
|
@@ -31,12 +31,6 @@ pipx install agent-notes
|
|
|
31
31
|
agent-notes install
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
Update anytime:
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
pipx upgrade agent-notes && agent-notes install
|
|
38
|
-
```
|
|
39
|
-
|
|
40
34
|
**venv + pip (if you prefer to manage your own environment):**
|
|
41
35
|
|
|
42
36
|
```bash
|
|
@@ -45,12 +39,34 @@ pip install agent-notes
|
|
|
45
39
|
agent-notes install
|
|
46
40
|
```
|
|
47
41
|
|
|
48
|
-
|
|
42
|
+
### Upgrade from a previous version
|
|
43
|
+
|
|
44
|
+
**Update in place (normal upgrade):**
|
|
45
|
+
|
|
46
|
+
With pipx:
|
|
47
|
+
```bash
|
|
48
|
+
pipx upgrade agent-notes && agent-notes install
|
|
49
|
+
```
|
|
49
50
|
|
|
51
|
+
With venv:
|
|
50
52
|
```bash
|
|
51
53
|
pip install --upgrade agent-notes && agent-notes install
|
|
52
54
|
```
|
|
53
55
|
|
|
56
|
+
**Clean reinstall (from an older version, fresh slate):**
|
|
57
|
+
|
|
58
|
+
If you are on a significantly older version or want a fresh configuration, uninstall completely and reinstall:
|
|
59
|
+
|
|
60
|
+
With pipx:
|
|
61
|
+
```bash
|
|
62
|
+
agent-notes uninstall && pipx uninstall agent-notes && pipx install agent-notes && agent-notes install
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
With venv:
|
|
66
|
+
```bash
|
|
67
|
+
agent-notes uninstall && pip uninstall agent-notes && pip install agent-notes && agent-notes install
|
|
68
|
+
```
|
|
69
|
+
|
|
54
70
|
### Local build (developers)
|
|
55
71
|
|
|
56
72
|
```bash
|
|
@@ -87,6 +103,36 @@ agent-notes config provider openrouter # prints "configured" or "no key"
|
|
|
87
103
|
|
|
88
104
|
</details>
|
|
89
105
|
|
|
106
|
+
<details>
|
|
107
|
+
<summary>Uninstall</summary>
|
|
108
|
+
|
|
109
|
+
To fully remove agent-notes:
|
|
110
|
+
|
|
111
|
+
**pipx:**
|
|
112
|
+
|
|
113
|
+
```bash
|
|
114
|
+
agent-notes uninstall
|
|
115
|
+
pipx uninstall agent-notes
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
Run `agent-notes uninstall` first — it removes agent files, hooks, settings.json entries, context file, and state that agent-notes installed. Then `pipx uninstall` removes the package itself. The `agent-notes uninstall` command must run while the CLI is still installed.
|
|
119
|
+
|
|
120
|
+
**venv:**
|
|
121
|
+
|
|
122
|
+
```bash
|
|
123
|
+
agent-notes uninstall
|
|
124
|
+
deactivate
|
|
125
|
+
rm -rf .venv
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
Run `agent-notes uninstall` first to clean up installed components, then deactivate the environment and delete the `.venv` directory.
|
|
129
|
+
|
|
130
|
+
**Note on memory and vault permissions:**
|
|
131
|
+
|
|
132
|
+
If you configured agent-notes to access your memory vault (Obsidian or local), those read/write permissions are intentionally left in place after uninstalling so Claude Code and other tools can still access your notes. To remove them, edit `~/.claude/settings.json` and delete the entries under `permissions.allow` that reference your vault path (e.g. `Read(/path/to/your/vault/**)`, `Write(/path/to/your/vault/**)`, `Edit(/path/to/your/vault/**)`).
|
|
133
|
+
|
|
134
|
+
</details>
|
|
135
|
+
|
|
90
136
|
---
|
|
91
137
|
|
|
92
138
|
<details>
|
|
@@ -204,7 +250,7 @@ agent-notes memory lint # health-check
|
|
|
204
250
|
<details>
|
|
205
251
|
<summary>Skills</summary>
|
|
206
252
|
|
|
207
|
-
|
|
253
|
+
50+ on-demand knowledge modules across Rails, Docker, Kamal, Git, and Process. Run `agent-notes list skills` for the current list, or browse `agent_notes/data/skills/`.
|
|
208
254
|
|
|
209
255
|
The session context hook auto-generates a skill index from SKILL.md frontmatter at install time, so agents always know what skills are available without loading full skill content. This keeps context overhead low while maintaining skill discoverability.
|
|
210
256
|
|
|
@@ -219,26 +265,29 @@ Load the docker-compose skill for multi-service setup
|
|
|
219
265
|
|
|
220
266
|
| Failure mode | What goes wrong | Skills that help |
|
|
221
267
|
|---|---|---|
|
|
222
|
-
| Misalignment | Claude starts building before the problem is resolved | `/grill-me`, `/grill-with-docs` |
|
|
223
|
-
|
|
|
224
|
-
| Broken code | Claude codes without a feedback loop or evidence trail | `/tdd
|
|
225
|
-
| Ball of mud | Architecture drifts; modules grow shallow and tangled | `/improve-codebase-architecture`, `/
|
|
268
|
+
| Misalignment | Claude starts building before the problem is resolved | `/grill-me`, `/grilling`, `/grill-with-docs` |
|
|
269
|
+
| Vague scope | Work starts without a spec or ticketed breakdown | `/to-spec`, `/to-tickets`, `/wayfinder`, `/triage` |
|
|
270
|
+
| Broken code | Claude codes without a feedback loop or evidence trail | `/tdd`, `/diagnosing-bugs` |
|
|
271
|
+
| Ball of mud | Architecture drifts; modules grow shallow and tangled | `/improve-codebase-architecture`, `/codebase-design`, `/domain-modeling` |
|
|
226
272
|
|
|
227
273
|
**Skill descriptions:**
|
|
228
274
|
|
|
229
|
-
- `/grill-me` — Interview the user until the
|
|
275
|
+
- `/grill-me`, `/grilling` — Interview the user relentlessly until the plan is fully resolved before touching code
|
|
230
276
|
- `/grill-with-docs` — Same, but cross-references CONTEXT.md and ADRs and updates them inline
|
|
231
|
-
- `/
|
|
232
|
-
- `/
|
|
233
|
-
- `/
|
|
234
|
-
- `/
|
|
235
|
-
- `/
|
|
236
|
-
- `/zoom-out` — Quick orientation map of an unfamiliar code area
|
|
277
|
+
- `/tdd` — RED-GREEN-REFACTOR with tracer-bullet vertical slices; integration-first testing
|
|
278
|
+
- `/diagnosing-bugs` — Diagnosis loop for hard bugs and performance regressions (build a feedback loop first)
|
|
279
|
+
- `/improve-codebase-architecture` — Scan for deepening opportunities, present a visual HTML report, then grill the chosen one
|
|
280
|
+
- `/codebase-design` — Shared vocabulary for designing deep modules and choosing where seams go
|
|
281
|
+
- `/domain-modeling` — Pin down ubiquitous language, maintain a CONTEXT.md glossary and ADRs
|
|
237
282
|
- `/handoff` — Compact conversation into a handoff document for a fresh agent session
|
|
238
|
-
- `/to-
|
|
239
|
-
- `/to-
|
|
283
|
+
- `/to-spec` — Synthesize the current conversation into a spec and publish it to the issue tracker
|
|
284
|
+
- `/to-tickets` — Break a plan/spec into tracer-bullet tickets with declared blocking edges
|
|
285
|
+
- `/wayfinder` — Plan work larger than one agent session as a map of investigation tickets
|
|
286
|
+
- `/triage` — Move issues and external PRs through a triage state machine into agent-ready briefs
|
|
287
|
+
- `/research` — Investigate a question against primary sources and capture findings as Markdown
|
|
240
288
|
- `/prototype` — Throwaway prototypes: terminal app for logic or UI variations for visual
|
|
241
|
-
- `/
|
|
289
|
+
- `/setup-agent-tracker` — One-time per-repo setup of the issue tracker, triage labels, and domain doc layout
|
|
290
|
+
- `/writing-great-skills` — Reference for writing and editing skills well
|
|
242
291
|
|
|
243
292
|
</details>
|
|
244
293
|
|
|
@@ -377,6 +426,8 @@ By default, `agent-notes install` re-runs the interactive wizard and prompts for
|
|
|
377
426
|
|
|
378
427
|
The plugin build scripts (`scripts/build-claude-plugin.sh`, `scripts/build-opencode-plugin.sh`) automatically use `.venv/bin/python` when present, fall back to system `python3`, and honor a `PYTHON=` override.
|
|
379
428
|
|
|
429
|
+
**Note:** `uv` is used only in the local development and release workflow (see `scripts/release`). It is not required to install or use agent-notes — end users should use `pipx` or `pip` / `venv`.
|
|
430
|
+
|
|
380
431
|
### Test structure
|
|
381
432
|
|
|
382
433
|
- `tests/functional/` — Unit tests
|
|
@@ -429,7 +480,7 @@ See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md), [docs/ADD_CLI.md](docs/ADD_CLI
|
|
|
429
480
|
## Inspired by
|
|
430
481
|
|
|
431
482
|
- [Andrej Karpathy's LLM Wiki](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — The wiki memory backend implements his compile-once, query-forever knowledge pattern with structured page types and three core operations (ingest, query, lint)
|
|
432
|
-
- [Matt Pocock's skills repo](https://github.com/mattpocock/skills) — Skill format (SKILL.md per directory), failure-mode table (misalignment,
|
|
483
|
+
- [Matt Pocock's skills repo](https://github.com/mattpocock/skills) — Skill format (SKILL.md per directory), failure-mode table (misalignment, broken code, architectural degradation), and a set of engineering/productivity skills vendored from the upstream repo (tdd, grill-me, grilling, grill-with-docs, diagnosing-bugs, improve-codebase-architecture, codebase-design, domain-modeling, prototype, handoff, research, to-spec, to-tickets, triage, wayfinder, writing-great-skills). Last synced from upstream commit [`391a270`](https://github.com/mattpocock/skills/commit/391a2701dd948f94f56a39f7533f8eea9a859c87) (2026-07-10), reviewed for prompt-injection before import.
|
|
433
484
|
|
|
434
485
|
## License
|
|
435
486
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.32.0
|
|
@@ -291,7 +291,7 @@ def main():
|
|
|
291
291
|
|
|
292
292
|
# hook
|
|
293
293
|
p_hook = subparsers.add_parser("hook", help="Claude Code hook integrations")
|
|
294
|
-
p_hook.add_argument("subaction", choices=["memory-bridge", "session-discover"],
|
|
294
|
+
p_hook.add_argument("subaction", choices=["memory-bridge", "precompact-memory-bridge", "session-discover", "guard-credentials"],
|
|
295
295
|
help="Hook to run")
|
|
296
296
|
|
|
297
297
|
# cost-report
|