docs: document ingest/ingest-connect and gate the advertised method count - #29
Conversation
…ount Co-Authored-By: Subash Natarajan <suboss87@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
… match Co-Authored-By: Subash Natarajan <suboss87@gmail.com>
…ink targets Co-Authored-By: Subash Natarajan <suboss87@gmail.com>
…ed by a hyphenated sibling Co-Authored-By: Subash Natarajan <suboss87@gmail.com>
Runtime verification — claims gateAdversarially tested as one-at-a-time mutations in a throwaway copy, each with printed proof the mutation applied. Baseline: exit 0, What the gate now catches
The last three rows are the round-6 findings: Four-way merge with #28+#30+#31 on |
Summary
SKILL.mdroutesingestandingest-connect(both have references, both are advertised in the README's "Pull from tools" row), but neither appeared indocs/skills.mdordocs/skills-reference.md, and every doc claimed "35 methods". A number a reader cannot verify is worse than no number — especially for a tool whose pitch is dated, checkable claims.Both methods are now documented, and the count is
37everywhere (docs/skills.md,docs/skills-reference.md,docs/REPO_LAYOUT.md,adapters/README.md,adapters/LOCAL-LLM.md).New
check.jsgate, so this cannot drift again.docs/skills-reference.md's six domain tables are the canonical per-method list, and the gate asserts:Verified by injecting each drift and confirming it fails:
docs/skills-reference.md claims 36 methods; 37 are documentedSKILL.md routes skill(s) missing from docs/skills-reference.md: ingest, ingest-connectdocs/skills.mddocs/skills.md claims 37 methods; 35 are documentedRouted is 36 vs 37 documented because
debriefis reached through the daily layer rather than the routing table, so the gate requires containment rather than equality there. 78/78 tests + gates pass.Link to Devin session: https://app.devin.ai/sessions/f135381c4682413bae73dff38eb6d1a3
Requested by: @suboss87