ideon write resume
What This Command Does
ideon write resume continues the most recent failed or interrupted write run from .ideon/write/state.json.
Usage
ideon write resume [--no-interactive] [--enrich-links]
Arguments and Options
| Flag/Argument | Shorthand | Required | Type | Default | Allowed Values | Description |
|---|---|---|---|---|---|---|
--no-interactive | None | No | boolean | false | true or omitted | Forces plain non-interactive rendering even in TTY mode. |
--enrich-links | None | No | boolean | false | true or omitted | Runs link enrichment stage during resume. |
Examples
Minimal happy path
ideon write resume
Common real-world path
ideon write "Long-form article about API docs" --primary article=1 && ideon write resume
Debug-focused verification
ideon write resume && ideon preview --no-open
One-shot agent-safe path
ideon write resume --no-interactive
Link Enrichment
- Link enrichment is a post-generation link-suggestion pass for eligible long-form markdown outputs.
- It selects phrases, resolves source URLs, and writes
*.links.jsonsidecar files without rewriting markdown. - During
ideon write resume, enrichment runs only when--enrich-linksis provided. - Short-form channels such as
x-postandx-threadare skipped.
Output and Exit Codes
On success, Ideon continues from the latest checkpointed stage and writes final outputs to the run directory.
| Exit code | Meaning |
|---|---|
0 | Resume completed successfully. |
1 | No resumable session or runtime failure occurred. |
130 | Command interrupted by Ctrl+C. |
Related Commands
Versioning and Deprecation Notes
- Current behavior applies to Ideon
0.1.6. - No deprecated flags apply to this command.