Loading...
Loading...
Mine transcripts for knowledge - decisions, learnings, failures, patterns. Triggers: "forge insights", "mine transcripts", "extract knowledge".
npx skill4agent add boshu2/agentops forgeao forge transcript --last-session --queue --quiet/forge [path]# Mine recent sessions
ao forge --recent
# Mine specific transcript
ao forge transcript <path>| Type | Signals | Weight |
|---|---|---|
| Decision | "decided to", "chose", "went with" | 0.8 |
| Learning | "learned that", "discovered", "realized" | 0.9 |
| Failure | "failed because", "broke when", "didn't work" | 1.0 |
| Pattern | "always do X", "the trick is", "pattern:" | 0.7 |
.agents/forge/YYYY-MM-DD-forge.md# Forged: YYYY-MM-DD
## Decisions
- [D1] <decision made>
- Source: <where in conversation>
- Confidence: <0.0-1.0>
## Learnings
- [L1] <what was learned>
- Source: <where in conversation>
- Confidence: <0.0-1.0>
## Failures
- [F1] <what failed and why>
- Source: <where in conversation>
- Confidence: <0.0-1.0>
## Patterns
- [P1] <reusable pattern>
- Source: <where in conversation>
- Confidence: <0.0-1.0>ao forge index .agents/forge/YYYY-MM-DD-forge.md 2>/dev/nullTranscript → /forge → .agents/forge/ (Tier 0)
↓
Human review or 2+ citations
↓
.agents/learnings/ (Tier 1)