@gtrabanco/agentic-workflow
v0.1.1
Published
Deterministic runner for the agentic-workflow lane: file services (agwo edit), sensors, guards and receipts. No dependencies.
Readme
@gtrabanco/agentic-workflow
Producer crate for the deterministic agentic-workflow scripts. Feature 37 created it as the vehicle the roadmap mandated (rows 37/38/42/45, declined 43): the first producer feature creates the crate, later producers land their scripts as subcommands of it.
- Private, zero dependencies, no build step. Repository tooling runs with
bun first and node as the guaranteed fallback (
AGENTS.md§Verification). - Scratch convention:
.agentic-workflow/tmp/at the repository root holds throwaway producer output. It is committed as a directory (.gitkeep) so the convention exists on a fresh clone.
Current producers: none yet. scripts/phase-lint.mjs deliberately stays in the
repository's scripts/ tree (feature 37 ED1). Feature 38's
scripts/workflow-status.mjs landed in that same repository tree before this
crate existed, so re-homing it here is a recorded follow-up (feature 37
ED8.4c) with no unit assigned yet; feature 42 is the next candidate to add the
first crate subcommand.
