.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
ROADMAP.md
SECURITY.md
manifest.json
policy.yaml
project.yaml
pyproject.toml
pytest_out.txt
schema-version.txt
vault-backup.tar.gz
.agents/rules/rekall.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/beta_feedback.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/decision-trace.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/workflow.yml
assets/demo/rekall_demo.gif
assets/demo/rekall_demo.webp
diagrams/README.md
diagrams/coordination_flow.mmd
diagrams/exec_query_flow.mmd
diagrams/state_artifact_model.mmd
diagrams/system_overview.mmd
docs/BETA.md
docs/CHECKPOINTING.md
docs/CNAME
docs/CONNECTING_CLIENTS.md
docs/HERO_EXAMPLE.md
docs/IDEMPOTENCY.md
docs/POSITIONING_LOCK.md
docs/QUICKSTART.md
docs/STATE_ARTIFACT.md
docs/VALIDATION.md
docs/index.html
docs/misc/agents.md
docs/misc/grievances.md
examples/demo_scripts/builder_demo.md
examples/demo_scripts/demo_prompt_pack.md
examples/demo_scripts/director_demo.md
examples/sample_state_artifact/access.yaml
examples/sample_state_artifact/envs.yaml
examples/sample_state_artifact/manifest.json
examples/sample_state_artifact/policy.yaml
examples/sample_state_artifact/project.yaml
examples/sample_state_artifact/schema-version.txt
examples/sample_state_artifact/streams/actions/active.jsonl
examples/sample_state_artifact/streams/activity/active.jsonl
examples/sample_state_artifact/streams/activity/seg-0001.jsonl
examples/sample_state_artifact/streams/anchors/active.jsonl
examples/sample_state_artifact/streams/artifacts/active.jsonl
examples/sample_state_artifact/streams/attempts/active.jsonl
examples/sample_state_artifact/streams/decisions/active.jsonl
examples/sample_state_artifact/streams/links/active.jsonl
examples/sample_state_artifact/streams/research/active.jsonl
examples/sample_state_artifact/streams/timeline/active.jsonl
examples/sample_state_artifact/streams/work_items/active.jsonl
project-state/access.yaml
project-state/envs.yaml
project-state/manifest.json
project-state/policy.yaml
project-state/project.yaml
project-state/schema-version.txt
project-state/streams/activity/active.jsonl
project-state/streams/attempts/active.jsonl
project-state/streams/decisions/active.jsonl
project-state/streams/timeline/active.jsonl
project-state/streams/work_items/active.jsonl
reference/errors_and_conflicts.md
reference/glossary.md
reference/security_model.md
reference/typed_links_catalog.md
schemas/state-artifact.schema.json
scripts/post_decision_trace.py
scripts/scan_secrets.ps1
scripts/scan_secrets.sh
scripts/smoke_client.py
scripts/verify.ps1
scripts/verify.sh
specs/00_overview.md
specs/01_non_negotiables.md
specs/02_invariants.md
specs/03_executive_status_query_contract.md
specs/04_state_spec_schema_v0.1.md
specs/05_mcp_tool_contract_v0.1.md
src/manifest.json
src/policy.yaml
src/project.yaml
src/schema-version.txt
src/examples/sample_state_artifact/manifest.json
src/examples/sample_state_artifact/policy.yaml
src/examples/sample_state_artifact/project.yaml
src/examples/sample_state_artifact/schema-version.txt
src/examples/sample_state_artifact/streams/activity/active.jsonl
src/examples/sample_state_artifact/streams/attempts/active.jsonl
src/examples/sample_state_artifact/streams/decisions/active.jsonl
src/examples/sample_state_artifact/streams/timeline/active.jsonl
src/examples/sample_state_artifact/streams/work_items/active.jsonl
src/project-state/access.yaml
src/project-state/envs.yaml
src/project-state/manifest.json
src/project-state/policy.yaml
src/project-state/project.yaml
src/project-state/schema-version.txt
src/project-state/handoff/boot_brief.md
src/project-state/handoff/snapshot.json
src/project-state/streams/activity/active.jsonl
src/project-state/streams/attempts/active.jsonl
src/project-state/streams/decisions/active.jsonl
src/project-state/streams/timeline/active.jsonl
src/project-state/streams/work_items/active.jsonl
src/rekall/__init__.py
src/rekall/cli.py
src/rekall.tools.egg-info/PKG-INFO
src/rekall.tools.egg-info/SOURCES.txt
src/rekall.tools.egg-info/dependency_links.txt
src/rekall.tools.egg-info/entry_points.txt
src/rekall.tools.egg-info/requires.txt
src/rekall.tools.egg-info/top_level.txt
src/rekall/core/__init__.py
src/rekall/core/executive_queries.py
src/rekall/core/handoff_generator.py
src/rekall/core/mcp_validator.py
src/rekall/core/policy.py
src/rekall/core/state_store.py
src/rekall/core/trace_renderer.py
src/rekall/server/mcp_server.py
src/rekall/server/__pycache__/mcp_server.cpython-39.pyc
src/streams/activity/active.jsonl
src/streams/attempts/active.jsonl
src/streams/decisions/active.jsonl
src/streams/timeline/active.jsonl
src/streams/work_items/active.jsonl
src/tmp_resume_test/actions.jsonl
src/tmp_resume_test/manifest.json
src/tmp_resume_test/policy.yaml
src/tmp_resume_test/project.yaml
src/tmp_resume_test/schema-version.txt
src/tmp_resume_test/streams/decisions/active.jsonl
src/tmp_resume_test/streams/work_items/active.jsonl
streams/activity/active.jsonl
streams/attempts/active.jsonl
streams/decisions/active.jsonl
streams/timeline/active.jsonl
streams/work_items/active.jsonl
test-vault/manifest.json
test-vault/policy.yaml
test-vault/project.yaml
test-vault/schema-version.txt
test-vault/streams/actions/active.jsonl
test-vault/streams/activity/active.jsonl
test-vault/streams/anchors/active.jsonl
test-vault/streams/attempts/active.jsonl
test-vault/streams/decisions/active.jsonl
test-vault/streams/timeline/active.jsonl
test-vault/streams/work_items/active.jsonl
tests/test_checkpoint.py
tests/test_cli.py
tests/test_dogfood.py
tests/test_idempotency_key.py
tests/test_init.py
tests/test_mcp_cli.py
tests/test_mcp_server.py
tests/test_mcp_validate.py
tests/test_policy.py
tests/test_state_scaling.py
tests/test_state_store.py
tests/test_trace_renderer.py