Consolidates three codebases into a single agent orchestration repo: - agentci (from go-scm): Clotho dual-run verification, agent config, SSH security (sanitisation, secure commands, token masking) - jobrunner (from go-scm): Poll-dispatch-report pipeline with 7 handlers (dispatch, completion, auto-merge, publish draft, dismiss reviews, send fix command, tick parent epic) - plugins marketplace (from agentic/plugins): 27 Claude/Codex/Gemini plugins with shared MCP server All 150+ tests passing across 6 packages. Co-Authored-By: Virgil <virgil@lethean.io>
1.1 KiB
1.1 KiB
| name | description | args |
|---|---|---|
| collect | Quick collection using Borg - auto-detects resource type | <url or target> |
Quick Collect
Auto-detect and collect any resource using Borg.
Usage
/collect:collect https://github.com/LetheanNetwork
/collect:collect https://docs.lethean.io
/collect:collect masari-project
Action
Borg's all command handles auto-detection:
borg all <url-or-target>
This will:
- Detect if it's a GitHub URL → collect repos
- Detect if it's a website → crawl it
- Detect if it's a PWA → download the app
Examples
# GitHub org - collects all repos
borg all https://github.com/LetheanNetwork
# Website - crawls and packages
borg all https://docs.lethean.io
# With encryption
borg all https://github.com/graft-project --format stim -o graft.stim
Specialised Commands
For more control, use specific commands:
| Command | Use Case |
|---|---|
/collect:github |
GitHub repos with org support |
/collect:website |
Website crawling with depth control |
/collect:excavate |
Full project archaeology |
/collect:papers |
Whitepaper collection from registry |