.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
.taskledger.toml
AGENTS.md
CHANGELOG.md
LICENSE
README.md
codecrate.toml
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
codecrate/__init__.py
codecrate/__main__.py
codecrate/_version.py
codecrate/analysis_metadata.py
codecrate/cli.py
codecrate/cli_doctor.py
codecrate/cli_doctor_helpers.py
codecrate/cli_pack.py
codecrate/cli_pack_helpers.py
codecrate/cli_parser.py
codecrate/cli_parser_pack.py
codecrate/cli_patch.py
codecrate/cli_shared.py
codecrate/cli_validate.py
codecrate/config.py
codecrate/config_loader.py
codecrate/config_model.py
codecrate/config_schema.py
codecrate/diffgen.py
codecrate/discover.py
codecrate/fences.py
codecrate/focus.py
codecrate/formats.py
codecrate/ids.py
codecrate/index_json.py
codecrate/locators.py
codecrate/manifest.py
codecrate/markdown.py
codecrate/mdparse.py
codecrate/model.py
codecrate/options.py
codecrate/options_groups.py
codecrate/ordering.py
codecrate/output_model.py
codecrate/pack_pipeline.py
codecrate/packer.py
codecrate/parse.py
codecrate/py.typed
codecrate/reference_analysis.py
codecrate/repositories.py
codecrate/security.py
codecrate/setup_metadata.py
codecrate/standalone_unpacker.py
codecrate/stubber.py
codecrate/symbol_backend.py
codecrate/token_budget.py
codecrate/tokens.py
codecrate/udiff.py
codecrate/unpacker.py
codecrate/validate.py
codecrate/validate_index_json.py
codecrate.egg-info/PKG-INFO
codecrate.egg-info/SOURCES.txt
codecrate.egg-info/dependency_links.txt
codecrate.egg-info/entry_points.txt
codecrate.egg-info/requires.txt
codecrate.egg-info/top_level.txt
codecrate/_index_json/__init__.py
codecrate/_index_json/build.py
codecrate/_index_json/common.py
codecrate/_index_json/compact_payloads.py
codecrate/_index_json/full_payloads.py
codecrate/_index_json/ir.py
codecrate/_index_json/locators.py
codecrate/_index_json/normalized_payloads.py
codecrate/_index_json/parts.py
codecrate/_index_json/repository.py
docs/agent_workflows.rst
docs/api.rst
docs/cli.rst
docs/conf.py
docs/config.rst
docs/format.rst
docs/index.rst
docs/index_json.rst
docs/make.bat
docs/make.py
docs/quickstart.rst
docs/requirements.txt
examples/find_related_tests.py
examples/find_symbol_file.py
examples/list_entrypoints.py
examples/prefer_reconstructed_locators.py
examples/read_normalized_tables.py
scripts/benchmark_packs.py
scripts/release-check.sh
tests/__init__.py
tests/test_cli_config.py
tests/test_cli_doctor.py
tests/test_cli_help.py
tests/test_cli_main_module.py
tests/test_cli_multi_repo_ops.py
tests/test_cli_no_manifest_messages.py
tests/test_cli_pack_multi.py
tests/test_cli_pack_options.py
tests/test_config.py
tests/test_discover.py
tests/test_docs_config_reference.py
tests/test_fence_tolerance.py
tests/test_golden_fixtures.py
tests/test_ids.py
tests/test_index_json.py
tests/test_index_json_invariants.py
tests/test_markdown_how_to_use.py
tests/test_markdown_line_numbers.py
tests/test_model.py
tests/test_options.py
tests/test_pack_determinism.py
tests/test_pack_unpack_roundtrip.py
tests/test_packer_encoding.py
tests/test_parse.py
tests/test_patch_apply_roundtrip.py
tests/test_profiles.py
tests/test_setup_metadata.py
tests/test_smoke.py
tests/test_split_codecrate_pack.py
tests/test_standalone_unpacker.py
tests/test_strict_mode.py
tests/test_symbol_backend.py
tests/test_token_budget.py
tests/test_tokens.py
tests/test_validate_pack_expanded.py
tests/test_validate_strict_policies.py
tests/fixtures/packs/golden_combined_multi.md
tests/fixtures/packs/golden_full.md
tests/fixtures/packs/golden_stub_compat.md
tests/fixtures/repos/golden_multi_repo1/a.py
tests/fixtures/repos/golden_multi_repo2/b.py
tests/fixtures/repos/golden_single/a.py
tests/fixtures/repos/golden_stub/a.py