README.md
pyproject.toml
src/anchor/__init__.py
src/anchor/cli.py
src/anchor/config.py
src/anchor/detect.py
src/anchor/engine.py
src/anchor/rectify.py
src/anchor/agent/__init__.py
src/anchor/agent/llm_client.py
src/anchor/agent/rule_manager.py
src/anchor/agent/safe_llm.py
src/anchor/compliance/__init__.py
src/anchor/compliance/constraint_engine.py
src/anchor/compliance/workflow_validator.py
src/anchor/judge/__init__.py
src/anchor/judge/cache.py
src/anchor/judge/embedding.py
src/anchor/judge/enricher.py
src/anchor/judge/llm_judge.py
src/anchor/organize/__init__.py
src/anchor/organize/bloom_index.py
src/anchor/organize/domain_shard.py
src/anchor/organize/semantic_index.py
src/anchor/parser/__init__.py
src/anchor/parser/diagram.py
src/anchor/parser/extractor.py
src/anchor/parser/frontmatter.py
src/anchor/parser/rule_parser.py
src/anchor/store/__init__.py
src/anchor/store/binary_index.py
src/anchor/store/rule_store.py
src/anchor/store/scale_store.py
src/anchor/ui/app.py
src/anchor_engine.egg-info/PKG-INFO
src/anchor_engine.egg-info/SOURCES.txt
src/anchor_engine.egg-info/dependency_links.txt
src/anchor_engine.egg-info/entry_points.txt
src/anchor_engine.egg-info/requires.txt
src/anchor_engine.egg-info/top_level.txt
tests/test_agent.py
tests/test_binary_index.py
tests/test_compliance.py
tests/test_detect.py
tests/test_engine.py
tests/test_organize.py
tests/test_parser.py
tests/test_rectify.py
tests/test_workflow.py