AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

trolleydodger1988/copilot-chain

A Github Copilot extension for staged, baton-pass workflows across fresh sessions.

GitHub ↗
★ 0
stars
65
AI relevance
50
solo dev
0
tool sigs

SUMMARY AI summary by gpt-5-mini

A Copilot CLI extension to run local, commit-sized "baton-pass" workflows across fresh Copilot sessions. It’s for developers who want an agent-based two-stage loop: implement (coder) -> review (reviewer), where each stage runs in a new session and hands off authoritative markdown handoffs. Key features: - Recognizes CHAIN directives in prompts and parses or hydrates chain metadata from a local per-issue ledger. - Injects hidden startup context (stage, chunk, handoff path, HEAD, cleanliness) so the next agent knows exactly what to act on. - Watches for real commits during implement sessions and requests/creates handoff files. - Spawns the next session (Windows Terminal or PowerShell) and injects the handoff; marks handoffs CURRENT or STALE. - Persists ledger at .github\agents\handoffs\CHAIN-LEDGER.json and relies on extension.mjs, handoff SKILL.md/template, and generated HANDOFF-*.md. - Provides a chain_transition tool for reviewers to record verdicts (approved, changes_requested, done) and route the chain. - Stops on missing commits/handoffs, errors, closed issues, budget exhaustion, or explicit done.

Owner

Account
trolleydodger1988
Type
User
Followers
0

Dates

Created on GitHub 2026-05-16
Last push 2026-05-16
First seen here 2026-05-16
Last fetched 2026-05-16 16:10