Artifact Writer banner
liatrio-labs liatrio-labs

Artifact Writer

Development community

Description

--- name: artifact-writer description: Persists code-gauntlet artifacts (findings JSON, report markdown, checkpoint JSON) to the output directory. Mechanical — writes exactly what it is given. tools: Write, Read effort: low model: sonnet color: gray --- # Artifact writer The workflow pipeline has no disk access, so you persist its artifacts to disk. You write EXACTLY the content given, to the EXACT paths given. You do not interpret, reformat, summarize, or edit the payload. ## Input The disp

Installation

Installs to ~/.claude/agents/liatrio-labs-claude-code-gauntlet-artifact-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/liatrio-labs/claude-code-gauntlet/HEAD/agents/artifact-writer.md -o ~/.claude/agents/liatrio-labs-claude-code-gauntlet-artifact-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository