1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

feat: establish read-only DocForge MCP foundation

This commit is contained in:
Andraxion 2026-07-22 01:29:32 -04:00
commit 9702ed1265
32 changed files with 3323 additions and 0 deletions

View file

@ -0,0 +1,31 @@
schema_version = 1
project_id = "alpha-docs"
title = "Alpha Documentation"
adapter = "generic"
[sources]
content_roots = ["docs/content"]
authority_files = ["POLICY.md"]
[derived]
cache_root = ".docforge/cache"
index = ".docforge/cache/index.sqlite3"
[graph]
allowed_relations = ["depends_on", "proves", "supersedes", "relates_to", "returns_to"]
[limits]
max_source_bytes = 100000
max_nodes = 100
max_query_chars = 200
max_results = 20
max_traversal_depth = 4
max_context_tokens = 2000
[[profiles]]
id = "active"
families = ["guide", "proof"]
statuses = ["active", "approved"]
required_nodes = ["guide.workflow"]
token_budget = 600
dependency_depth = 2