.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/architecture.md
docs/commands.md
docs/contributing.md
docs/features.md
docs/getting-started.md
docs/index.md
docs/assets/javascripts/mermaid.min.js
docs/demos/context-network.md
docs/demos/cross-session.md
docs/demos/domain-learning.md
docs/demos/requirements-driven.md
docs/demos/team-onboarding.md
docs/use-cases/enterprises.md
docs/use-cases/individuals.md
fcontext/__init__.py
fcontext/_version.py
fcontext/cli.py
fcontext/experience.py
fcontext/indexer.py
fcontext/init.py
fcontext/requirements.py
fcontext/topics.py
fcontext/workspace_map.py
fcontext.egg-info/PKG-INFO
fcontext.egg-info/SOURCES.txt
fcontext.egg-info/dependency_links.txt
fcontext.egg-info/entry_points.txt
fcontext.egg-info/requires.txt
fcontext.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_enable.py
tests/test_experience.py
tests/test_index.py
tests/test_init.py
tests/test_req.py
tests/test_reset.py
tests/test_topic.py
tests/test_workspace_map.py