.gitignore
CHANGELOG.md
CLAUDE.md
Dockerfile
LICENSE
PKG_README.md
README.md
docker-compose.yml
pyproject.toml
setup.py
.claude/skills/author-indicator-properties/SKILL.md
.claude/skills/author-signal-properties/SKILL.md
.github/CODEOWNERS
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
assets/graph-viewer.png
assets/viewer-3d.png
assets/viewer-action.png
assets/viewer-facets.png
assets/viewer-inspector.png
assets/viewer-search.png
assets/viewer-tooltip.png
data/btc_2022-08-01_2026-02-15_1d.csv
data/doge_2021-04-01_2021-06-15_5m.csv
data/eth_2024-01-01_2026-02-01_4h.csv
data/link_2025-07-04_2026-02-12_30m.csv
data/paxg_2025-01-01_2026-02-14_1h.csv
data/sol_2026-02-01_2026-02-16_5m.csv
data/xrp_2025-12-20_2026-02-16_15m.csv
docs/backfill-authored-values-into-docstrings.md
docs/architecture/README.md
docs/research/graph-query-api-and-mcp-surface.md
knowledge-base/00-table-of-contents.md
knowledge-base/01-market-foundations.md
knowledge-base/02-instruments-market-mechanics.md
knowledge-base/03-core-trading-concepts.md
knowledge-base/04-strategy-design-modeling.md
knowledge-base/05-risk-management.md
knowledge-base/06-indicators.md
knowledge-base/07-chart-patterns.md
knowledge-base/08-quantitative-analysis.md
knowledge-base/09-glossary.md
knowledge-base/10-signals-quick-reference.md
mangrove_kb/__init__.py
mangrove_kb/dense.py
mangrove_kb/docstring_parser.py
mangrove_kb/graph.py
mangrove_kb/registry.py
mangrove_kb/sample_data.py
mangrove_kb/semantic.py
mangrove_kb.egg-info/PKG-INFO
mangrove_kb.egg-info/SOURCES.txt
mangrove_kb.egg-info/dependency_links.txt
mangrove_kb.egg-info/requires.txt
mangrove_kb.egg-info/scm_file_list.json
mangrove_kb.egg-info/scm_version.json
mangrove_kb.egg-info/top_level.txt
mangrove_kb/data/dense-index.npz
mangrove_kb/data/semantic-index.npz
mangrove_kb/indicators/__init__.py
mangrove_kb/indicators/indicator_interface.py
mangrove_kb/indicators/momentum_indicators.py
mangrove_kb/indicators/pattern_indicators.py
mangrove_kb/indicators/return_indicators.py
mangrove_kb/indicators/trend_indicators.py
mangrove_kb/indicators/utils.py
mangrove_kb/indicators/volatility_indicators.py
mangrove_kb/indicators/volume_indicators.py
mangrove_kb/signals/__init__.py
mangrove_kb/signals/_common.py
mangrove_kb/signals/averaging.py
mangrove_kb/signals/defi_pro.py
mangrove_kb/signals/flow.py
mangrove_kb/signals/momentum.py
mangrove_kb/signals/onchain.py
mangrove_kb/signals/oscillator.py
mangrove_kb/signals/pattern.py
mangrove_kb/signals/patterns.py
mangrove_kb/signals/trend.py
mangrove_kb/signals/volatility.py
mangrove_kb/signals/volume.py
mangrove_kb/viz/__init__.py
mangrove_kb/viz/__main__.py
mangrove_kb/viz/ontology.py
mangrove_kb/viz/render.py
mangrove_kb/viz/schema.py
mangrove_kb/viz/schema.sql
mangrove_kb/viz/store.py
mangrove_kb/viz/viz.py
mangrove_kb/viz/assets/Mangrove-Horiz-FullColor-WhiteType.svg
mangrove_kb/viz/assets/Mangrove-Horiz-FullColor.svg
mangrove_kb/viz/vendor/3d-force-graph.min.js
notebooks/signal_explorer.ipynb
notebooks/signal_validation.ipynb
ontology/backfill_docstrings.py
ontology/build_dense_index.py
ontology/build_semantic_index.py
ontology/build_signal_indicator_ontology.py
ontology/chapter_to_atoms.py
ontology/example-bollinger-signals-subgraph.md
ontology/example-bollingerbands-subgraph.md
ontology/signal-indicator-ontology.json
ontology/signal-indicator-ontology.md
ontology/wiki_to_atoms.py
ontology/raw/01-market-foundations.md
ontology/raw/02-instruments-market-mechanics.md
ontology/raw/03-core-trading-concepts.md
ontology/raw/04-strategy-design.md
ontology/raw/05-risk-management.md
ontology/raw/06-indicators.md
ontology/raw/07-chart-patterns.md
ontology/raw/08-quantitative-analysis.md
ontology/research/averaging.md
ontology/research/flow.md
ontology/research/momentum.md
ontology/research/oscillator.md
ontology/research/volatility.md
ontology/wiki/Chart Pattern.md
ontology/wiki/Mangrove Knowledge Space.md
ontology/wiki/Market Foundations.md
ontology/wiki/Market Mechanics.md
ontology/wiki/Price Action.md
ontology/wiki/Quantitative Analysis.md
ontology/wiki/Risk Management.md
ontology/wiki/Strategy Design.md
ontology/wiki/Technical Analysis.md
ontology/wiki-config/map.json
ontology/wiki-config/vocab.json
scripts/generate-validation-notebook.py
scripts/publish.sh
scripts/sync-from-mangroveai.sh
scripts/audit/__init__.py
scripts/audit/audit_momentum.py
scripts/audit/audit_output_ranges.py
scripts/audit/audit_patterns.py
scripts/audit/audit_returns.py
scripts/audit/audit_signals.py
scripts/audit/audit_trend.py
scripts/audit/audit_volatility.py
scripts/audit/audit_volume.py
scripts/audit/audit_wave_a.py
scripts/audit/audit_wave_b.py
scripts/audit/audit_wave_c.py
scripts/audit/audit_wave_d.py
scripts/audit/audit_wave_e.py
scripts/audit/audit_wave_f.py
scripts/audit/audit_wave_g.py
scripts/audit/compare.py
scripts/audit/config.py
scripts/audit/gap_analysis.py
scripts/audit/report.py
scripts/audit/run_all.py
scripts/audit/verify_signal_formulas.py
skills/knowledge-graph/GUIDE.md
skills/knowledge-graph/SKILL.md
skills/knowledge-ingest/SKILL.md
skills/knowledge-ingest/references/declarations.md
skills/knowledge-ingest/references/lessons.md
tests/__init__.py
tests/mermaid-parse.mjs
tests/test_agent_guide.py
tests/test_architecture_docs.py
tests/test_authored_prose_reaches_the_graph.py
tests/test_build_is_deterministic.py
tests/test_chapter_replay_is_reproducible.py
tests/test_defi_pro_signals.py
tests/test_dense.py
tests/test_deprecated_import_paths.py
tests/test_discoverability.py
tests/test_doc_derived_atoms.py
tests/test_docstring_authored.py
tests/test_docstring_parser.py
tests/test_documented_counts.py
tests/test_graph.py
tests/test_id_convention.py
tests/test_indicator_conventions.py
tests/test_indicator_defect_fixes.py
tests/test_indicator_frame.py
tests/test_no_dangling_edges.py
tests/test_ohlcv_column_case.py
tests/test_onchain_signals.py
tests/test_pattern_signals.py
tests/test_prose_is_not_glued.py
tests/test_readme_examples_run.py
tests/test_rebuild_pipeline_is_runnable.py
tests/test_registry_api.py
tests/test_released_signal_names_still_resolve.py
tests/test_retrieval_is_uniform.py
tests/test_sample_data.py
tests/test_semantic.py
tests/test_signal_return_types.py
tests/test_skill_navigation.py
tests/test_the_graph_answers_questions.py
tests/test_viz.py
tests/test_wheel_contents.py