fabro/crates/attractor/src
Bryan Helmkamp b11c92bf66 Redesign compact and summary:high preamble rendering
Compact mode now renders nested-bullet summaries with handler-specific
sub-items (script: command/stdout/stderr; codergen: model/tokens/files)
under a ## Completed stages heading. Summary:high renders per-stage
## Stage sections with full detail and a ## Current context table.

Also captures script.stderr in context_updates for both success and
failure branches, and improves context filtering across all modes to
exclude engine keys (graph.*, thread.*, response.*, last_stage, etc.).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 14:26:07 -05:00
..
cli Inject fidelity preamble into LLM prompts and reuse sessions for full fidelity 2026-02-27 12:27:36 -05:00
graph Rename tool handler to script handler and add language attribute 2026-02-27 09:50:39 -05:00
handler Redesign compact and summary:high preamble rendering 2026-02-27 14:26:07 -05:00
interviewer Add missing data fields to PipelineEvent variants 2026-02-25 11:40:19 -05:00
parser Support empty attribute blocks [] in DOT parser 2026-02-25 14:23:59 -05:00
validation Add backwards compatibility for tool → script rename 2026-02-27 12:07:20 -05:00
artifact.rs Implement attractor crate: DOT-based pipeline runner with full spec compliance 2026-02-21 12:17:32 -04:00
checkpoint.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00
condition.rs Add cache tokens, reasoning tokens, and file change tracking to pipeline logs 2026-02-25 13:01:45 -05:00
context.rs Implement attractor crate: DOT-based pipeline runner with full spec compliance 2026-02-21 12:17:32 -04:00
daytona_env.rs Fix Daytona sandbox: rewrite SSH URLs to HTTPS and generate unique names 2026-02-27 00:23:54 -05:00
engine.rs Add execution environment and setup command observability events 2026-02-26 22:09:41 -05:00
error.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00
event.rs Add execution environment and setup command observability events 2026-02-26 22:09:41 -05:00
lib.rs Add Daytona execution environment and replace --docker with --execution-env 2026-02-26 18:35:33 -05:00
main.rs serve 2026-02-23 12:20:48 -05:00
outcome.rs Add missing data to agent events and cost tracking in pipeline logs 2026-02-25 17:17:13 -05:00
pipeline.rs Close spec compliance gaps: retry context, thread resolution, fan-in logging 2026-02-22 10:49:21 -04:00
preamble.rs Redesign compact and summary:high preamble rendering 2026-02-27 14:26:07 -05:00
server.rs Add execution environment and setup command observability events 2026-02-26 22:09:41 -05:00
stylesheet.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00
transform.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00