LICENSE
README.md
pyproject.toml
claude_writ.egg-info/PKG-INFO
claude_writ.egg-info/SOURCES.txt
claude_writ.egg-info/dependency_links.txt
claude_writ.egg-info/entry_points.txt
claude_writ.egg-info/requires.txt
claude_writ.egg-info/top_level.txt
tests/test_always_on_methodology.py
tests/test_analysis.py
tests/test_analyze_endpoint.py
tests/test_approval_patterns.py
tests/test_authoring.py
tests/test_authority.py
tests/test_bootstrap.py
tests/test_bundle_cohesion.py
tests/test_checklist_injection.py
tests/test_cleanup_cycle.py
tests/test_cli_rename.py
tests/test_compaction_detection.py
tests/test_compaction_hooks.py
tests/test_compression.py
tests/test_config.py
tests/test_config_integration.py
tests/test_cwd_changed.py
tests/test_embeddings.py
tests/test_enforce_violations.py
tests/test_env_var_removal.py
tests/test_exit_code_audit.py
tests/test_exit_plan_phase_reset.py
tests/test_export.py
tests/test_failed_write_tracking.py
tests/test_feedback_enrichment.py
tests/test_frequency.py
tests/test_gate.py
tests/test_graph_proximity.py
tests/test_hardening.py
tests/test_harness_installer.py
tests/test_hnsw_persistence.py
tests/test_hook_stderr_logging.py
tests/test_infrastructure.py
tests/test_ingest.py
tests/test_instructions_loaded.py
tests/test_integrity.py
tests/test_methodology_companion_orchestrator.py
tests/test_methodology_retrieval.py
tests/test_metrics.py
tests/test_mode_infrastructure.py
tests/test_multi_node_ingest.py
tests/test_orchestrator_hardening.py
tests/test_orchestrator_mode.py
tests/test_origin_context.py
tests/test_phase2_gate_policy.py
tests/test_phase2_hooks.py
tests/test_phase3_approval_flow.py
tests/test_phase3_centralization.py
tests/test_phase3b_approval_rewrap.py
tests/test_phase3b_export_subagent_roles.py
tests/test_phase4_analyze_friction.py
tests/test_phase4_friction_delta.py
tests/test_phase4b_memory_guard_robustness.py
tests/test_phase4b_memory_policy_guard.py
tests/test_phase4c_postcompact_directive.py
tests/test_phase4c_stderr_capture.py
tests/test_phase5_analyzers.py
tests/test_phase5_cli.py
tests/test_phase5_dashboard.py
tests/test_phase5_instrumentation.py
tests/test_phase6_hook_defensive_json.py
tests/test_phase6a_node_models.py
tests/test_phase6bcd_verification.py
tests/test_phase6efg_corpus_promotion.py
tests/test_phase6hi_methodology_retrieval_and_playbook_wiring.py
tests/test_phase6j_always_on_budget.py
tests/test_phase6j_node_types.py
tests/test_phase_machine_reset.py
tests/test_playbook_state.py
tests/test_post_suite_neo4j_restoration.py
tests/test_posttool_rag.py
tests/test_pre_write_dispatch.py
tests/test_pyproject_packaging.py
tests/test_read_rag_hook.py
tests/test_retrievable_filter.py
tests/test_retrieval.py
tests/test_schema.py
tests/test_schema_roundtrip.py
tests/test_sdd_review_order_hook_json_decode.py
tests/test_session.py
tests/test_session_cache_migration.py
tests/test_session_end.py
tests/test_session_routes.py
tests/test_session_rules.py
tests/test_sticky_rules.py
tests/test_subagent_isolation.py
tests/test_v1_punch_list.py
tests/test_validate_rules.py
tests/test_writ_audit_session.py
tests/test_writ_cli_shim.py
writ/__init__.py
writ/authoring.py
writ/cli.py
writ/config.py
writ/dashboard.py
writ/export.py
writ/frequency.py
writ/gate.py
writ/origin_context.py
writ/server.py
writ/analysis/__init__.py
writ/analysis/analyzer.py
writ/analysis/friction.py
writ/analysis/instrumentation.py
writ/analysis/llm.py
writ/analysis/patterns.py
writ/compression/__init__.py
writ/compression/abstractions.py
writ/compression/clusters.py
writ/graph/__init__.py
writ/graph/db.py
writ/graph/ingest.py
writ/graph/integrity.py
writ/graph/schema.py
writ/retrieval/__init__.py
writ/retrieval/embeddings.py
writ/retrieval/keyword.py
writ/retrieval/pipeline.py
writ/retrieval/ranking.py
writ/retrieval/session.py
writ/retrieval/traversal.py
writ/shared/__init__.py