docs(miner-hands): CodingAgentDriver seam design doc + interface (#4312) - #4346
docs(miner-hands): CodingAgentDriver seam design doc + interface (#4312)#4346jimcody1995 wants to merge 1 commit into
Conversation
…Nbored#4312) Land the JSONbored#4262 CodingAgentDriver interface seam in gittensory-engine and document the SelfHostAi-mirrored driver-authoring guide, neighborhood cross-references, and an end-to-end attempt lifecycle for future CLI/SDK implementations. Co-authored-by: Cursor <cursoragent@cursor.com>
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4346 +/- ##
=======================================
Coverage 93.95% 93.95%
=======================================
Files 399 399
Lines 36782 36782
Branches 13436 13436
=======================================
Hits 34557 34557
Misses 1569 1569
Partials 656 656 🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-09 17:14:28 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 5 non-blocking
Flagged checks (non-blocking)
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (CI is failing (Contributor trust)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
|
Gittensory is closing this pull request on the maintainer's behalf (conflicts with the base branch — resolve and open a fresh PR). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
CodingAgentDriverinterface seam inpackages/gittensory-engine/src/miner/coding-agent-driver.ts, mirroring theSelfHostAisingle-run()pattern and exporting types from the engine barrel.packages/gittensory-miner/docs/coding-agent-driver.mdwith design rationale, driver-authoring guide (third-backend checklist), neighborhood cross-references (#4269, #4271, #4294, #4311, #4289, #4296), and an abbreviated end-to-end attempt lifecycle.Notes
scripts/check-docs-drift.mjsscope (per issue);test/unit/coding-agent-driver-doc.test.tsguards required sections and cross-references.Test plan
npm --workspace @jsonbored/gittensory-engine run buildnpm run typechecknpm test -- test/unit/coding-agent-driver-doc.test.tsnpm run test --workspace @jsonbored/gittensory-engine(includescoding-agent-driver.test.tscontract tests)Closes #4312
Made with Cursor