archon
https://github.com/coleam00/archon
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported1 Subscribers
Add a CodeTriage badge to archon
Help out
- Issues
- refactor(workflows): move model policy out of the engine behind an AgentGateway with preflight bind()
- refactor(workflows): type the three subgraph modes individually — and drop the unification
- feat(workflows): sub-run artifacts should key on the run-tree root, not the child's own run id
- feat(workflows): a sub-workflow cannot declare what it returns — the result is a positional accident (first sink, definition order)
- include: the when: shorthand escapes ref validation, so a block can silently bind to its parent's nodes
- fan-out: a completed run gives no way to see which children succeeded and which failed
- design: a workflow's signature — one declaration surface for what a block takes, returns, and requires
- fix(workflows): oversized $nodeId.output spills to a project-wide path with no run id — concurrent runs read each other's data
- feat(workflows): per-run tier/alias rebinding — override the existing resolution chain, not a parallel path
- parent auto-resume after a child gate loses userId, baseBranch and source — a run changes identity mid-flight
- Docs
- not yet supported