LICENSE
README.md
pyproject.toml
src/okfsmith/__init__.py
src/okfsmith/links.py
src/okfsmith.egg-info/PKG-INFO
src/okfsmith.egg-info/SOURCES.txt
src/okfsmith.egg-info/dependency_links.txt
src/okfsmith.egg-info/entry_points.txt
src/okfsmith.egg-info/requires.txt
src/okfsmith.egg-info/top_level.txt
src/okfsmith/cli/__init__.py
src/okfsmith/cli/app.py
src/okfsmith/cli/commands.py
src/okfsmith/core/__init__.py
src/okfsmith/core/bundle.py
src/okfsmith/core/frontmatter.py
src/okfsmith/core/indexlog.py
src/okfsmith/core/spec.py
src/okfsmith/extract/__init__.py
src/okfsmith/extract/human_review.py
src/okfsmith/extract/llm.py
src/okfsmith/extract/pipeline.py
src/okfsmith/extract/prompts.py
src/okfsmith/mcp_server/__init__.py
src/okfsmith/mcp_server/server.py
src/okfsmith/parsers/__init__.py
src/okfsmith/parsers/dedup.py
src/okfsmith/parsers/ingest_no_llm.py
src/okfsmith/parsers/notion.py
src/okfsmith/parsers/office.py
src/okfsmith/parsers/pdf.py
src/okfsmith/parsers/router.py
src/okfsmith/parsers/sectioning.py
src/okfsmith/validate/__init__.py
src/okfsmith/validate/rules.py
src/okfsmith/viz/__init__.py
tests/test_cli.py
tests/test_core_smoke.py
tests/test_extract.py
tests/test_mcp.py
tests/test_parsers.py
tests/test_skill.py
tests/test_validate.py
tests/test_viz.py