LICENSE
README.md
pyproject.toml
src/archolith_beacon.egg-info/PKG-INFO
src/archolith_beacon.egg-info/SOURCES.txt
src/archolith_beacon.egg-info/dependency_links.txt
src/archolith_beacon.egg-info/entry_points.txt
src/archolith_beacon.egg-info/requires.txt
src/archolith_beacon.egg-info/top_level.txt
src/beacon/__init__.py
src/beacon/__main__.py
src/beacon/main.py
src/beacon/config/__init__.py
src/beacon/config/settings.py
src/beacon/core/__init__.py
src/beacon/core/canonical_json.py
src/beacon/core/cli_result.py
src/beacon/core/cli_support.py
src/beacon/core/discovery.py
src/beacon/core/doc_index.py
src/beacon/core/limits.py
src/beacon/core/loader.py
src/beacon/core/paths.py
src/beacon/core/policy.py
src/beacon/core/scaffold.py
src/beacon/core/schema.py
src/beacon/core/security.py
src/beacon/core/snapshot.py
src/beacon/core/validator.py
src/beacon/mcp/__init__.py
src/beacon/mcp/contracts.py
src/beacon/mcp/lifecycle.py
src/beacon/mcp/server.py
src/beacon/mcp/tools/__init__.py
src/beacon/mcp/tools/agent_onboarding.py
src/beacon/mcp/tools/explain_concept.py
src/beacon/mcp/tools/guardrails.py
src/beacon/mcp/tools/project_overview.py
src/beacon/mcp/tools/search.py
src/beacon/provider/__init__.py
src/beacon/provider/base.py
src/beacon/provider/manifest_provider.py
tests/test_canonical_json.py
tests/test_ci_tools.py
tests/test_cli.py
tests/test_cli_result.py
tests/test_cli_support.py
tests/test_core.py
tests/test_examples.py
tests/test_init_core.py
tests/test_limits.py
tests/test_mcp_contracts.py
tests/test_mcp_stdio.py
tests/test_mutation_runner.py
tests/test_packaging.py
tests/test_policy.py
tests/test_provider.py
tests/test_release_check.py
tests/test_security.py
tests/test_snapshot.py