feat(lib): bundle MCP servers from .common/lib into factory/lib/
Copies source (no node_modules, dist, .tasks, .wiki, __pycache__) for: - projects-meta-mcp v2.25.0 (TypeScript/Node) - wiki-graph v0.3.1 (TypeScript/Node) - interns-mcp v0.3.3 (Python/FastMCP) .gitignore: exclude lib build artefacts (node_modules, dist, .venv, __pycache__, *.pyc) bootstrap.ps1: add MCP build step — npm install+build for TS servers, venv+pip for Python Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
3
lib/wiki-graph/tests/fixtures/wiki/concepts/a.md
vendored
Normal file
3
lib/wiki-graph/tests/fixtures/wiki/concepts/a.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# A
|
||||
|
||||
Points to [[b]].
|
||||
3
lib/wiki-graph/tests/fixtures/wiki/concepts/b.md
vendored
Normal file
3
lib/wiki-graph/tests/fixtures/wiki/concepts/b.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# B
|
||||
|
||||
Points to [[c]].
|
||||
3
lib/wiki-graph/tests/fixtures/wiki/concepts/c.md
vendored
Normal file
3
lib/wiki-graph/tests/fixtures/wiki/concepts/c.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# C
|
||||
|
||||
Leaf page, links nowhere.
|
||||
3
lib/wiki-graph/tests/fixtures/wiki/concepts/d.md
vendored
Normal file
3
lib/wiki-graph/tests/fixtures/wiki/concepts/d.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# D
|
||||
|
||||
Also points to [[c]] and a placeholder [[<todo-module>]].
|
||||
3
lib/wiki-graph/tests/fixtures/wiki/concepts/e.md
vendored
Normal file
3
lib/wiki-graph/tests/fixtures/wiki/concepts/e.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# E
|
||||
|
||||
Orphan: no outgoing links, nobody links here.
|
||||
4
lib/wiki-graph/tests/fixtures/wiki/raw/a.md
vendored
Normal file
4
lib/wiki-graph/tests/fixtures/wiki/raw/a.md
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# A (raw provenance copy)
|
||||
|
||||
Verbatim ingested doc. Shares basename with concepts/a.md and links [[e]]
|
||||
directly — this edge must NOT pollute the canonical graph.
|
||||
4
lib/wiki-graph/tests/fixtures/wiki/sources/ghost.md
vendored
Normal file
4
lib/wiki-graph/tests/fixtures/wiki/sources/ghost.md
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ghost source
|
||||
|
||||
A source-layer summary page that must not appear as a graph node by default.
|
||||
Links [[a]].
|
||||
Reference in New Issue
Block a user