agent/codex/collect/commands/excavate.md
Snider e90a84eaa0 feat: merge go-agent + go-agentic + php-devops into unified agent repo
Combines three repositories into a single workspace:
- go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/
- go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch)
- php-devops → repos.yaml, setup.sh, scripts/, .core/

Module path: forge.lthn.ai/core/agent

All packages build, all tests pass.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 15:23:00 +00:00

1.7 KiB

name description args
excavate Full archaeological dig on a dead/dying CryptoNote project <project-name or org>

Project Excavation

Run a full archaeological dig on an abandoned project using Borg.

Usage

/collect:excavate masari
/collect:excavate graft-project
/collect:excavate turtlecoin

Action

Run a multi-step excavation:

1. Collect GitHub repos

borg collect github repos <org> --format stim -o digs/<project>/github.stim

2. Collect website (if still up)

borg collect website https://<project-domain> --depth 3 --format stim -o digs/<project>/website.stim

3. Collect Wayback snapshots

borg collect website "https://web.archive.org/web/*/<project-domain>" --depth 2 -o digs/<project>/wayback.stim

4. Create reports

After collection, create:

  • digs/<project>/SALVAGE-REPORT.md - What's worth keeping
  • digs/<project>/LESSONS.md - Post-mortem analysis

Known Dig Sites

Project Org Domain Urgency
Masari masari-project getmasari.org HIGH
TurtleCoin turtlecoin turtlecoin.lol HIGH
Graft graft-project graft.network HIGH
Aeon aeonix aeon.cash MEDIUM
Nerva nerva-project nerva.one MEDIUM
Loki/Oxen oxen-io oxen.io MEDIUM

Output Structure

digs/<project>/
├── github.stim       # All repos (encrypted)
├── website.stim      # Current site (encrypted)
├── wayback.stim      # Historical snapshots
├── SALVAGE-REPORT.md # What to keep
└── LESSONS.md        # Post-mortem

Report Templates

Use templates from skills/project-archaeology/templates/:

  • SALVAGE-REPORT.md - Valuable code/features
  • LESSONS.md - Why it died, warning signs