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.
Files changed (354) hide show
  1. {agent_notes-2.29.0 → agent_notes-2.32.0}/PKG-INFO +77 -26
  2. {agent_notes-2.29.0 → agent_notes-2.32.0}/README.md +76 -25
  3. agent_notes-2.32.0/agent_notes/VERSION +1 -0
  4. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/cli.py +1 -1
  5. agent_notes-2.32.0/agent_notes/commands/hook.py +479 -0
  6. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/migrate.py +5 -2
  7. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/__init__.py +5 -11
  8. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/constants.py +6 -0
  9. agent_notes-2.32.0/agent_notes/data/agents/shared/pipelines.md +18 -0
  10. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/verification.md +1 -1
  11. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/commands/debug.md +1 -1
  12. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/plugin/claude.yaml +13 -4
  13. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/pricing.yaml +8 -6
  14. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/reasoner.yaml +0 -1
  15. agent_notes-2.32.0/agent_notes/data/rules/no-ai-attribution.md +27 -0
  16. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/chrome-test/SKILL.md +2 -2
  17. agent_notes-2.32.0/agent_notes/data/skills/code-review/SKILL.md +90 -0
  18. agent_notes-2.32.0/agent_notes/data/skills/codebase-design/DEEPENING.md +37 -0
  19. agent_notes-2.32.0/agent_notes/data/skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
  20. agent_notes-2.32.0/agent_notes/data/skills/codebase-design/SKILL.md +115 -0
  21. agent_notes-2.32.0/agent_notes/data/skills/diagnosing-bugs/SKILL.md +135 -0
  22. agent_notes-2.32.0/agent_notes/data/skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
  23. agent_notes-2.32.0/agent_notes/data/skills/domain-modeling/ADR-FORMAT.md +47 -0
  24. agent_notes-2.32.0/agent_notes/data/skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
  25. agent_notes-2.32.0/agent_notes/data/skills/domain-modeling/SKILL.md +75 -0
  26. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/git/SKILL.md +1 -0
  27. agent_notes-2.32.0/agent_notes/data/skills/grill-me/SKILL.md +8 -0
  28. agent_notes-2.32.0/agent_notes/data/skills/grill-with-docs/SKILL.md +8 -0
  29. agent_notes-2.32.0/agent_notes/data/skills/grilling/SKILL.md +13 -0
  30. agent_notes-2.32.0/agent_notes/data/skills/handoff/SKILL.md +17 -0
  31. agent_notes-2.32.0/agent_notes/data/skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
  32. agent_notes-2.32.0/agent_notes/data/skills/improve-codebase-architecture/SKILL.md +67 -0
  33. agent_notes-2.32.0/agent_notes/data/skills/prototype/LOGIC.md +79 -0
  34. agent_notes-2.32.0/agent_notes/data/skills/prototype/SKILL.md +27 -0
  35. agent_notes-2.32.0/agent_notes/data/skills/prototype/UI.md +112 -0
  36. agent_notes-2.32.0/agent_notes/data/skills/research/SKILL.md +13 -0
  37. agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/SKILL.md +117 -0
  38. agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/domain.md +51 -0
  39. agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/issue-tracker-github.md +45 -0
  40. agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/issue-tracker-gitlab.md +46 -0
  41. agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/issue-tracker-local.md +30 -0
  42. agent_notes-2.32.0/agent_notes/data/skills/setup-agent-tracker/triage-labels.md +15 -0
  43. agent_notes-2.32.0/agent_notes/data/skills/tdd/SKILL.md +37 -0
  44. agent_notes-2.32.0/agent_notes/data/skills/tdd/mocking.md +59 -0
  45. agent_notes-2.32.0/agent_notes/data/skills/tdd/tests.md +77 -0
  46. agent_notes-2.32.0/agent_notes/data/skills/to-spec/SKILL.md +76 -0
  47. agent_notes-2.32.0/agent_notes/data/skills/to-tickets/SKILL.md +108 -0
  48. agent_notes-2.32.0/agent_notes/data/skills/triage/AGENT-BRIEF.md +207 -0
  49. agent_notes-2.32.0/agent_notes/data/skills/triage/OUT-OF-SCOPE.md +105 -0
  50. agent_notes-2.32.0/agent_notes/data/skills/triage/SKILL.md +113 -0
  51. agent_notes-2.32.0/agent_notes/data/skills/wayfinder/SKILL.md +128 -0
  52. agent_notes-2.32.0/agent_notes/data/skills/writing-great-skills/GLOSSARY.md +201 -0
  53. agent_notes-2.32.0/agent_notes/data/skills/writing-great-skills/SKILL.md +84 -0
  54. agent_notes-2.32.0/agent_notes/data/templates/__pycache__/__init__.cpython-314.pyc +0 -0
  55. agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-314.pyc +0 -0
  56. agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/base.cpython-314.pyc +0 -0
  57. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/__pycache__/claude.cpython-314.pyc +0 -0
  58. agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/codex.cpython-314.pyc +0 -0
  59. agent_notes-2.32.0/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-314.pyc +0 -0
  60. agent_notes-2.32.0/agent_notes/data/templates/frontmatter/base.py +47 -0
  61. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/codex.py +7 -24
  62. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/opencode.py +3 -47
  63. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/model.py +1 -0
  64. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/role.py +1 -2
  65. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/model_registry.py +1 -0
  66. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/role_registry.py +0 -1
  67. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_claude_backend.py +24 -8
  68. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_pricing.py +39 -7
  69. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/credentials.py +2 -2
  70. agent_notes-2.32.0/agent_notes/services/install_executor.py +142 -0
  71. agent_notes-2.32.0/agent_notes/services/install_plan.py +283 -0
  72. agent_notes-2.32.0/agent_notes/services/installer.py +306 -0
  73. agent_notes-2.32.0/agent_notes/services/memory_backend.py +63 -0
  74. agent_notes-2.32.0/agent_notes/services/memory_router.py +14 -0
  75. agent_notes-2.32.0/agent_notes/services/model_resolver.py +222 -0
  76. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/rendering.py +13 -98
  77. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/settings_writer.py +2 -2
  78. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/PKG-INFO +77 -26
  79. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/SOURCES.txt +44 -12
  80. {agent_notes-2.29.0 → agent_notes-2.32.0}/pyproject.toml +3 -0
  81. agent_notes-2.32.0/tests/functional/commands/test_install_roundtrip.py +162 -0
  82. agent_notes-2.32.0/tests/functional/commands/test_uninstall_full_hooks.py +297 -0
  83. agent_notes-2.32.0/tests/functional/commands/test_wizard_happy_path.py +163 -0
  84. agent_notes-2.32.0/tests/unit/commands/test_guard_credentials.py +652 -0
  85. agent_notes-2.32.0/tests/unit/commands/test_precompact_memory_bridge.py +182 -0
  86. agent_notes-2.32.0/tests/unit/commands/test_wizard_role_model_default.py +108 -0
  87. agent_notes-2.32.0/tests/unit/scripts/test_cache_write_pricing.py +348 -0
  88. agent_notes-2.32.0/tests/unit/services/test_installer_credential_guard.py +149 -0
  89. agent_notes-2.32.0/tests/unit/services/test_installer_precompact_hook.py +154 -0
  90. agent_notes-2.32.0/tests/unit/services/test_model_resolver_characterization.py +530 -0
  91. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_session_context.py +4 -4
  92. agent_notes-2.29.0/agent_notes/VERSION +0 -1
  93. agent_notes-2.29.0/agent_notes/commands/hook.py +0 -69
  94. agent_notes-2.29.0/agent_notes/data/agents/shared/pipelines.md +0 -18
  95. agent_notes-2.29.0/agent_notes/data/skills/caveman/SKILL.md +0 -28
  96. agent_notes-2.29.0/agent_notes/data/skills/code-review/SKILL.md +0 -72
  97. agent_notes-2.29.0/agent_notes/data/skills/debugging-protocol/SKILL.md +0 -70
  98. agent_notes-2.29.0/agent_notes/data/skills/grill-me/SKILL.md +0 -29
  99. agent_notes-2.29.0/agent_notes/data/skills/grill-with-docs/SKILL.md +0 -84
  100. agent_notes-2.29.0/agent_notes/data/skills/handoff/SKILL.md +0 -26
  101. agent_notes-2.29.0/agent_notes/data/skills/improve-codebase-architecture/SKILL.md +0 -51
  102. agent_notes-2.29.0/agent_notes/data/skills/prototype/LOGIC.md +0 -47
  103. agent_notes-2.29.0/agent_notes/data/skills/prototype/SKILL.md +0 -29
  104. agent_notes-2.29.0/agent_notes/data/skills/prototype/UI.md +0 -45
  105. agent_notes-2.29.0/agent_notes/data/skills/setup-project-context/SKILL.md +0 -67
  106. agent_notes-2.29.0/agent_notes/data/skills/tdd/SKILL.md +0 -73
  107. agent_notes-2.29.0/agent_notes/data/skills/to-issues/SKILL.md +0 -61
  108. agent_notes-2.29.0/agent_notes/data/skills/to-prd/SKILL.md +0 -49
  109. agent_notes-2.29.0/agent_notes/data/skills/write-a-skill/SKILL.md +0 -72
  110. agent_notes-2.29.0/agent_notes/data/skills/zoom-out/SKILL.md +0 -7
  111. agent_notes-2.29.0/agent_notes/data/templates/__pycache__/__init__.cpython-312.pyc +0 -0
  112. agent_notes-2.29.0/agent_notes/data/templates/__pycache__/__init__.cpython-314.pyc +0 -0
  113. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-312.pyc +0 -0
  114. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-314.pyc +0 -0
  115. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/claude.cpython-312.pyc +0 -0
  116. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/codex.cpython-312.pyc +0 -0
  117. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/codex.cpython-314.pyc +0 -0
  118. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-312.pyc +0 -0
  119. agent_notes-2.29.0/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-314.pyc +0 -0
  120. agent_notes-2.29.0/agent_notes/services/installer.py +0 -586
  121. agent_notes-2.29.0/agent_notes/services/memory_router.py +0 -32
  122. {agent_notes-2.29.0 → agent_notes-2.32.0}/LICENSE +0 -0
  123. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/__init__.py +0 -0
  124. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/__main__.py +0 -0
  125. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/__init__.py +0 -0
  126. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/_install_helpers.py +0 -0
  127. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/build.py +0 -0
  128. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/config.py +0 -0
  129. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/doctor.py +0 -0
  130. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/info.py +0 -0
  131. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/install.py +0 -0
  132. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/list.py +0 -0
  133. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/__init__.py +0 -0
  134. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/_common.py +0 -0
  135. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/notes.py +0 -0
  136. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/reset.py +0 -0
  137. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/transfer.py +0 -0
  138. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/vault.py +0 -0
  139. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/memory/wiki.py +0 -0
  140. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/regenerate.py +0 -0
  141. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/set_role.py +0 -0
  142. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/uninstall.py +0 -0
  143. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/validate.py +0 -0
  144. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/_common.py +0 -0
  145. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/cost_report.py +0 -0
  146. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/execute.py +0 -0
  147. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/commands/wizard/orchestrator.py +0 -0
  148. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/config.py +0 -0
  149. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/agents.yaml +0 -0
  150. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/analyst.md +0 -0
  151. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/api-reviewer.md +0 -0
  152. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/architect.md +0 -0
  153. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/coder.md +0 -0
  154. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/database-specialist.md +0 -0
  155. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/debugger.md +0 -0
  156. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/devil.md +0 -0
  157. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/devops.md +0 -0
  158. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/explorer.md +0 -0
  159. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/integrations.md +0 -0
  160. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/lead.md +0 -0
  161. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/performance-profiler.md +0 -0
  162. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/refactorer.md +0 -0
  163. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/reviewer.md +0 -0
  164. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/security-auditor.md +0 -0
  165. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/cost_reporting.md +0 -0
  166. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/execution.md +0 -0
  167. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/guardrails.md +0 -0
  168. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/hard_limits.md +0 -0
  169. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/phase0.md +0 -0
  170. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/review.md +0 -0
  171. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/shared/wiki_compile.md +0 -0
  172. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/system-auditor.md +0 -0
  173. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/tech-writer.md +0 -0
  174. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/test-runner.md +0 -0
  175. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/test-writer.md +0 -0
  176. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/agents/wiki-compiler.md +0 -0
  177. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/claude.yaml +0 -0
  178. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/codex.yaml +0 -0
  179. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/copilot.yaml +0 -0
  180. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/cli/opencode.yaml +0 -0
  181. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/commands/brainstorm.md +0 -0
  182. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/commands/review.md +0 -0
  183. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-claude.md +0 -0
  184. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-codex.md +0 -0
  185. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-copilot.md +0 -0
  186. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/global-opencode.md +0 -0
  187. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/hooks/session-context.md.tpl +0 -0
  188. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-haiku-4-5.yaml +0 -0
  189. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-1.yaml +0 -0
  190. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-5.yaml +0 -0
  191. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-6.yaml +0 -0
  192. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-7.yaml +0 -0
  193. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-opus-4-8.yaml +0 -0
  194. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-sonnet-4-5.yaml +0 -0
  195. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-sonnet-4-6.yaml +0 -0
  196. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/claude-sonnet-4.yaml +0 -0
  197. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/gpt-5-4-mini.yaml +0 -0
  198. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/gpt-5-4.yaml +0 -0
  199. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/models/gpt-5-5.yaml +0 -0
  200. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/plugin/opencode-index.js.template +0 -0
  201. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/plugin/opencode.yaml +0 -0
  202. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/orchestrator.yaml +0 -0
  203. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/scout.yaml +0 -0
  204. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/roles/worker.yaml +0 -0
  205. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/rules/code-quality.md +0 -0
  206. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/rules/safety.md +0 -0
  207. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/brainstorming/SKILL.md +0 -0
  208. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/docker/SKILL.md +0 -0
  209. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/docker/compose.md +0 -0
  210. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/docker/dockerfile.md +0 -0
  211. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/ingest/SKILL.md +0 -0
  212. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/migrate-memory/SKILL.md +0 -0
  213. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/obsidian-memory/SKILL.md +0 -0
  214. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/SKILL.md +0 -0
  215. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/controllers.md +0 -0
  216. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/frontend.md +0 -0
  217. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/infra.md +0 -0
  218. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/models.md +0 -0
  219. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/testing.md +0 -0
  220. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rails/views.md +0 -0
  221. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/refactoring-protocol/SKILL.md +0 -0
  222. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/skills/rsi/SKILL.md +0 -0
  223. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/__init__.py +0 -0
  224. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/__init__.py +0 -0
  225. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/data/templates/frontmatter/claude.py +0 -0
  226. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/doctor_checks.py +0 -0
  227. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/__init__.py +0 -0
  228. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/agent.py +0 -0
  229. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/cli_backend.py +0 -0
  230. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/diagnostics.py +0 -0
  231. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/diff.py +0 -0
  232. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/rule.py +0 -0
  233. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/skill.py +0 -0
  234. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/domain/state.py +0 -0
  235. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/__init__.py +0 -0
  236. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/_base.py +0 -0
  237. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/agent_registry.py +0 -0
  238. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/cli_registry.py +0 -0
  239. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/rule_registry.py +0 -0
  240. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/registries/skill_registry.py +0 -0
  241. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/__init__.py +0 -0
  242. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_formatting.py +0 -0
  243. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/_opencode_backend.py +0 -0
  244. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/scripts/cost_report.py +0 -0
  245. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/__init__.py +0 -0
  246. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/_memory_utils.py +0 -0
  247. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/counts.py +0 -0
  248. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/__init__.py +0 -0
  249. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/_checks.py +0 -0
  250. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/_display.py +0 -0
  251. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diagnostics/_fix.py +0 -0
  252. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/diff.py +0 -0
  253. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/fs.py +0 -0
  254. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/install_state_builder.py +0 -0
  255. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/local_backend.py +0 -0
  256. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/migrations/__init__.py +0 -0
  257. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/obsidian_backend.py +0 -0
  258. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/session_context.py +0 -0
  259. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/state_store.py +0 -0
  260. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/ui.py +0 -0
  261. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/user_config.py +0 -0
  262. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/validation.py +0 -0
  263. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/__init__.py +0 -0
  264. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/_wiki_utils.py +0 -0
  265. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_index.py +0 -0
  266. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_ingest.py +0 -0
  267. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_lint.py +0 -0
  268. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_query.py +0 -0
  269. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki/wiki_storage.py +0 -0
  270. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes/services/wiki_backend.py +0 -0
  271. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/dependency_links.txt +0 -0
  272. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/entry_points.txt +0 -0
  273. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/requires.txt +0 -0
  274. {agent_notes-2.29.0 → agent_notes-2.32.0}/agent_notes.egg-info/top_level.txt +0 -0
  275. {agent_notes-2.29.0 → agent_notes-2.32.0}/setup.cfg +0 -0
  276. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/conftest.py +0 -0
  277. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/__init__.py +0 -0
  278. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/__init__.py +0 -0
  279. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_config_command.py +0 -0
  280. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_doctor_command.py +0 -0
  281. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_info_command.py +0 -0
  282. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_install_command.py +0 -0
  283. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_list_command.py +0 -0
  284. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_regenerate_command.py +0 -0
  285. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_uninstall_command.py +0 -0
  286. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_validate_command.py +0 -0
  287. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/commands/test_validate_path_filter.py +0 -0
  288. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/memory/__init__.py +0 -0
  289. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/memory/test_memory_add_local_backend.py +0 -0
  290. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/memory/test_memory_command.py +0 -0
  291. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/scripts/__init__.py +0 -0
  292. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/functional/scripts/test_release_script.py +0 -0
  293. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/__init__.py +0 -0
  294. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/build_output/__init__.py +0 -0
  295. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/build_output/test_build_output.py +0 -0
  296. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/install/__init__.py +0 -0
  297. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/install/test_install_methods.py +0 -0
  298. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/plugin_builders/__init__.py +0 -0
  299. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/integration/plugin_builders/test_plugin_builders.py +0 -0
  300. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/__init__.py +0 -0
  301. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/claude/__init__.py +0 -0
  302. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/claude/test_agents.py +0 -0
  303. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/codex/__init__.py +0 -0
  304. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/codex/test_agents.py +0 -0
  305. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/plugins/test_skills.py +0 -0
  306. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/__init__.py +0 -0
  307. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/__init__.py +0 -0
  308. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_cost_report_subcommand.py +0 -0
  309. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_count_agents.py +0 -0
  310. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_info.py +0 -0
  311. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_memory_add_description.py +0 -0
  312. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_memory_imports.py +0 -0
  313. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_memory_migrate.py +0 -0
  314. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_imports.py +0 -0
  315. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_orchestrator_skip.py +0 -0
  316. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_preflight.py +0 -0
  317. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/test_wizard_steps.py +0 -0
  318. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/commands/wizard/test_cost_report_step.py +0 -0
  319. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/registries/__init__.py +0 -0
  320. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/registries/test_cli_registry.py +0 -0
  321. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/registries/test_registries.py +0 -0
  322. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/__init__.py +0 -0
  323. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_cost_report.py +0 -0
  324. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_cost_report_scoping.py +0 -0
  325. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_formatting_tty.py +0 -0
  326. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_opencode_backend_connection.py +0 -0
  327. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_opencode_backend_pricing.py +0 -0
  328. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/scripts/test_time_aggregation.py +0 -0
  329. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/__init__.py +0 -0
  330. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_build_functions.py +0 -0
  331. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_credential_filter.py +0 -0
  332. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_credentials.py +0 -0
  333. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_fs.py +0 -0
  334. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_codex.py +0 -0
  335. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_hook_quoting.py +0 -0
  336. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_hooks.py +0 -0
  337. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_installer_plan.py +0 -0
  338. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_local_backend.py +0 -0
  339. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_memory_backend.py +0 -0
  340. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_memory_backend_io.py +0 -0
  341. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_memory_router.py +0 -0
  342. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_rendering_includes.py +0 -0
  343. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_settings_writer.py +0 -0
  344. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_skill_filtering.py +0 -0
  345. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_state_store.py +0 -0
  346. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_user_config_cost_report.py +0 -0
  347. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_validation.py +0 -0
  348. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_wiki_atomic_write.py +0 -0
  349. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_wiki_backend.py +0 -0
  350. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/services/test_wiki_imports.py +0 -0
  351. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/templates/__init__.py +0 -0
  352. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/templates/test_codex_frontmatter.py +0 -0
  353. {agent_notes-2.29.0 → agent_notes-2.32.0}/tests/unit/test_import_health.py +0 -0
  354. {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.29.0
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
- - 47+ on-demand skills (Rails, Docker, Git, Kamal, Process)
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
- Update anytime:
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
- 47+ 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/`.
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
- | Verbosity | Responses are bloated; context window fills with noise | `/caveman`, `/setup-project-context` |
256
- | Broken code | Claude codes without a feedback loop or evidence trail | `/tdd` (improved), `/debugging-protocol` (improved) |
257
- | Ball of mud | Architecture drifts; modules grow shallow and tangled | `/improve-codebase-architecture`, `/zoom-out` |
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 problem is fully resolved before touching code
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
- - `/caveman` — Ultra-compressed reply mode (~75% token savings) for rapid iteration
264
- - `/setup-project-context` — Bootstraps a CONTEXT.md domain glossary (ubiquitous language)
265
- - `/tdd` — RED-GREEN-REFACTOR with tracer-bullet vertical slices; horizontal-slicing anti-pattern added
266
- - `/debugging-protocol` — Phase 1 rewritten as "build a feedback loop first" with 9 strategies
267
- - `/improve-codebase-architecture` — Deletion test to find shallow modules; surfaces deepening opportunities
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-prd` — Synthesize conversation into a Product Requirements Document
271
- - `/to-issues` — Break a plan/PRD into vertical-slice issues (HITL/AFK classification)
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
- - `/write-a-skill` — Meta-skill for creating new skills with proper structure
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, verbosity, broken code, architectural degradation), and several core skills (tdd, grill-me, grill-with-docs, improve-codebase-architecture, zoom-out, caveman)
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
- - 47+ on-demand skills (Rails, Docker, Git, Kamal, Process)
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
- Update anytime:
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
- 47+ 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/`.
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
- | Verbosity | Responses are bloated; context window fills with noise | `/caveman`, `/setup-project-context` |
224
- | Broken code | Claude codes without a feedback loop or evidence trail | `/tdd` (improved), `/debugging-protocol` (improved) |
225
- | Ball of mud | Architecture drifts; modules grow shallow and tangled | `/improve-codebase-architecture`, `/zoom-out` |
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 problem is fully resolved before touching code
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
- - `/caveman` — Ultra-compressed reply mode (~75% token savings) for rapid iteration
232
- - `/setup-project-context` — Bootstraps a CONTEXT.md domain glossary (ubiquitous language)
233
- - `/tdd` — RED-GREEN-REFACTOR with tracer-bullet vertical slices; horizontal-slicing anti-pattern added
234
- - `/debugging-protocol` — Phase 1 rewritten as "build a feedback loop first" with 9 strategies
235
- - `/improve-codebase-architecture` — Deletion test to find shallow modules; surfaces deepening opportunities
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-prd` — Synthesize conversation into a Product Requirements Document
239
- - `/to-issues` — Break a plan/PRD into vertical-slice issues (HITL/AFK classification)
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
- - `/write-a-skill` — Meta-skill for creating new skills with proper structure
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, verbosity, broken code, architectural degradation), and several core skills (tdd, grill-me, grill-with-docs, improve-codebase-architecture, zoom-out, caveman)
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