substrate-ai 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -229,6 +229,15 @@ These commands are invoked by AI agents (Claude Code, Codex, Gemini CLI) during
229
229
  | `substrate monitor recommendations` | Display routing recommendations from performance data |
230
230
  | `substrate cost` | View cost and token usage summary |
231
231
 
232
+ ### Export & Sharing
233
+
234
+ | Command | Description |
235
+ |---------|-------------|
236
+ | `substrate export` | Export planning artifacts (product brief, PRD, architecture, epics) as markdown |
237
+ | `substrate export --run-id <id>` | Export artifacts from a specific pipeline run |
238
+ | `substrate export --output-dir <dir>` | Write to a custom directory (default: `_bmad-output/planning-artifacts/`) |
239
+ | `substrate export --output-format json` | Emit JSON result to stdout for agent consumption |
240
+
232
241
  ### Worktree Management
233
242
 
234
243
  | Command | Description |