codebyplan 1.13.36 → 1.13.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
- package/templates/context/mcp-docs.md +2 -2
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ This file is the **consumer contract** for DocsByPlan: what the MCP tools are, w
|
|
|
8
8
|
|
|
9
9
|
## What DocsByPlan Is
|
|
10
10
|
|
|
11
|
-
A DB-backed, version-aware library-doc retrieval service exposed via MCP at `codebyplan.com/mcp`. It replaces the retired `vendor/` filesystem mirror. Docs are ingested by the `apps/docs-ingest` worker, chunked and ranked by trust score, and served to agents on demand. The DB is the sole source of truth — there are no local files to read.
|
|
11
|
+
A DB-backed, version-aware library-doc retrieval service exposed via MCP at `mcp.codebyplan.com/mcp`. It replaces the retired `vendor/` filesystem mirror. Docs are ingested by the `apps/docs-ingest` worker, chunked and ranked by trust score, and served to agents on demand. The DB is the sole source of truth — there are no local files to read.
|
|
12
12
|
|
|
13
13
|
Purpose: Claude (planner + executor agents + the orchestrator) consults DocsByPlan **before** writing library-specific code, so that:
|
|
14
14
|
|
|
@@ -133,7 +133,7 @@ This file answers one question for one audience: **"As an agent (planner or exec
|
|
|
133
133
|
|---------|-----------|
|
|
134
134
|
| Ingest pipeline | `apps/docs-ingest` |
|
|
135
135
|
| Register a new library | `/cbp-add-library {pkg}` |
|
|
136
|
-
| MCP tool endpoint | `codebyplan.com/mcp` |
|
|
136
|
+
| MCP tool endpoint | `mcp.codebyplan.com/mcp` |
|
|
137
137
|
| Loading rule registration | `.claude/rules/context-file-loading.md` (Phase 2.6 / Step 3.4 mapping rows) |
|
|
138
138
|
| Planner integration | `packages/codebyplan-package/templates/agents/task-planner.md` Phase 2.6 |
|
|
139
139
|
| Executor integration | `packages/codebyplan-package/templates/agents/round-executor.md` Step 3.4 |
|