README.md
pyproject.toml
src/deploysquad_recon_core/__init__.py
src/deploysquad_recon_core/__main__.py
src/deploysquad_recon_core/cli_tools.py
src/deploysquad_recon_core/context.py
src/deploysquad_recon_core/embeddings.py
src/deploysquad_recon_core/errors.py
src/deploysquad_recon_core/index.py
src/deploysquad_recon_core/links.py
src/deploysquad_recon_core/mcp_server.py
src/deploysquad_recon_core/schemas.py
src/deploysquad_recon_core.egg-info/PKG-INFO
src/deploysquad_recon_core.egg-info/SOURCES.txt
src/deploysquad_recon_core.egg-info/dependency_links.txt
src/deploysquad_recon_core.egg-info/entry_points.txt
src/deploysquad_recon_core.egg-info/requires.txt
src/deploysquad_recon_core.egg-info/top_level.txt
src/deploysquad_recon_core/authoring_guides/constraint.md
src/deploysquad_recon_core/authoring_guides/decision.md
src/deploysquad_recon_core/authoring_guides/epic.md
src/deploysquad_recon_core/authoring_guides/feature.md
src/deploysquad_recon_core/authoring_guides/goal.md
src/deploysquad_recon_core/authoring_guides/module.md
src/deploysquad_recon_core/authoring_guides/persona.md
src/deploysquad_recon_core/authoring_guides/project.md
src/deploysquad_recon_core/authoring_guides/user-story.md
src/deploysquad_recon_core/authoring_guides/version.md
src/deploysquad_recon_core/models/__init__.py
src/deploysquad_recon_core/models/base.py
src/deploysquad_recon_core/models/constraint.py
src/deploysquad_recon_core/models/decision.py
src/deploysquad_recon_core/models/epic.py
src/deploysquad_recon_core/models/feature.py
src/deploysquad_recon_core/models/goal.py
src/deploysquad_recon_core/models/module.py
src/deploysquad_recon_core/models/persona.py
src/deploysquad_recon_core/models/project.py
src/deploysquad_recon_core/models/user_story.py
src/deploysquad_recon_core/models/version.py
src/deploysquad_recon_core/vault/__init__.py
src/deploysquad_recon_core/vault/paths.py
src/deploysquad_recon_core/vault/reader.py
src/deploysquad_recon_core/vault/writer.py
tests/test_api.py
tests/test_cli_tools.py
tests/test_context.py
tests/test_embeddings.py
tests/test_index.py
tests/test_integration_fresh.py
tests/test_links.py
tests/test_mcp_server.py