LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
lachesis/__init__.py
lachesis/cache.py
lachesis/checks.py
lachesis/indices.py
lachesis/kuzu_store.py
lachesis/packages.py
lachesis/partition.py
lachesis/pipeline.py
lachesis/resolution.py
lachesis/test_pipeline_inventory.py
lachesis/types.py
lachesis/cli/__init__.py
lachesis/cli/analyze.py
lachesis/cli/doctor.py
lachesis/cli/indexer.py
lachesis/cli/main.py
lachesis/cli/progress.py
lachesis/cli/query.py
lachesis/cli/test_cache.py
lachesis/cli/test_cli_args.py
lachesis/cli/test_cli_version.py
lachesis/cli/test_doctor.py
lachesis/compatibility/__init__.py
lachesis/compatibility/file_view.py
lachesis/compatibility/projector.py
lachesis/core/__init__.py
lachesis/core/boundaries.py
lachesis/core/capabilities.py
lachesis/core/composition.py
lachesis/core/contract.py
lachesis/core/graph.proto
lachesis/core/graph_pb2.py
lachesis/core/graph_sink.py
lachesis/core/graph_wire.py
lachesis/core/identities.py
lachesis/core/provenance.py
lachesis/core/query.py
lachesis/core/runner.py
lachesis/core/schema.py
lachesis/core/shard_merge.py
lachesis/core/shards.py
lachesis/core/snapshot.py
lachesis/core/test_graph_sink.py
lachesis/core/test_graph_wire.py
lachesis/core/test_query.py
lachesis/core/test_runner.py
lachesis/core/test_shard_merge.py
lachesis/core/test_shards.py
lachesis/core/validation.py
lachesis/core/overlays/__init__.py
lachesis/core/overlays/async_events.py
lachesis/core/overlays/branch_history.py
lachesis/core/overlays/c_call_dataflow.py
lachesis/core/overlays/c_out_param_dataflow.py
lachesis/core/overlays/c_reaching_def.py
lachesis/core/overlays/c_return_dataflow.py
lachesis/core/overlays/control_flow.py
lachesis/core/overlays/dispatch.py
lachesis/core/overlays/dynamic_behavior.py
lachesis/core/overlays/effects.py
lachesis/core/overlays/heap.py
lachesis/core/overlays/interprocedural.py
lachesis/core/overlays/module_initialization.py
lachesis/core/overlays/registry.py
lachesis/core/overlays/taint.py
lachesis/ecosystems/__init__.py
lachesis/ecosystems/registry.py
lachesis/ecosystems/test_registry.py
lachesis/ecosystems/common/__init__.py
lachesis/ecosystems/common/routes.py
lachesis/ecosystems/common/runtime.py
lachesis/ecosystems/common/security_roles.py
lachesis/flow/__init__.py
lachesis/flow/atropos.py
lachesis/flow/cfg.py
lachesis/flow/match.py
lachesis/flow/normalize.py
lachesis/flow/object_lifetime.py
lachesis/flow/object_state.py
lachesis/flow/order.py
lachesis/flow/patterns.py
lachesis/flow/pipeline.py
lachesis/flow/skeleton.py
lachesis/flow/summarize.py
lachesis/flow/test_object_lifetime_integration.py
lachesis/flow/test_object_state.py
lachesis/flow/test_pipeline_lifetime.py
lachesis/flow/translate.py
lachesis/flow/traverse.py
lachesis/flow/walk.py
lachesis/frontends/__init__.py
lachesis/frontends/checks.py
lachesis/frontends/registry.py
lachesis/frontends/c/__init__.py
lachesis/frontends/c/build_graph.py
lachesis/frontends/c/capabilities.json
lachesis/frontends/c/macros.py
lachesis/frontends/c/test_build_graph_policy.py
lachesis/frontends/c/fixtures/app.c
lachesis/frontends/c/fixtures/dispatch.c
lachesis/frontends/c/fixtures/macros.c
lachesis/frontends/c/fixtures/framework/router.h
lachesis/frontends/c/fixtures_crosstu/client.c
lachesis/frontends/c/fixtures_crosstu/lib.c
lachesis/frontends/c/fixtures_crosstu/lib.h
lachesis/frontends/c/fixtures_homonym/alpha.c
lachesis/frontends/c/fixtures_homonym/beta.c
lachesis/frontends/c/fixtures_homonym/shared.c
lachesis/frontends/c/fixtures_opsreg/driver.c
lachesis/frontends/c/fixtures_opsreg_hdr/include/driver_ops.h
lachesis/frontends/c/fixtures_opsreg_hdr/src/driver.c
lachesis/frontends/python/__init__.py
lachesis/frontends/python/bodies.py
lachesis/frontends/python/build_graph.py
lachesis/frontends/python/capabilities.json
lachesis/frontends/python/declarations.py
lachesis/frontends/python/emit.py
lachesis/frontends/python/inventory.py
lachesis/frontends/python/resolve.py
lachesis/frontends/python/scopes.py
lachesis/frontends/python/values.py
lachesis/frontends/python/fixtures/entry.py
lachesis/frontends/python/fixtures/syntax_matrix.py
lachesis/frontends/python/fixtures/app/__init__.py
lachesis/frontends/python/fixtures/app/closures.py
lachesis/frontends/python/fixtures/app/duck.py
lachesis/frontends/python/fixtures/app/dynamic.py
lachesis/frontends/python/fixtures/app/flow.py
lachesis/frontends/python/fixtures/app/guarded.py
lachesis/frontends/python/fixtures/app/relative.py
lachesis/frontends/python/fixtures/app/repository.py
lachesis/frontends/python/fixtures/app/service.py
lachesis/frontends/python/fixtures/app/util/__init__.py
lachesis/frontends/python/fixtures/app/util/text.py
lachesis/frontends/python/fixtures/app/util/nested/__init__.py
lachesis/frontends/python/fixtures/app/util/nested/deep.py
lachesis/frontends/python/fixtures/namespace/inner/leaf.py
lachesis/frontends/typescript/__init__.py
lachesis/frontends/typescript/build_graph.mjs
lachesis/frontends/typescript/capabilities.json
lachesis/frontends/typescript/fixtures/async_events/app.ts
lachesis/frontends/typescript/fixtures/branch_history/app.ts
lachesis/frontends/typescript/fixtures/control_flow/app.ts
lachesis/frontends/typescript/fixtures/dispatch/app.ts
lachesis/frontends/typescript/fixtures/dynamic/app.ts
lachesis/frontends/typescript/fixtures/framework/app.ts
lachesis/frontends/typescript/fixtures/framework/node_modules/tiny-web/index.d.ts
lachesis/frontends/typescript/fixtures/framework/node_modules/tiny-web/index.js
lachesis/frontends/typescript/fixtures/framework/node_modules/tiny-web/package.json
lachesis/frontends/typescript/fixtures/heap/app.ts
lachesis/frontends/typescript/fixtures/module_cycle/a.ts
lachesis/frontends/typescript/fixtures/module_cycle/b.ts
lachesis/frontends/typescript/fixtures/optional_catch/app.ts
lachesis/frontends/typescript/fixtures/project/index.ts
lachesis/frontends/typescript/fixtures/project/package.json
lachesis/frontends/typescript/fixtures/project/tsconfig.json
lachesis/frontends/typescript/fixtures/project/types.ts
lachesis/frontends/typescript/fixtures/project/auth/principal.ts
lachesis/frontends/typescript/fixtures/project/data/cache.ts
lachesis/frontends/typescript/fixtures/project/data/repository.ts
lachesis/frontends/typescript/fixtures/project/http/router.ts
lachesis/frontends/typescript/fixtures/project/http/webhook.ts
lachesis/frontends/typescript/fixtures/project/node_modules/tiny-store/index.d.ts
lachesis/frontends/typescript/fixtures/project/node_modules/tiny-store/index.js
lachesis/frontends/typescript/fixtures/project/node_modules/tiny-store/package.json
lachesis/frontends/typescript/fixtures/project/regress/backtick-in-regex.ts
lachesis/frontends/typescript/fixtures/project/resources/document-service.ts
lachesis/frontends/typescript/fixtures/project/resources/invoice-service.ts
lachesis/frontends/typescript/fixtures/project/runtime/plugins.ts
lachesis/frontends/typescript/fixtures/project/util/ids.ts
lachesis/frontends/typescript/fixtures/semantics/app.ts
lachesis/frontends/typescript/fixtures/workspace/package.json
lachesis/frontends/typescript/fixtures/workspace/tsconfig.json
lachesis/frontends/typescript/fixtures/workspace/packages/api/package.json
lachesis/frontends/typescript/fixtures/workspace/packages/api/src/index.ts
lachesis/frontends/typescript/fixtures/workspace/packages/core/package.json
lachesis/frontends/typescript/fixtures/workspace/packages/core/src/index.ts
lachesis/frontends/typescript/vendor/typescript/LICENSE.txt
lachesis/frontends/typescript/vendor/typescript/ThirdPartyNoticeText.txt
lachesis/frontends/typescript/vendor/typescript/package.json
lachesis/frontends/typescript/vendor/typescript/lib/lib.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.decorators.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.decorators.legacy.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.dom.asynciterable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.dom.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.dom.iterable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.collection.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.core.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.generator.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.iterable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.promise.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.proxy.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.reflect.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.symbol.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2015.symbol.wellknown.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2016.array.include.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2016.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2016.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2016.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.arraybuffer.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.date.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.object.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.sharedmemory.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.string.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2017.typedarrays.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.asyncgenerator.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.asynciterable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.promise.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2018.regexp.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.array.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.object.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.string.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2019.symbol.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.bigint.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.date.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.number.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.promise.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.sharedmemory.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.string.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2020.symbol.wellknown.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2021.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2021.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2021.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2021.promise.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2021.string.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2021.weakref.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.array.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.error.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.object.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.regexp.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2022.string.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2023.array.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2023.collection.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2023.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2023.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2023.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.arraybuffer.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.collection.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.object.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.promise.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.regexp.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.sharedmemory.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es2024.string.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es5.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.es6.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.array.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.collection.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.decorators.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.disposable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.error.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.float16.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.full.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.intl.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.iterator.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.promise.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.esnext.sharedmemory.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.scripthost.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.webworker.asynciterable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.webworker.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.webworker.importscripts.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/lib.webworker.iterable.d.ts
lachesis/frontends/typescript/vendor/typescript/lib/typescript.js
lachesis/integrations/__init__.py
lachesis/integrations/atropos/__init__.py
lachesis/integrations/atropos/adapter.py
lachesis/integrations/atropos/checks.py
lachesis/integrations/atropos/enrich.py
lachesis/integrations/atropos/overlay.py
lachesis/integrations/atropos/fixtures_cslice/slice.c
lachesis/nav/__init__.py
lachesis/nav/_navharness.py
lachesis/nav/call_roles.py
lachesis/nav/checks.py
lachesis/nav/communities.py
lachesis/nav/comprehension.py
lachesis/nav/concept.py
lachesis/nav/edge_names.py
lachesis/nav/file_graph.py
lachesis/nav/flow.py
lachesis/nav/folder_graph.py
lachesis/nav/graph_store.py
lachesis/nav/graphlib.py
lachesis/nav/guards.py
lachesis/nav/hubs.py
lachesis/nav/kuzu_index.py
lachesis/nav/mcp_server.py
lachesis/nav/overlay.py
lachesis/nav/reachability.py
lachesis/nav/render.py
lachesis/nav/report.py
lachesis/nav/siblings.py
lachesis/nav/skeleton.py
lachesis/nav/symbol_index.py
lachesis/nav/test_communities.py
lachesis/nav/test_comprehension.py
lachesis/nav/test_concept.py
lachesis/nav/dataflow/__init__.py
lachesis/nav/dataflow/access_path.py
lachesis/nav/dataflow/ap_construct.py
lachesis/nav/dataflow/field_sensitive.py
lachesis/nav/dataflow/interproc_solver.py
lachesis/nav/dataflow/reaching_def.py
lachesis/nav/dataflow/substrate.py
lachesis/nav/dataflow/test_reaching_def_cfg.py
lachesis/nav/goldens/eager_baseline.json.gz
lachesis/planner/__init__.py
lachesis/planner/candidate_cli.py
lachesis/planner/capabilities.py
lachesis/planner/capsule.py
lachesis/planner/capsule.schema.json
lachesis/planner/checks.py
lachesis/planner/cli.py
lachesis/planner/constructors.py
lachesis/planner/dominance.py
lachesis/planner/entrypoints.py
lachesis/planner/guard_recognition.py
lachesis/planner/rank.py
lachesis/planner/registry.py
lachesis/planner/sink_obligation.py
lachesis/planner/taxonomy.py
lachesis/planner/test_candidates.py
lachesis/planner/unbounded_copy.py
lachesis/planner/fixtures/capsule_golden.json
lachesis/planner/fixtures/project/guards.ts
lachesis/planner/fixtures/project/handlers.ts
lachesis/planner/fixtures/project/index.ts
lachesis/planner/fixtures/project/package.json
lachesis/planner/fixtures/project/registry.ts
lachesis/planner/fixtures/project/router.ts
lachesis/planner/fixtures/project/store.ts
lachesis/planner/fixtures/project/tsconfig.json
lachesis/projections/__init__.py
lachesis/projections/layered.py
lachesis/projections/security.py
lachesis/projections/test_layered_security.py
lachesis/reasoning/__init__.py
lachesis/reasoning/agent.py
lachesis/reasoning/budget.py
lachesis/reasoning/query.py
lachesis_cpg.egg-info/PKG-INFO
lachesis_cpg.egg-info/SOURCES.txt
lachesis_cpg.egg-info/dependency_links.txt
lachesis_cpg.egg-info/entry_points.txt
lachesis_cpg.egg-info/requires.txt
lachesis_cpg.egg-info/top_level.txt
tools/vendor_typescript.py