LICENSE
README.md
pyproject.toml
LICENSES/MIT.txt
src/apothem/__init__.py
src/apothem/__main__.py
src/apothem.egg-info/PKG-INFO
src/apothem.egg-info/SOURCES.txt
src/apothem.egg-info/dependency_links.txt
src/apothem.egg-info/entry_points.txt
src/apothem.egg-info/requires.txt
src/apothem.egg-info/top_level.txt
src/apothem/agents/README.md
src/apothem/agents/codebase-explorer.md
src/apothem/agents/convention-auditor.md
src/apothem/agents/memory-auditor.md
src/apothem/agents/quality-gate.md
src/apothem/audit/_scan_lib.py
src/apothem/audit/analyze_graph.py
src/apothem/audit/build_capability_graph.py
src/apothem/audit/build_inventory.py
src/apothem/audit/build_plans_provenance.py
src/apothem/audit/check_links.py
src/apothem/audit/classify_artifacts.py
src/apothem/audit/execute_plans_migration.py
src/apothem/audit/render_capability_index.py
src/apothem/audit/render_inventory.py
src/apothem/audit/scan_ai_surfaces.py
src/apothem/audit/scan_ai_surfaces_coarse.py
src/apothem/audit/scan_drift_features.py
src/apothem/audit/scan_frontmatter.py
src/apothem/audit/scan_header_coverage.py
src/apothem/audit/scan_plan_leakage.py
src/apothem/audit/scan_plans_discipline.py
src/apothem/audit/scan_secrets_pii.py
src/apothem/audit/scan_stale_tokens.py
src/apothem/audit/synthesize_drift.py
src/apothem/benchmarks/__init__.py
src/apothem/benchmarks/bench_agents.py
src/apothem/benchmarks/bench_hooks.py
src/apothem/benchmarks/bench_tests.py
src/apothem/benchmarks/bench_validate_ecosystem.py
src/apothem/cli/__init__.py
src/apothem/cli/_common_flags.py
src/apothem/cli/_json_formatter.py
src/apothem/commands/README.md
src/apothem/commands/a11y-audit.md
src/apothem/commands/architecture-review.md
src/apothem/commands/code-audit.md
src/apothem/commands/code-review.md
src/apothem/commands/dependency-audit.md
src/apothem/commands/docs-review.md
src/apothem/commands/perf-audit.md
src/apothem/commands/plan-audit.md
src/apothem/commands/plan-design.md
src/apothem/commands/plan-execute.md
src/apothem/commands/plan-generate.md
src/apothem/commands/plan-review.md
src/apothem/commands/plan-spec.md
src/apothem/commands/plan-status.md
src/apothem/commands/security-audit.md
src/apothem/commands/supply-chain-audit.md
src/apothem/commands/threat-model-audit.md
src/apothem/commands/ux-review.md
src/apothem/conformity/__init__.py
src/apothem/conformity/agent_capability_grep.py
src/apothem/conformity/always_on_budget_grep.py
src/apothem/conformity/bare_except_grep.py
src/apothem/conformity/binding_reciprocity_grep.py
src/apothem/conformity/brand_mark_grep.py
src/apothem/conformity/commented_out_code_grep.py
src/apothem/conformity/completion_claim_grep.py
src/apothem/conformity/conventional_commit_grep.py
src/apothem/conformity/copilot_instructions_presence_grep.py
src/apothem/conformity/cross_platform_matrix_grep.py
src/apothem/conformity/diagram_staleness_grep.py
src/apothem/conformity/dynamism_grep.py
src/apothem/conformity/editorconfig_presence_grep.py
src/apothem/conformity/file_header_grep.py
src/apothem/conformity/frontmatter_grep.py
src/apothem/conformity/gate.py
src/apothem/conformity/gitattributes_presence_grep.py
src/apothem/conformity/harden_runner_grep.py
src/apothem/conformity/hedging_grep.py
src/apothem/conformity/license_author_consistency_grep.py
src/apothem/conformity/link_check.py
src/apothem/conformity/magic_number_grep.py
src/apothem/conformity/multi_surface_coherence_grep.py
src/apothem/conformity/naming_grep.py
src/apothem/conformity/naturalism_grep.py
src/apothem/conformity/no_global_plans_grep.py
src/apothem/conformity/oidc_trusted_publishing_grep.py
src/apothem/conformity/option_annotation_grep.py
src/apothem/conformity/orphan_output_grep.py
src/apothem/conformity/permissions_minimum_scope_grep.py
src/apothem/conformity/plans_discipline_language_grep.py
src/apothem/conformity/production_ready_pr_grep.py
src/apothem/conformity/recommend_next_step_grep.py
src/apothem/conformity/redundancy_grep.py
src/apothem/conformity/secret_leak_grep.py
src/apothem/conformity/secret_scan_grep.py
src/apothem/conformity/semver_stability_grep.py
src/apothem/conformity/smoke_install_grep.py
src/apothem/conformity/static_version_grep.py
src/apothem/conformity/token_efficiency_grep.py
src/apothem/conformity/unpinned_action_grep.py
src/apothem/conformity/user_confirm_grep.py
src/apothem/conformity/workflow_concurrency_grep.py
src/apothem/harnesses/__init__.py
src/apothem/harnesses/_shared/__init__.py
src/apothem/harnesses/_shared/install_driver.py
src/apothem/harnesses/antigravity/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/antigravity/__init__.py
src/apothem/harnesses/antigravity/capabilities.yml
src/apothem/harnesses/antigravity/install.py
src/apothem/harnesses/antigravity/uninstall.py
src/apothem/harnesses/antigravity/update.py
src/apothem/harnesses/antigravity/verify.py
src/apothem/harnesses/antigravity/templates/GEMINI.md
src/apothem/harnesses/antigravity/templates/plugin.json
src/apothem/harnesses/claude_code/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/claude_code/__init__.py
src/apothem/harnesses/claude_code/capabilities.yml
src/apothem/harnesses/claude_code/install.py
src/apothem/harnesses/claude_code/uninstall.py
src/apothem/harnesses/claude_code/update.py
src/apothem/harnesses/claude_code/verify.py
src/apothem/harnesses/claude_code/templates/settings.json
src/apothem/harnesses/codex/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/codex/__init__.py
src/apothem/harnesses/codex/capabilities.yml
src/apothem/harnesses/codex/install.py
src/apothem/harnesses/codex/uninstall.py
src/apothem/harnesses/codex/update.py
src/apothem/harnesses/codex/verify.py
src/apothem/harnesses/codex/templates/AGENTS.md
src/apothem/harnesses/codex/templates/hooks.json
src/apothem/harnesses/cursor/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/cursor/__init__.py
src/apothem/harnesses/cursor/capabilities.yml
src/apothem/harnesses/cursor/install.py
src/apothem/harnesses/cursor/uninstall.py
src/apothem/harnesses/cursor/update.py
src/apothem/harnesses/cursor/verify.py
src/apothem/harnesses/cursor/templates/apothem-rules.mdc
src/apothem/harnesses/gemini_cli/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/gemini_cli/__init__.py
src/apothem/harnesses/gemini_cli/capabilities.yml
src/apothem/harnesses/gemini_cli/install.py
src/apothem/harnesses/gemini_cli/uninstall.py
src/apothem/harnesses/gemini_cli/update.py
src/apothem/harnesses/gemini_cli/verify.py
src/apothem/harnesses/gemini_cli/templates/GEMINI.md
src/apothem/harnesses/github_copilot/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/github_copilot/__init__.py
src/apothem/harnesses/github_copilot/capabilities.yml
src/apothem/harnesses/github_copilot/install.py
src/apothem/harnesses/github_copilot/uninstall.py
src/apothem/harnesses/github_copilot/update.py
src/apothem/harnesses/github_copilot/verify.py
src/apothem/harnesses/github_copilot/templates/copilot-instructions.md
src/apothem/harnesses/hermes/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/hermes/__init__.py
src/apothem/harnesses/hermes/capabilities.yml
src/apothem/harnesses/hermes/install.py
src/apothem/harnesses/hermes/materializer.py
src/apothem/harnesses/hermes/uninstall.py
src/apothem/harnesses/hermes/update.py
src/apothem/harnesses/hermes/verify.py
src/apothem/harnesses/open_claw/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/open_claw/__init__.py
src/apothem/harnesses/open_claw/capabilities.yml
src/apothem/harnesses/open_claw/install.py
src/apothem/harnesses/open_claw/materializer.py
src/apothem/harnesses/open_claw/uninstall.py
src/apothem/harnesses/open_claw/update.py
src/apothem/harnesses/open_claw/verify.py
src/apothem/harnesses/opencode/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/opencode/__init__.py
src/apothem/harnesses/opencode/capabilities.yml
src/apothem/harnesses/opencode/install.py
src/apothem/harnesses/opencode/materializer.py
src/apothem/harnesses/opencode/uninstall.py
src/apothem/harnesses/opencode/update.py
src/apothem/harnesses/opencode/verify.py
src/apothem/harnesses/qwen_code/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/qwen_code/__init__.py
src/apothem/harnesses/qwen_code/capabilities.yml
src/apothem/harnesses/qwen_code/install.py
src/apothem/harnesses/qwen_code/materializer.py
src/apothem/harnesses/qwen_code/uninstall.py
src/apothem/harnesses/qwen_code/update.py
src/apothem/harnesses/qwen_code/verify.py
src/apothem/harnesses/qwen_code/templates/QWEN.md
src/apothem/harnesses/windsurf/STANDARD-CONVENTION-PIN.md
src/apothem/harnesses/windsurf/__init__.py
src/apothem/harnesses/windsurf/capabilities.yml
src/apothem/harnesses/windsurf/install.py
src/apothem/harnesses/windsurf/uninstall.py
src/apothem/harnesses/windsurf/update.py
src/apothem/harnesses/windsurf/verify.py
src/apothem/harnesses/windsurf/templates/apothem-rules.md
src/apothem/hooks/__init__.py
src/apothem/hooks/dispatch.py
src/apothem/hooks/emit_hook_context.py
src/apothem/hooks/session_start_bootstrap.py
src/apothem/hooks/lib/__init__.py
src/apothem/hooks/lib/bootstrap.ps1
src/apothem/hooks/lib/bootstrap.sh
src/apothem/hooks/lib/events.py
src/apothem/hooks/lib/find-pwsh.ps1
src/apothem/hooks/lib/find-pwsh.sh
src/apothem/hooks/lib/find-python.ps1
src/apothem/hooks/lib/find-python.sh
src/apothem/hooks/lib/log.py
src/apothem/hooks/lib/resolve_root.py
src/apothem/hooks/messages/postcompact.md
src/apothem/hooks/messages/precompact.md
src/apothem/hooks/messages/pretooluse-bash-plan-guard.md
src/apothem/hooks/messages/pretooluse-bash.md
src/apothem/hooks/messages/pretooluse-conformity.md
src/apothem/hooks/messages/pretooluse-edit-header-guard.md
src/apothem/hooks/messages/pretooluse-edit.md
src/apothem/hooks/messages/pretooluse-notebookedit.md
src/apothem/hooks/messages/pretooluse-write-header-guard.md
src/apothem/hooks/messages/pretooluse-write-plan-guard.md
src/apothem/hooks/messages/pretooluse-write.md
src/apothem/hooks/messages/sessionstart.md
src/apothem/hooks/messages/stop.md
src/apothem/lib/__init__.py
src/apothem/lib/frontmatter.py
src/apothem/lib/harness_materializer.py
src/apothem/lib/harness_registry.py
src/apothem/lib/parallel_sweep.py
src/apothem/lib/profile.py
src/apothem/lib/propagation-manifest.yaml
src/apothem/lib/propagation.py
src/apothem/lib/reporter.py
src/apothem/output-styles/README.md
src/apothem/output-styles/concise-engineer.md
src/apothem/output-styles/default-architect.md
src/apothem/output-styles/default.md
src/apothem/output-styles/forensic-auditor.md
src/apothem/rules/README.md
src/apothem/rules/agent-capability-discipline-matrix.md
src/apothem/rules/agent-capability-discipline.md
src/apothem/rules/agent-orchestration-patterns.md
src/apothem/rules/agent-orchestration.md
src/apothem/rules/agile-sprints-elements.md
src/apothem/rules/agile-sprints.md
src/apothem/rules/authority-inquiry-categories.md
src/apothem/rules/authority-inquiry.md
src/apothem/rules/auto-memory-topic-files.md
src/apothem/rules/auto-memory.md
src/apothem/rules/bidirectional-binding.md
src/apothem/rules/canonical-layout-reporting-tiers.md
src/apothem/rules/canonical-layout.md
src/apothem/rules/clean-architecture-layers.md
src/apothem/rules/clean-room-generation-protocols.md
src/apothem/rules/clean-room-generation.md
src/apothem/rules/code-craft-conventions.md
src/apothem/rules/code-craft-markdown.md
src/apothem/rules/code-craft-python.md
src/apothem/rules/code-craft-shell.md
src/apothem/rules/cognitive-identity-techniques.md
src/apothem/rules/cognitive-identity.md
src/apothem/rules/context-management-budget.md
src/apothem/rules/context-management-protocol.md
src/apothem/rules/context-management-scratch.md
src/apothem/rules/context-management.md
src/apothem/rules/definitiveness-virtues.md
src/apothem/rules/definitiveness.md
src/apothem/rules/disclosure-ledger-markers.md
src/apothem/rules/disclosure-ledger.md
src/apothem/rules/dynamism.md
src/apothem/rules/expertise-posture-elements.md
src/apothem/rules/expertise-posture.md
src/apothem/rules/harness-adapter-shape-schemas.md
src/apothem/rules/harness-adapter-shape.md
src/apothem/rules/host-discovery-manifests.md
src/apothem/rules/host-discovery.md
src/apothem/rules/i18n-discipline-locale-cohorts.md
src/apothem/rules/i18n-discipline.md
src/apothem/rules/interactive-questions-canonical-shapes.md
src/apothem/rules/interactive-questions-sweep-matchers.md
src/apothem/rules/interactive-questions.md
src/apothem/rules/large-file-generation.md
src/apothem/rules/large-file-reading.md
src/apothem/rules/naturalism.md
src/apothem/rules/operational-mandates-expanded.md
src/apothem/rules/operational-mandates.md
src/apothem/rules/option-annotation-form.md
src/apothem/rules/option-annotation.md
src/apothem/rules/performance-discipline.md
src/apothem/rules/persistent-conventions-vigilance-checklist.md
src/apothem/rules/persistent-conventions-vigilance.md
src/apothem/rules/planning-techniques.md
src/apothem/rules/pre-emission-gate-bars.md
src/apothem/rules/pre-emission-gate.md
src/apothem/rules/production-ready-prs-surfaces.md
src/apothem/rules/production-ready-prs.md
src/apothem/rules/recommend-next-step.md
src/apothem/rules/sota-elevation-exemplars.md
src/apothem/rules/sota-elevation.md
src/apothem/rules/systemic-participation-relations.md
src/apothem/rules/systemic-participation.md
src/apothem/rules/ten-dimension-check-dimensions.md
src/apothem/rules/ten-dimension-check.md
src/apothem/rules/token-budget-discipline.md
src/apothem/rules/token-efficiency-rewrite.md
src/apothem/rules/visual-leverage.md
src/apothem/schemas/NOTICE.md
src/apothem/schemas/README.md
src/apothem/schemas/__init__.py
src/apothem/schemas/agent.schema.json
src/apothem/schemas/authorship-header.txt
src/apothem/schemas/cohort-metadata-vocabulary.yaml
src/apothem/schemas/command.schema.json
src/apothem/schemas/compatibility-matrix.yaml
src/apothem/schemas/handoff-manifest.yaml
src/apothem/schemas/header-exceptions.txt
src/apothem/schemas/header-visibility.yaml
src/apothem/schemas/output-style.schema.json
src/apothem/schemas/plan.schema.json
src/apothem/schemas/profile.example.yaml
src/apothem/schemas/profile.minimal.yaml
src/apothem/schemas/profile.schema.json
src/apothem/schemas/skill.schema.json
src/apothem/skills/README.md
src/apothem/skills/ecosystem-audit/SKILL.md
src/apothem/skills/plan-suite/SKILL.md
src/apothem/skills/plan-suite/master_template.md
src/apothem/statuslines/README.md
src/apothem/statuslines/__init__.py
src/apothem/statuslines/conformity.json
src/apothem/statuslines/render.py
src/apothem/statuslines/statusline.md
src/apothem/statuslines/statusline.ps1
src/apothem/statuslines/statusline.sh
src/apothem/templates/README.md
src/apothem/templates/consideration-log.md
src/apothem/templates/expertise-gap-log.md
src/apothem/templates/master-index-template.md
src/apothem/templates/potency-map.md
src/apothem/templates/preservation-audit.md
src/apothem/templates/question-resolution-audit.md
src/apothem/templates/trace-matrix-template.md