agent-notes 2.15.0__tar.gz → 2.15.1__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.15.0 → agent_notes-2.15.1}/PKG-INFO +1 -1
- agent_notes-2.15.1/agent_notes/VERSION +1 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/wizard.py +18 -4
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes.egg-info/PKG-INFO +1 -1
- agent_notes-2.15.0/agent_notes/VERSION +0 -1
- {agent_notes-2.15.0 → agent_notes-2.15.1}/LICENSE +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/README.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/__main__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/cli.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/_install_helpers.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/build.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/config.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/doctor.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/info.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/install.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/list.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/memory.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/regenerate.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/set_role.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/uninstall.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/update.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/commands/validate.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/config.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/agents.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/analyst.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/api-reviewer.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/architect.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/coder.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/database-specialist.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/debugger.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/devil.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/devops.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/explorer.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/integrations.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/lead.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/performance-profiler.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/refactorer.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/reviewer.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/security-auditor.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/shared/cost_reporting.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/shared/phase0.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/system-auditor.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/tech-writer.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/test-runner.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/agents/test-writer.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/cli/claude.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/cli/copilot.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/cli/opencode.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/commands/brainstorm.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/commands/debug.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/commands/review.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/global-claude.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/global-copilot.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/global-opencode.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/hooks/session-context.md.tpl +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-haiku-4-5.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-opus-4-1.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-opus-4-5.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-opus-4-6.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-opus-4-7.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-sonnet-4-5.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-sonnet-4-6.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/models/claude-sonnet-4.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/plugin/claude.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/plugin/opencode-index.js.template +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/plugin/opencode.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/pricing.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/roles/orchestrator.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/roles/reasoner.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/roles/scout.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/roles/worker.yaml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/rules/code-quality.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/rules/safety.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/brainstorming/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/caveman/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/code-review/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/debugging-protocol/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/docker-compose/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/docker-compose-advanced/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/docker-dockerfile/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/docker-dockerfile-languages/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/git/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/grill-me/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/grill-with-docs/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/improve-codebase-architecture/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/obsidian-memory/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-active-storage/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-broadcasting/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-concerns/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-controllers/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-controllers-advanced/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-helpers/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-initializers/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-javascript/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-jobs/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-kamal/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-lib/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-mailers/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-migrations/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-models/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-models-advanced/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-routes/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-style/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-testing-controllers/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-testing-models/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-testing-system/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-validations/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-view-components/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-view-components-advanced/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-views/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-views-advanced/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/refactoring-protocol/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/setup-project-context/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/tdd/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/zoom-out/SKILL.md +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/__pycache__/__init__.cpython-314.pyc +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/__pycache__/__init__.cpython-314.pyc +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/__pycache__/claude.cpython-314.pyc +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/__pycache__/opencode.cpython-314.pyc +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/claude.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/opencode.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/doctor_checks.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/agent.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/cli_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/diagnostics.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/diff.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/model.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/role.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/rule.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/skill.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/domain/state.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/install_state.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/_base.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/agent_registry.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/cli_registry.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/model_registry.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/role_registry.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/rule_registry.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/registries/skill_registry.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/scripts/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/scripts/_claude_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/scripts/_formatting.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/scripts/_opencode_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/scripts/_pricing.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/scripts/cost_report.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/credentials.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/diagnostics/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/diagnostics/_checks.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/diagnostics/_display.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/diagnostics/_fix.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/diff.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/fs.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/install_state_builder.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/installer.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/memory_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/rendering.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/session_context.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/settings_writer.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/state_store.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/ui.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/user_config.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/validation.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/services/wiki_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/state.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes.egg-info/SOURCES.txt +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes.egg-info/dependency_links.txt +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes.egg-info/entry_points.txt +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes.egg-info/requires.txt +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes.egg-info/top_level.txt +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/pyproject.toml +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/setup.cfg +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/conftest.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_config_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_doctor_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_info_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_install_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_list_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_regenerate_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_uninstall_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_update_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_validate_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/memory/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/memory/test_memory_command.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/scripts/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/scripts/test_release_script.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/build_output/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/build_output/test_build_output.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/install/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/install/test_install_methods.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/plugin_builders/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/plugin_builders/test_plugin_builders.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/plugins/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/plugins/claude/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/plugins/claude/test_agents.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/plugins/test_skills.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_cost_report_subcommand.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_count_agents.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_memory_migrate.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_wizard_orchestrator_skip.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_wizard_preflight.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/registries/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/registries/test_registries.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/scripts/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/scripts/test_cost_report.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/scripts/test_cost_report_scoping.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/scripts/test_formatting_tty.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/scripts/test_time_aggregation.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/__init__.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_build_functions.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_credentials.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_fs.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_installer_plan.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_memory_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_memory_backend_io.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_rendering_includes.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_settings_writer.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/services/test_wiki_backend.py +0 -0
- {agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/test_memory_dir_for_backend.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.15.1
|
|
@@ -339,7 +339,12 @@ def _render_install_summary(clis: Set[str], scope: str, copy_mode: bool, selecte
|
|
|
339
339
|
print(f" {_DIM}Skills{_NC} {', '.join(parts) if parts else 'none'}")
|
|
340
340
|
|
|
341
341
|
if memory_backend and memory_backend != "none":
|
|
342
|
-
|
|
342
|
+
if memory_backend == "obsidian":
|
|
343
|
+
mem_label = f"Obsidian (session) → {memory_path}" if memory_path else "Obsidian (session)"
|
|
344
|
+
elif memory_backend == "wiki":
|
|
345
|
+
mem_label = f"Obsidian (wiki) → {memory_path}" if memory_path else "Obsidian (wiki)"
|
|
346
|
+
else:
|
|
347
|
+
mem_label = "Local markdown"
|
|
343
348
|
print(f" {_DIM}Memory{_NC} {mem_label}")
|
|
344
349
|
|
|
345
350
|
# ── Per-CLI sections ──────────────────────────────────────────────────────
|
|
@@ -407,7 +412,8 @@ def _select_memory(step: int, total: int, version: str = '') -> tuple:
|
|
|
407
412
|
|
|
408
413
|
options = [
|
|
409
414
|
("Local markdown files (~/.claude/agent-memory/)", "local"),
|
|
410
|
-
("Obsidian vault", "obsidian"),
|
|
415
|
+
("Obsidian vault (session-oriented)", "obsidian"),
|
|
416
|
+
("Obsidian vault (wiki)", "wiki"),
|
|
411
417
|
("None (disable memory)", "none"),
|
|
412
418
|
]
|
|
413
419
|
|
|
@@ -430,8 +436,12 @@ def _select_memory(step: int, total: int, version: str = '') -> tuple:
|
|
|
430
436
|
default_path = str(_mem_base / "agent-notes")
|
|
431
437
|
raw = _safe_input(f" Memory folder path [{default_path}]: ", default_path)
|
|
432
438
|
path = raw.strip() or default_path
|
|
439
|
+
elif backend == "wiki":
|
|
440
|
+
default_path = str(Path.home() / "Documents" / "Obsidian Vault" / "agent-wiki")
|
|
441
|
+
raw = _safe_input(f" Wiki folder path [{default_path}]: ", default_path)
|
|
442
|
+
path = raw.strip() or default_path
|
|
433
443
|
|
|
434
|
-
label = {"local": "Local markdown", "obsidian": f"Obsidian ({path})", "none": "Disabled"}[backend]
|
|
444
|
+
label = {"local": "Local markdown", "obsidian": f"Obsidian (session) ({path})", "wiki": f"Obsidian (wiki) ({path})", "none": "Disabled"}[backend]
|
|
435
445
|
print(f" {Color.GREEN}✓{Color.NC} Memory: {label}")
|
|
436
446
|
return backend, path
|
|
437
447
|
|
|
@@ -718,7 +728,11 @@ def _interactive_install() -> None:
|
|
|
718
728
|
try:
|
|
719
729
|
if memory_backend == "obsidian":
|
|
720
730
|
obsidian_init(_mem_path)
|
|
721
|
-
memory_label = f"Obsidian → {_mem_path}"
|
|
731
|
+
memory_label = f"Obsidian (session) → {_mem_path}"
|
|
732
|
+
elif memory_backend == "wiki":
|
|
733
|
+
from ..services.wiki_backend import wiki_init
|
|
734
|
+
wiki_init(_mem_path)
|
|
735
|
+
memory_label = f"Obsidian (wiki) → {_mem_path}"
|
|
722
736
|
else:
|
|
723
737
|
local_init(_mem_path)
|
|
724
738
|
memory_label = f"Local markdown → {_mem_path}"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.15.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/plugin/opencode-index.js.template
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/debugging-protocol/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/docker-compose-advanced/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/docker-dockerfile/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-active-storage/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-broadcasting/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-controllers/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-initializers/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-models-advanced/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-testing-controllers/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-testing-models/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-testing-system/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-validations/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-view-components/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/rails-views-advanced/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/refactoring-protocol/SKILL.md
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/skills/setup-project-context/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/agent_notes/data/templates/frontmatter/opencode.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_regenerate_command.py
RENAMED
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_uninstall_command.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/functional/commands/test_validate_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/build_output/test_build_output.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/integration/plugin_builders/test_plugin_builders.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_cost_report_subcommand.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_notes-2.15.0 → agent_notes-2.15.1}/tests/unit/commands/test_wizard_orchestrator_skip.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|