Releases
v0.1.0
Compare
Sorry, something went wrong.
No results found
Changelog
fa77e30 : Add --effort flag to agent phases, default to high for extended thinking (Jorge Barreto jrbd93@gmail.com )
0588e29 : Add --effort high to doctor and scaffold claude invocations (Jorge Barreto jrbd93@gmail.com )
38593aa : Add --include-partial-messages for streaming + use opus for improve (Jorge Barreto jrbd93@gmail.com )
650d769 : Add --verbose flag required for stream-json with --print (Jorge Barreto jrbd93@gmail.com )
91335b9 : Add AI-powered orc init with project context analysis (Jorge Barreto jrbd93@gmail.com )
95443ee : Add CLAUDE.md with project conventions and development guidelines (Jorge Barreto jrbd93@gmail.com )
0615e59 : Add Go formatting convention and gofmt PostToolUse hook (Jorge Barreto jrbd93@gmail.com )
7d2c1c9 : Add MIT license (Jorge Barreto jrbd93@gmail.com )
f0aba7b : Add bead lifecycle phases to orc workflow (Jorge Barreto jrbd93@gmail.com )
7b695d8 : Add beads work tracking instructions to CLAUDE.md (Jorge Barreto jrbd93@gmail.com )
3692ecf : Add config-level vars and per-phase cwd support (Jorge Barreto jrbd93@gmail.com )
d323c92 : Add documentation awareness to plan and review prompts (Jorge Barreto jrbd93@gmail.com )
cc7b914 : Add gate feedback collection and auto-inject feedback into agent prompts (Jorge Barreto jrbd93@gmail.com )
25f67c4 : Add global --no-color flag with TTY auto-detection (Jorge Barreto jrbd93@gmail.com )
287db8d : Add newline separator between text and tool use in stream output (Jorge Barreto jrbd93@gmail.com )
eb09039 : Add orc cancel subcommand to wipe artifacts for a ticket (Jorge Barreto jrbd93@gmail.com )
b59747a : Add orc docs subcommand and document vars/cwd in README (Jorge Barreto jrbd93@gmail.com )
f74a734 : Add orc doctor subcommand for AI-powered failure diagnosis (Jorge Barreto jrbd93@gmail.com )
464585d : Add orc init command, scaffold package, and comprehensive README (Jorge Barreto jrbd93@gmail.com )
036ab0b : Add retry with validation feedback and fallback template for orc init (Jorge Barreto jrbd93@gmail.com )
3680753 : Add sensible default tool permissions for agent phases (Jorge Barreto jrbd93@gmail.com )
141866c : Add streaming agent output, interactive steering, and allow-tools (Jorge Barreto jrbd93@gmail.com )
e39bf9d : Add test suite covering config validation, state machine, and dispatch (Jorge Barreto jrbd93@gmail.com )
a36b835 : Add total elapsed time to orc status views (Jorge Barreto jrbd93@gmail.com )
9d698b6 : Add type: workflow and type: branch phase types for workflow composition (Jorge Barreto jrbd93@gmail.com )
c9a1023 : Archive declared outputs and write final run status to audit (Jorge Barreto jrbd93@gmail.com )
9f1e48b : Default all agent phases to opus model (Jorge Barreto jrbd93@gmail.com )
5b4c508 : Export unprefixed env vars to script phases (Jorge Barreto jrbd93@gmail.com )
02a3f45 : Fix 7 issues from expert code reviews (Jorge Barreto jrbd93@gmail.com )
d49f69a : Fix 9 issues from expert code reviews (Jorge Barreto jrbd93@gmail.com )
2d71da9 : Fix TTY detection on WSL2 using ModeCharDevice instead of ioctl (Jorge Barreto jrbd93@gmail.com )
a1eae43 : Fix WriteFeedback crash when feedback dir is missing (Jorge Barreto jrbd93@gmail.com )
38d5fcb : Fix agent phases failing with "argument list too long" (Jorge Barreto jrbd93@gmail.com )
5bc907f : Fix audit dir missing nearly all phase logs/prompts (Jorge Barreto jrbd93@gmail.com )
e3cdadf : Fix critical, high, and medium issues from expert code reviews (Jorge Barreto jrbd93@gmail.com )
af7848b : Fix critical, high, and medium issues from expert code reviews (Jorge Barreto jrbd93@gmail.com )
bd9b861 : Fix documentation gaps across README, orc docs, and CLI help (Jorge Barreto jrbd93@gmail.com )
98a20a9 : Fix feedback leaking to downstream phases — clear on loop exit (Jorge Barreto jrbd93@gmail.com )
1dceda7 : Fix fileblocks parser truncating content with embedded code fences (Jorge Barreto jrbd93@gmail.com )
b3ea44f : Fix improve: auto-start interactive mode + better one-shot errors (Jorge Barreto jrbd93@gmail.com )
9cf46a8 : Fix loop counter bleed across outer-loop iterations (Jorge Barreto jrbd93@gmail.com )
7b42d6d : Fix loop visualization continuity and add per-scope colors (Jorge Barreto jrbd93@gmail.com )
270524d : Fix nil *os.File interface bug causing "raw log write failed" on every phase (Jorge Barreto jrbd93@gmail.com )
9137a41 : Fix orc improve "argument list too long" by writing context to file (Jorge Barreto jrbd93@gmail.com )
9586c3e : Fix orc init failing with "argument list too long" (Jorge Barreto jrbd93@gmail.com )
83a042e : Fix orc status showing phantom state for non-existent tickets (Jorge Barreto jrbd93@gmail.com )
2955838 : Fix phase logs missing tool calls and remove tool summary truncation (Jorge Barreto jrbd93@gmail.com )
14cf821 : Fix scaffold tests shelling out to real claude API (Jorge Barreto jrbd93@gmail.com )
3f09292 : Fix spacing gutter before loop open and after loop close (Jorge Barreto jrbd93@gmail.com )
9886640 : Fix status RUN column to show per-entry run numbers (Jorge Barreto jrbd93@gmail.com )
06f583b : Fix stdin race between StdinReader and handleDenials (Jorge Barreto jrbd93@gmail.com )
8915dd7 : Fix stream parser to match actual claude -p output format (Jorge Barreto jrbd93@gmail.com )
80330d1 : Fix tool use display showing empty {} by accumulating streaming deltas (Jorge Barreto jrbd93@gmail.com )
e81ed2e : Improve loop feedback visibility for agent phases (Jorge Barreto jrbd93@gmail.com )
88cdadb : Make orc status work without a ticket argument (Jorge Barreto jrbd93@gmail.com )
f0aea9e : Merge branch 'worktree-readme-and-init' (Jorge Barreto jrbd93@gmail.com )
5fe1708 : Merge pull request #5 from jorge-barreto/release-chain (Jorge Barreto jrbd93@gmail.com )
c381ec4 : Move artifacts directory from .artifacts/ to .orc/artifacts/ (Jorge Barreto jrbd93@gmail.com )
3da9704 : Propagate timeout signal through dispatch.Result and improve doctor diagnosis (Jorge Barreto jrbd93@gmail.com )
fd6404a : R-001: R-001: Close Issue #1 — Feedback injection is implemented (Jorge Barreto jrbd93@gmail.com )
8e4572b : R-002: R-002: Top-level phase defaults — model, cwd, effort (Jorge Barreto jrbd93@gmail.com )
096dd84 : R-003: R-003: Exit code semantics (Jorge Barreto jrbd93@gmail.com )
ea6ca02 : R-004: R-004: Cost and token tracking from stream output (Jorge Barreto jrbd93@gmail.com )
3991bcd : R-005: R-005: orc validate command (Jorge Barreto jrbd93@gmail.com )
6696f43 : R-006: R-006: Replace on-fail with loop — convergent iteration construct (Jorge Barreto jrbd93@gmail.com )
bdaa2b1 : R-006: Replace on-fail with loop — convergent iteration construct (Jorge Barreto jrbd93@gmail.com )
d8aadb8 : R-007: R-007: Review prompt templates (Jorge Barreto jrbd93@gmail.com )
de05b11 : R-009: R-009: orc improve — AI-assisted workflow refinement (Jorge Barreto jrbd93@gmail.com )
8271fbc : R-010: R-010: --from and --retry accept phase names (Jorge Barreto jrbd93@gmail.com )
2708627 : R-011: R-011: Enhanced dry-run with flow visualization (Jorge Barreto jrbd93@gmail.com )
27767a8 : R-030: R-030: Per-ticket artifact isolation (Jorge Barreto jrbd93@gmail.com )
08bb2b8 : R-031: R-031: Cost limits — per-phase and per-run budgets (Jorge Barreto jrbd93@gmail.com )
721f98f : R-035: R-035: Run summary table (Jorge Barreto jrbd93@gmail.com )
2230b1d : R-036: R-036: Save raw stream-json output for debugging (Jorge Barreto jrbd93@gmail.com )
0ee7f8a : R-037: R-037: orc init accepts a prompt argument (Jorge Barreto jrbd93@gmail.com )
5b55f84 : R-038: R-038: loop.check — inline quality gate for agent loops (Jorge Barreto jrbd93@gmail.com )
83be13c : R-039: R-039: loop.check feedback uses declared outputs, not check stdout (Jorge Barreto jrbd93@gmail.com )
30b435a : R-040: Audit log separation + doctor full-run visibility (Jorge Barreto jrbd93@gmail.com )
7e02db7 : R-041: R-041: Enrich orc improve with full run context (Jorge Barreto jrbd93@gmail.com )
f82e292 : R-042: R-042: orc flow — workflow visualization (Jorge Barreto jrbd93@gmail.com )
49f99cb : R-043: R-043: Forward AskUserQuestion from agent phases to terminal (Jorge Barreto jrbd93@gmail.com )
bb8108c : R-044: R-044: mcp-config field on agent phases (Jorge Barreto jrbd93@gmail.com )
7dea3e6 : Resume agent session when re-prompting for missing outputs (Jorge Barreto jrbd93@gmail.com )
b8b3aeb : Rework workflow to use loop.check and on-exhaust (Jorge Barreto jrbd93@gmail.com )
977b7e8 : Route low-priority discovered beads to backlog instead of active wave (Jorge Barreto jrbd93@gmail.com )
4c8f177 : Set opus with high effort for both improve modes (Jorge Barreto jrbd93@gmail.com )
43d9803 : Sort audit runs by recency and optimize improve prompt for quality (Jorge Barreto jrbd93@gmail.com )
4639006 : Stream doctor output via ProcessStream (Jorge Barreto jrbd93@gmail.com )
1c5758e : Strengthen adversarial review loops and add quality-loops docs (Jorge Barreto jrbd93@gmail.com )
532e4f3 : Support run on gate phases to execute a command before prompting (Jorge Barreto jrbd93@gmail.com )
ce69f0f : Track .orc/ workflow config and add .gitignore for artifacts (Jorge Barreto jrbd93@gmail.com )
ebd8b03 : default tools (Jorge Barreto jrbd93@gmail.com )
185fcbb : docs: design for orc release chain (v* tags, GoReleaser, Homebrew, CI) (Jorge Barreto jrbd93@gmail.com )
c5908ee : docs: implementation plan for orc release chain (Jorge Barreto jrbd93@gmail.com )
045c47f : edit orc workflow so that it works on bead ids (Jorge Barreto jrbd93@gmail.com )
70af548 : feat(dispatch): kill claude mid-stream when cost cap exceeded (Jorge Barreto jrbd93@gmail.com )
0c8143d : feat(runner): on-rate-limit policy + ExitRateLimit=8 (Jorge Barreto jrbd93@gmail.com )
387d5de : fix(dispatch): parse rate_limit_info from top level, not nested event (Jorge Barreto jrbd93@gmail.com )
21fdb84 : improve the workflow vis-a-vis documentation (Jorge Barreto jrbd93@gmail.com )
1b21639 : increase triage timeout (Jorge Barreto jrbd93@gmail.com )
be656c0 : orc improve: stream one-shot output + give orc a voice (Jorge Barreto jrbd93@gmail.com )
421f33f : orc status: show all tickets when called without arguments (Jorge Barreto jrbd93@gmail.com )
97ff7d5 : orc-0ak.1: Simplify shouldArchiveStale: remove dead switch, simplify test (Jorge Barreto jrbd93@gmail.com )
9e197e8 : orc-0g7.1: Add sync.RWMutex and accessor methods to State struct (Jorge Barreto jrbd93@gmail.com )
264703c : orc-0g7.2: Replace direct State field access with accessor methods in callers (Jorge Barreto jrbd93@gmail.com )
2776ecf : orc-0g7.3: Update tests to use State accessor methods and add concurrency test (Jorge Barreto jrbd93@gmail.com )
7f641f4 : orc-2mp: test coverage for .yml extension in workflow discovery (Jorge Barreto jrbd93@gmail.com )
dcb583e : orc-38x.1: add phase name path-traversal validation + test (Jorge Barreto jrbd93@gmail.com )
8625139 : orc-38x.2: document phase name path-traversal restriction (Jorge Barreto jrbd93@gmail.com )
cba6b87 : orc-48m.1: fix stale-run archival to always archive StatusRunning (Jorge Barreto jrbd93@gmail.com )
8857443 : orc-4ho.14.1: Add RePromptFn field and fix re-prompt cost/audit bookkeeping (Jorge Barreto jrbd93@gmail.com )
3cf81f3 : orc-4ho.14.2: Test: re-prompt records cost and audit files (Jorge Barreto jrbd93@gmail.com )
a29cf34 : orc-4ho.15: orc-4ho.15.1: Fix slice aliasing bug in gatherPhaseLogs and gatherFeedback (Jorge Barreto jrbd93@gmail.com )
8a09acd : orc-4ho.16.1: Guard Usage field updates in handleResultEvent (Jorge Barreto jrbd93@gmail.com )
f1c488a : orc-4ho.17.1: Fix TotalElapsed() data race + add tests (Jorge Barreto jrbd93@gmail.com )
fa7b60c : orc-4ho.18.1: Remove filteredEnv field, rewrite BuildEnv as pure function + race test (Jorge Barreto jrbd93@gmail.com )
bab066f : orc-4ho.19.1: Use os.CreateTemp for unique atomic write temp names (Jorge Barreto jrbd93@gmail.com )
3889bc0 : orc-4ho.20.1: Fix ValidateTicket partial-anchor handling + tests (Jorge Barreto jrbd93@gmail.com )
23f249d : orc-4ho.21.1: Fix output path traversal validation in config (Jorge Barreto jrbd93@gmail.com )
bec5afb : orc-4ho.22.1: StdinReader: close lines channel on EOF (Jorge Barreto jrbd93@gmail.com )
c324559 : orc-4ho.22.2: gate.go: extract runGate + use StdinReader + tests (Jorge Barreto jrbd93@gmail.com )
9be0f55 : orc-4ho.23.1: Add tailWriter ring-buffer type with tests (Jorge Barreto jrbd93@gmail.com )
687a934 : orc-4ho.23.2: Wire tailWriter into script.go, remove bytes.Buffer (Jorge Barreto jrbd93@gmail.com )
64f02e3 : orc-4ho.23.3: Fix tailWriter overflow flag + regression test (Jorge Barreto jrbd93@gmail.com )
c47f778 : orc-4ho.23.4: Strengthen tailWriter test suite (Jorge Barreto jrbd93@gmail.com )
83236db : orc-4ho.24.1: Fix writeBlocks to return and propagate errors (Jorge Barreto jrbd93@gmail.com )
5692376 : orc-4ho.24.2: Test writeBlocks error propagation (Jorge Barreto jrbd93@gmail.com )
b6445cb : orc-4ho.25.1: Add logMsg helper; handle WriteString return values in gate.go (Jorge Barreto jrbd93@gmail.com )
f496e28 : orc-4ho.26.1: Add warnWriter to stream.go; handle rawLog write errors (Jorge Barreto jrbd93@gmail.com )
729667a : orc-4ho.27.1: Remove no-op handleAssistantEvent and handleUserEvent from stream.go (Jorge Barreto jrbd93@gmail.com )
c37ae0f : orc-4ho.29.10: Fix BuildEnv capacity hint and add WORKFLOW dispatch test assertions (Jorge Barreto jrbd93@gmail.com )
3da65aa : orc-4ho.29.11: Add round-trip persistence test for State.Workflow (Jorge Barreto jrbd93@gmail.com )
f474dd2 : orc-4ho.29.12: Fix RenderStatusAll condition order + add unit tests (Jorge Barreto jrbd93@gmail.com )
2ac1267 : orc-4ho.29.13: Add workflow name path-traversal validation + tests (Jorge Barreto jrbd93@gmail.com )
8d2af46 : orc-4ho.29.14: Fix WORKFLOW missing from docs config topic builtins list (Jorge Barreto jrbd93@gmail.com )
54ece28 : orc-4ho.29.15: Add path-traversal validation to InitWorkflow + test (Jorge Barreto jrbd93@gmail.com )
9298d21 : orc-4ho.29.16: Add path-traversal guard to resolveWorkflowByName (Jorge Barreto jrbd93@gmail.com )
70f56d4 : orc-4ho.29.17: Close R-045 epic — all work verified complete (Jorge Barreto jrbd93@gmail.com )
abe5c04 : orc-4ho.29.1: Add Workflow field to State, path helpers, dispatch.Environment, runner (Jorge Barreto jrbd93@gmail.com )
1f58a57 : orc-4ho.29.2: Add workflow discovery helpers and -w global flag to main.go (Jorge Barreto jrbd93@gmail.com )
dea1de9 : orc-4ho.29.3: Wire workflow resolution into runCmd, cancelCmd, statusCmd, doctorCmd (Jorge Barreto jrbd93@gmail.com )
d62fd27 : orc-4ho.29.4: Update flowCmd, validateCmd for multi-workflow; workflow column in status (Jorge Barreto jrbd93@gmail.com )
3a7b950 : orc-4ho.29.5: Update improve.go for 2-level audit layout; add scaffold InitWorkflow (Jorge Barreto jrbd93@gmail.com )
c45cd53 : orc-4ho.29.6: Add workflows docs topic, update existing topics and README (Jorge Barreto jrbd93@gmail.com )
464a51f : orc-4ho.29.7: Add WORKFLOW to config validation builtins (Jorge Barreto jrbd93@gmail.com )
e7a1a02 : orc-4ho.29.8: Add .yml glob to readOrcFiles in improve.go (Jorge Barreto jrbd93@gmail.com )
b4606be : orc-4ho.29.9: Fix statusCmd all-tickets view and remove dead isMultiWorkflow (Jorge Barreto jrbd93@gmail.com )
ef44f6b : orc-4ho.30.1: Add PreRun/PostRun fields to Phase struct + parse tests (Jorge Barreto jrbd93@gmail.com )
4d64503 : orc-4ho.30.2: RunHook executor + append-mode log opens + hook tests (Jorge Barreto jrbd93@gmail.com )
bd10ce2 : orc-4ho.30.3: Runner: dispatchWithHooks method + integration tests (Jorge Barreto jrbd93@gmail.com )
1e90b1e : orc-4ho.30.4: UX: Show hook annotations in flow_viz and flow dry-run (Jorge Barreto jrbd93@gmail.com )
8a346dc : orc-4ho.30.5: Docs: Document pre-run/post-run in content.go and README.md (Jorge Barreto jrbd93@gmail.com )
28630c1 : orc-4ho.30.6: Remove ExpandVars from dispatch package (script, gate, hook) (Jorge Barreto jrbd93@gmail.com )
596f3b6 : orc-4ho.30.7: Remove ExpandVars from runner.go (runLoopCheck + evalCondition) (Jorge Barreto jrbd93@gmail.com )
bc7a8a0 : orc-4ho.30.8: Update docs to clarify env-var vs Go-side expansion (Jorge Barreto jrbd93@gmail.com )
778e6a4 : orc-4ho.32: orc-4ho.32: --resume for interrupted agent phases (Jorge Barreto jrbd93@gmail.com )
5d06a8e : orc-4ho.33.1: Add DryRunVars() method to Environment (Jorge Barreto jrbd93@gmail.com )
5cd7cd4 : orc-4ho.33.2: Use DryRunVars() in DryRunPrint + integration test (Jorge Barreto jrbd93@gmail.com )
3aeaac9 : orc-4ho.34.1: Fix listStepArtifacts log path off-by-one (Jorge Barreto jrbd93@gmail.com )
1e469de : orc-4ho.35.1: Fix stdin race in RunAgentAttended resume fallback (Jorge Barreto jrbd93@gmail.com )
eb122ab : orc-4ho.36.1: Fix ValidateTicket escaped-anchor detection (Jorge Barreto jrbd93@gmail.com )
3bbb5e8 : orc-4ho.37.1: Add dispatchWithResume helper and refactor RunAgent (Jorge Barreto jrbd93@gmail.com )
1a0f58a : orc-4ho.37.2: Refactor RunAgentAttended to use dispatchWithResume (Jorge Barreto jrbd93@gmail.com )
7c1b667 : orc-4ho.37.3: Add unit and integration tests for dispatchWithResume and resume fallback (Jorge Barreto jrbd93@gmail.com )
54a6f2f : orc-4ho.38.1: Add TestRunHookWithLog_LogFileOpenError test (Jorge Barreto jrbd93@gmail.com )
9c41a53 : orc-4ho.39.1: Add step mode + hook interaction integration tests (Jorge Barreto jrbd93@gmail.com )
ab08c2c : orc-4ho.3: orc-4ho.3.1: Create internal/scaffold/recipes.go — Recipe registry (Jorge Barreto jrbd93@gmail.com )
ae22e2a : orc-4ho.3: orc-4ho.3.2: Add InitRecipe/ListRecipes to scaffold.go + recipes_test.go (Jorge Barreto jrbd93@gmail.com )
cf2c8eb : orc-4ho.3: orc-4ho.3.3: Add --recipe and --list-recipes flags to cmd/orc/main.go (Jorge Barreto jrbd93@gmail.com )
adae3f8 : orc-4ho.3: orc-4ho.3.4: Update docs/content.go and README.md with recipe documentation (Jorge Barreto jrbd93@gmail.com )
3ccbadb : orc-4ho.4.1: Add orc test command: cmd/orc/test.go + register in main.go (Jorge Barreto jrbd93@gmail.com )
a3876a2 : orc-4ho.4.2: Document orc test command: content.go + README.md (Jorge Barreto jrbd93@gmail.com )
1efc356 : orc-4ho.40.1: Add TestOrcTest_HooksNotRun to document hooks-skipped behavior (Jorge Barreto jrbd93@gmail.com )
10ec53d : orc-4ho.41.1: Fix doctor.Run to accept auditDir instead of projectRoot (Jorge Barreto jrbd93@gmail.com )
204f38e : orc-4ho.42.1: Fix BuildEnv: add CustomVars keys to overridden map (Jorge Barreto jrbd93@gmail.com )
d5ecbe7 : orc-4ho.43.1: Fix Preflight: check bash when hooks present (Jorge Barreto jrbd93@gmail.com )
df3f508 : orc-4ho.44.1: Add TestRender_ToolCallTruncation tests (Jorge Barreto jrbd93@gmail.com )
5c2e867 : orc-4ho.45.1: Add TestReadFeedbackFiles table-driven test (Jorge Barreto jrbd93@gmail.com )
80a917f : orc-4ho.46.1: Add TestScanLogForStatus table-driven test (Jorge Barreto jrbd93@gmail.com )
642835b : orc-4ho.47.1: Add TestRenderStatus table-driven test (Jorge Barreto jrbd93@gmail.com )
fe5df11 : orc-4ho.47.2: Replace TestRenderStatus with full table-driven coverage (Jorge Barreto jrbd93@gmail.com )
2fbd0f7 : orc-4ho.48.1: Add TestListRecipes coverage to scaffold_test.go (Jorge Barreto jrbd93@gmail.com )
456e1b4 : orc-4ho.49.1: Add getRecipeFn var to scaffold.go for test override (Jorge Barreto jrbd93@gmail.com )
01711f5 : orc-4ho.49.2: Add TestInitWorkflow recipe tests to scaffold_test.go (Jorge Barreto jrbd93@gmail.com )
068bfda : orc-4ho.5.1: Extract ResolvePhaseRef to config package + migrate tests (Jorge Barreto jrbd93@gmail.com )
63cc043 : orc-4ho.5.2: Create internal/ux/step.go — step prompt UI and input parsing (Jorge Barreto jrbd93@gmail.com )
37de958 : orc-4ho.5.3: Integrate step mode into runner — StepMode field + step logic (Jorge Barreto jrbd93@gmail.com )
a4dc9eb : orc-4ho.5.4: Add --step flag to orc run CLI (Jorge Barreto jrbd93@gmail.com )
982210f : orc-4ho.5.5: Documentation: add --step to docs and README (Jorge Barreto jrbd93@gmail.com )
6b3fc47 : orc-4ho.50.1: Add TestRunHook_ContextCancelled test (Jorge Barreto jrbd93@gmail.com )
1c8a5a1 : orc-4ho.50.2: Fix TestRunHook_ContextCancelled: timeout guard, readiness signal, exit code assertion (Jorge Barreto jrbd93@gmail.com )
e9e87d3 : orc-4ho.51.1: Add TestRun_ScriptPhase and TestRender_ScriptPhase tests (Jorge Barreto jrbd93@gmail.com )
6d950ed : orc-4ho.52.1: Add workflow-namespaced regression tests to doctor_test.go (Jorge Barreto jrbd93@gmail.com )
e08b134 : orc-4ho.53.1: Add hooks-skip note to docs + TestDocs_OrcTestSkipsHooks (Jorge Barreto jrbd93@gmail.com )
ab3fe4d : orc-4ho.54.1: Add --with-hooks flag to orc test (Jorge Barreto jrbd93@gmail.com )
95e2810 : orc-4ho.55.1: Add invariant comment and test for parallel attemptCount safety (Jorge Barreto jrbd93@gmail.com )
6739de4 : orc-4ho.56.1: Assert exit code in TestRun_PostRunFailure_OverridesSuccess (Jorge Barreto jrbd93@gmail.com )
5a722ff : orc-4ho.56.2: Add TestOrcTest_WithHooks_PostRunFailOverridesSuccess integration test (Jorge Barreto jrbd93@gmail.com )
ab31e47 : orc-4ho.57.1: Add TestRun_PreRunHookGoError_Propagates test (Jorge Barreto jrbd93@gmail.com )
eb8b4c3 : orc-4ho.58.1: Extend TestState_ConcurrentAccess with missing accessor pairs (Jorge Barreto jrbd93@gmail.com )
e059e34 : orc-4ho.59.1: Add TestRun_StepModeParallelAbort test (Jorge Barreto jrbd93@gmail.com )
e28ad30 : orc-4ho.6.1: Add internal/debug package: core analysis logic + tests (Jorge Barreto jrbd93@gmail.com )
cceb473 : orc-4ho.6.2: Add cmd/orc/debug.go + register debugCmd in main.go (Jorge Barreto jrbd93@gmail.com )
8088b41 : orc-4ho.6.3: Document orc debug: content.go + README.md (Jorge Barreto jrbd93@gmail.com )
4a5f5d1 : orc-4ho.60.1: Add TestCostData_ConcurrentAccess test (Jorge Barreto jrbd93@gmail.com )
c01146c : orc-4ho.61.1: Fix DryRunVars to include ORC_-prefixed custom vars (Jorge Barreto jrbd93@gmail.com )
8fe0d26 : orc-5a5.1: Emit disambiguation hint in runCmd and testCmd (Jorge Barreto jrbd93@gmail.com )
4f46674 : orc-7d0.1: Extract buildRunResult, cache result on success path (Jorge Barreto jrbd93@gmail.com )
2efd5f0 : orc-7ti.1: Remove dead Result allocation in hook.go pre-run error path (Jorge Barreto jrbd93@gmail.com )
a9b44fe : orc-8gx.1: Add AddEndAt method to Timing (Jorge Barreto jrbd93@gmail.com )
dc2f410 : orc-8gx.2: Fix parallel phase timing to use per-goroutine timestamps (Jorge Barreto jrbd93@gmail.com )
05bfa8e : orc-8p8.1: Add TestResolveStateDir_PartialArchive (Jorge Barreto jrbd93@gmail.com )
1841a52 : orc-8p8.2: Add TestRun_PartialArchive to debug_test.go (Jorge Barreto jrbd93@gmail.com )
b5bb4c9 : orc-8yd.1: Handle PruneHistory error in runCmd with stderr warning (Jorge Barreto jrbd93@gmail.com )
9a9a272 : orc-9r1.1: Show pre-run/post-run hooks in orc validate summary (Jorge Barreto jrbd93@gmail.com )
9ac21da : orc-9zj.1.1: Add internal/report package: Build, RenderMarkdown, RenderJSON + tests (Jorge Barreto jrbd93@gmail.com )
c3e9197 : orc-9zj.1.2: Add cmd/orc/report.go CLI command + wire into main.go (Jorge Barreto jrbd93@gmail.com )
dd6d35f : orc-9zj.1.3: Update docs and README for orc report command (Jorge Barreto jrbd93@gmail.com )
7396ab0 : orc-9zj.1.4: Fix nil slices, cost matching, and zero-cost display in report.go (Jorge Barreto jrbd93@gmail.com )
8db861d : orc-9zj.1.5: Remove Skipped from result enum in docs (Jorge Barreto jrbd93@gmail.com )
9181d63 : orc-9zj.1.6: Update and add tests for report bug fixes (Jorge Barreto jrbd93@gmail.com )
c9e633e : orc-9zj.10.1: add LatestHistoryDir to state package (Jorge Barreto jrbd93@gmail.com )
efb7f3d : orc-9zj.10.2: fix RunWorkflow to load from history after archival (Jorge Barreto jrbd93@gmail.com )
0e68c3b : orc-9zj.11.1: fix orc report for archived runs via resolveStateDir (Jorge Barreto jrbd93@gmail.com )
25020d6 : orc-9zj.12.1: fix WeekStat.RunCount undercounts zero-cost runs (Jorge Barreto jrbd93@gmail.com )
968c0f1 : orc-9zj.13.1: fix orc eval config error exit codes (Jorge Barreto jrbd93@gmail.com )
339bd20 : orc-9zj.14.1: fix report.go config error exit codes (Jorge Barreto jrbd93@gmail.com )
89c7bc6 : orc-9zj.14.2: fix history.go config error exit codes (Jorge Barreto jrbd93@gmail.com )
86b648a : orc-9zj.14.3: fix stats.go config error exit codes (Jorge Barreto jrbd93@gmail.com )
9650eaa : orc-9zj.15.1: fix statusCmd to resolve archived state (Jorge Barreto jrbd93@gmail.com )
4dd5173 : orc-9zj.15.2: fix debug.Run to resolve archived state (Jorge Barreto jrbd93@gmail.com )
53e407a : orc-9zj.16.1: add state.ResolveStateDir with tests (Jorge Barreto jrbd93@gmail.com )
917074b : orc-9zj.16.2: update cmd/orc callers to use state.ResolveStateDir (Jorge Barreto jrbd93@gmail.com )
a168a35 : orc-9zj.16.3: simplify debug.Run resolve logic with state.ResolveStateDir (Jorge Barreto jrbd93@gmail.com )
4b009f6 : orc-9zj.17.1: fix report.Build to use AuditMetaPath for audit dir metadata lookup (Jorge Barreto jrbd93@gmail.com )
bd1235c : orc-9zj.18.1: fix toJSONStats nil slices serialize as null instead of [] (Jorge Barreto jrbd93@gmail.com )
79a86e4 : orc-9zj.19.1: fix ListTickets to resolve history layout via ResolveStateDir (Jorge Barreto jrbd93@gmail.com )
3757b88 : orc-9zj.2.10: Fix stale-archive guard: add StatusFailed/StatusInterrupted + log error (Jorge Barreto jrbd93@gmail.com )
f9cd7b8 : orc-9zj.2.1: Config: add HistoryLimit field, validation, and tests (Jorge Barreto jrbd93@gmail.com )
8db4b60 : orc-9zj.2.2: State: create history.go with ArchiveRun, PruneHistory, ListHistory (Jorge Barreto jrbd93@gmail.com )
5d29fb6 : orc-9zj.2.3: Runner: add HistoryLimit field, stale-archive on start, archive on complete/fail (Jorge Barreto jrbd93@gmail.com )
58c358b : orc-9zj.2.4: CLI: historyCmd, --purge for cancelCmd, wire HistoryLimit in runCmd (Jorge Barreto jrbd93@gmail.com )
dd5ef3b : orc-9zj.2.5: Docs: update content.go and README for history feature (Jorge Barreto jrbd93@gmail.com )
7c8ceba : orc-9zj.2.6: Fix history.go copyEntry and ListHistory + add tests (Jorge Barreto jrbd93@gmail.com )
de49cf8 : orc-9zj.2.7: Fix runner.go: remove archive-on-failure and stale-archive + update tests (Jorge Barreto jrbd93@gmail.com )
bc92202 : orc-9zj.2.8: main.go: add stale-archive guard + fix cancel command (Jorge Barreto jrbd93@gmail.com )
7262931 : orc-9zj.2.9: Update docs: archival behavior (content.go + README.md) (Jorge Barreto jrbd93@gmail.com )
7474c77 : orc-9zj.3.1: Add loop iteration counts to orc status (Jorge Barreto jrbd93@gmail.com )
10b08a7 : orc-9zj.3.2: Show elapsed time for currently-running phase (Jorge Barreto jrbd93@gmail.com )
16b41e7 : orc-9zj.3.3: Add progress bar/percentage to orc status (Jorge Barreto jrbd93@gmail.com )
e7454c1 : orc-9zj.4.10: eval_test.go: add tests for strict YAML, clamping, expect, render, history (Jorge Barreto jrbd93@gmail.com )
0075620 : orc-9zj.4.11: eval.go: B1/B2/B3/W3/W4/W5 correctness fixes (Jorge Barreto jrbd93@gmail.com )
760389f : orc-9zj.4.12: rubric.go: B4/B5/W1/W2/W6 fixes (Jorge Barreto jrbd93@gmail.com )
a562b00 : orc-9zj.4.13: render.go: W7/W8 JSON output fixes (Jorge Barreto jrbd93@gmail.com )
64996c7 : orc-9zj.4.14: eval_test.go: W10/W11/W12/B4/B5 test improvements (Jorge Barreto jrbd93@gmail.com )
c3062ef : orc-9zj.4.15: rubric.go: filteredEnv, Failures omitempty, CriterionResult JSON tags + LoadRubric tests (Jorge Barreto jrbd93@gmail.com )
b029b47 : orc-9zj.4.16: eval.go: B2/B3/W1/W2/W3 fixes + 4 tests (Jorge Barreto jrbd93@gmail.com )
81249ac : orc-9zj.4.17: eval.go: B1 signal handling + W13 --list/--report mutual exclusion (Jorge Barreto jrbd93@gmail.com )
3e1d478 : orc-9zj.4.1: Export WriteFileAtomic in state package (Jorge Barreto jrbd93@gmail.com )
b493789 : orc-9zj.4.2: eval pkg: core types, loaders, fingerprint, worktree, copyOrcDir (Jorge Barreto jrbd93@gmail.com )
709da63 : orc-9zj.4.3: eval pkg: RunWorkflow, rubric eval, history, render, RunEval + tests (Jorge Barreto jrbd93@gmail.com )
a7a5c8b : orc-9zj.4.4: CLI: cmd/orc/eval.go + register in main.go (Jorge Barreto jrbd93@gmail.com )
32aedad : orc-9zj.4.5: Docs + README: add orc eval documentation (Jorge Barreto jrbd93@gmail.com )
d92b284 : orc-9zj.4.6: rubric.go: CLAUDECODE filtering, process groups, score clamping, expect helpers (Jorge Barreto jrbd93@gmail.com )
1527ea6 : orc-9zj.4.7: eval.go: subprocess safety, strict YAML, error handling, lifecycle fixes (Jorge Barreto jrbd93@gmail.com )
7115425 : orc-9zj.4.8: render.go + eval CLI: JSON output for --list/--report, guard message (Jorge Barreto jrbd93@gmail.com )
a9ee47b : orc-9zj.4.9: README.md: add eval to docs topic list (Jorge Barreto jrbd93@gmail.com )
f8d9518 : orc-9zj.5.1: Add FailureCategory/FailureDetail to State struct (Jorge Barreto jrbd93@gmail.com )
287af93 : orc-9zj.5.2: Add failWithCategory helper + set failure categories in runner (Jorge Barreto jrbd93@gmail.com )
ae7146b : orc-9zj.5.3: Expose failure category in orc report (Jorge Barreto jrbd93@gmail.com )
d9cc8a4 : orc-9zj.5.4: Show failure category in orc status (Jorge Barreto jrbd93@gmail.com )
f774361 : orc-9zj.5.5: Show failure category in orc history (Jorge Barreto jrbd93@gmail.com )
827ca69 : orc-9zj.5.6: Update docs: failure_category in state.json (Jorge Barreto jrbd93@gmail.com )
82d98c3 : orc-9zj.6.1: Add stats package: types, CollectRuns, FilterRuns (Jorge Barreto jrbd93@gmail.com )
a5f1183 : orc-9zj.6.2: Add Aggregate() to stats package (Jorge Barreto jrbd93@gmail.com )
1373e31 : orc-9zj.6.3: Add stats rendering: RenderText and RenderJSON (Jorge Barreto jrbd93@gmail.com )
2debc20 : orc-9zj.6.4: Add orc stats CLI command (Jorge Barreto jrbd93@gmail.com )
50d4567 : orc-9zj.6.5: Add orc stats documentation (Jorge Barreto jrbd93@gmail.com )
d0f5cbd : orc-9zj.8.1: dispatch: add ToolsUsed to StreamResult and Result (Jorge Barreto jrbd93@gmail.com )
a116333 : orc-9zj.8.2: dispatch: propagate ToolsUsed/ToolsDenied in agent.go (Jorge Barreto jrbd93@gmail.com )
1be3185 : orc-9zj.8.3: state: PhaseMetadata struct + path helpers (Jorge Barreto jrbd93@gmail.com )
581a0a7 : orc-9zj.8.4: runner: write .meta.json before archivePhaseFiles (Jorge Barreto jrbd93@gmail.com )
72c5f4c : orc-9zj.8.5: report: load metadata and enrich PhaseResult (Jorge Barreto jrbd93@gmail.com )
ec1cba4 : orc-9zj.8.6: docs: document .meta.json in topicArtifacts and topicDevtools (Jorge Barreto jrbd93@gmail.com )
d6ba74c : orc-9zj.9.1: Simplify orc init prompt: remove file= annotations (Jorge Barreto jrbd93@gmail.com )
0a0c535 : orc-9zj.9.2: Switch runClaude to structured JSON output (Jorge Barreto jrbd93@gmail.com )
6c127e7 : orc-a1v.1: Add loop-counter clearing to step-mode rewind sites (Jorge Barreto jrbd93@gmail.com )
08b689b : orc-a1v.2: Update docs for step-mode rewind loop-counter reset (Jorge Barreto jrbd93@gmail.com )
b9fa772 : orc-a90: test 'orc test --headless' activates quiet mode (Jorge Barreto jrbd93@gmail.com )
61ef1bd : orc-aum.1: add RunHookWithLog and DispatchWithHooks to dispatch/hook.go (Jorge Barreto jrbd93@gmail.com )
72c49c7 : orc-aum.2: delegate runner.dispatchWithHooks to dispatch.DispatchWithHooks (Jorge Barreto jrbd93@gmail.com )
408bce2 : orc-aum.3: replace inline hook orchestration in test.go with DispatchWithHooks (Jorge Barreto jrbd93@gmail.com )
326810b : orc-b3i: extract uxtest.SaveState helper (Jorge Barreto jrbd93@gmail.com )
34cec89 : orc-bfa: remove flaky reprompt e2e test (Jorge Barreto jrbd93@gmail.com )
ec2f000 : orc-buc.1: Fix unsynchronized CostData field access in ListHistory (Jorge Barreto jrbd93@gmail.com )
bafdf2c : orc-c51: direct unit tests for StdinReader EOF and close semantics (Jorge Barreto jrbd93@gmail.com )
92e69fb : orc-cx4.1: Add TestRun_RePromptFnError test for failing re-prompt path (Jorge Barreto jrbd93@gmail.com )
3be06ae : orc-e4r.1: Rename runner dispatchCount→attemptCount and debug Iterations→Attempts (Jorge Barreto jrbd93@gmail.com )
430c790 : orc-e4r.2: Rename state LoadDispatchCounts→LoadAttemptCounts and SaveDispatchCounts→SaveAttemptCounts (Jorge Barreto jrbd93@gmail.com )
8c3183a : orc-ecs: suppress positional disambiguation hint in headless mode (Jorge Barreto jrbd93@gmail.com )
d4ecf02 : orc-efb.1: add exit code 8 (rate limit) to all doc surfaces (Jorge Barreto jrbd93@gmail.com )
3d3f96e : orc-emu: integration test for --resume with no saved session (Jorge Barreto jrbd93@gmail.com )
3d85686 : orc-enl.1: Add config.ValidateTicket to history and stats commands (Jorge Barreto jrbd93@gmail.com )
aa6e2e0 : orc-eqh.1: Add error checks for os.WriteFile in TestRun_ArchivedRun (Jorge Barreto jrbd93@gmail.com )
f088a62 : orc-ety.1: Set SessionID in RunAgentWithPrompt result (Jorge Barreto jrbd93@gmail.com )
cb10301 : orc-f5b: consolidate isAuditDir helpers into state.IsAuditDir (Jorge Barreto jrbd93@gmail.com )
90b46dc : orc-fa3.1: Convert IsTerminal to package-level var in ux/output.go (Jorge Barreto jrbd93@gmail.com )
c250253 : orc-fa3.2: Fix TestNoColorFlag and TestNoColorEnvVars to stub IsTerminal (Jorge Barreto jrbd93@gmail.com )
dbcc0ee : orc-fvv.1: Fix DispatchWithHooks pre-run infra error skips post-run (Jorge Barreto jrbd93@gmail.com )
88c6ce4 : orc-gge.10: e2e — cost tracking and max-cost enforcement (Jorge Barreto jrbd93@gmail.com )
018aa9a : orc-gge.10: strengthen run-level max-cost test — prove agent2 blocked (Jorge Barreto jrbd93@gmail.com )
28ea5de : orc-gge.11: e2e — --headless emits JSONL events, no ANSI (Jorge Barreto jrbd93@gmail.com )
c7472eb : orc-gge.12: e2e — --dry-run prints plan without executing (Jorge Barreto jrbd93@gmail.com )
5dc90c4 : orc-gge.13: e2e — phase timeout kills long-running command (Jorge Barreto jrbd93@gmail.com )
0f7523a : orc-gge.14: e2e — --from resumes by phase name and number (Jorge Barreto jrbd93@gmail.com )
3d7ed7f : orc-gge.15: e2e for orc validate + fix bad-regex accepted silently (Jorge Barreto jrbd93@gmail.com )
1fb9dcf : orc-gge.16: e2e for --workflow flag and multi-workflow projects (Jorge Barreto jrbd93@gmail.com )
3e39b7e : orc-gge.1: Dockerfile.e2e for containerized e2e (unblocks agent-phase tests) (Jorge Barreto jrbd93@gmail.com )
c1fc38a : orc-gge.1: e2e test helper with build tag and workspace builder (Jorge Barreto jrbd93@gmail.com )
9d11499 : orc-gge.1: fix tempdir leak — os.Exit bypasses deferred cleanup (Jorge Barreto jrbd93@gmail.com )
b05ace3 : orc-gge.1: make e2e / e2e-docker targets, .env for OAuth token (Jorge Barreto jrbd93@gmail.com )
781cf42 : orc-gge.1: smoke test — single script phase completes (Jorge Barreto jrbd93@gmail.com )
80695df : orc-gge.2: add ReadCosts/ReadTiming/HistoryDir helpers (Jorge Barreto jrbd93@gmail.com )
ee0fc76 : orc-gge.2: basic 3-phase e2e — script, agent(haiku), script (Jorge Barreto jrbd93@gmail.com )
8800066 : orc-gge.2: prompt file for basic agent-phase test (Jorge Barreto jrbd93@gmail.com )
58aa953 : orc-gge.2: use --env-file for docker e2e + guard missing .env (Jorge Barreto jrbd93@gmail.com )
793d67e : orc-gge.3: add ReadHistoryFile helper for non-JSON artifact reads (Jorge Barreto jrbd93@gmail.com )
05347a9 : orc-gge.3: e2e — built-in and custom var expansion in scripts and prompts (Jorge Barreto jrbd93@gmail.com )
9ea76c9 : orc-gge.3: prompt template with variable placeholders (Jorge Barreto jrbd93@gmail.com )
e2d3093 : orc-gge.4: e2e — condition-based phase skipping (Jorge Barreto jrbd93@gmail.com )
bf6b098 : orc-gge.5: e2e — gate phases auto-approved with --auto (Jorge Barreto jrbd93@gmail.com )
c954c4d : orc-gge.6: e2e — pre-run and post-run hooks (Jorge Barreto jrbd93@gmail.com )
9114f61 : orc-gge.7: e2e — loop convergence, on-exhaust recovery, min enforcement (Jorge Barreto jrbd93@gmail.com )
43dac0d : orc-gge.8: e2e — parallel-with runs two phases concurrently (Jorge Barreto jrbd93@gmail.com )
b25b9d1 : orc-gge.9: e2e — output validation and agent re-prompting (Jorge Barreto jrbd93@gmail.com )
c00f04b : orc-guz.1: Add TestRun_RunResultSurvivesArchive test (Jorge Barreto jrbd93@gmail.com )
8d179fd : orc-gw5.1: Add session ID warning in runParallel (Jorge Barreto jrbd93@gmail.com )
860d133 : orc-gw5.2: Add tests for parallel agent session ID warning (Jorge Barreto jrbd93@gmail.com )
afb274e : orc-h4n: integration test — parallel-with inspects RunResult.Phases (Jorge Barreto jrbd93@gmail.com )
f3f7b58 : orc-hws.1: guard empty Category in stats Failure Breakdown render (Jorge Barreto jrbd93@gmail.com )
270045b : orc-hwv.1: Fix post-run infra errors silently swallowed in DispatchWithHooks (Jorge Barreto jrbd93@gmail.com )
1e6db0e : orc-ikq.1: Add TestRun_RunResultPhasesWithPending test (Jorge Barreto jrbd93@gmail.com )
5f1500f : orc-ipj.1: Fix PruneHistory to filter directories only, add stray-file test (Jorge Barreto jrbd93@gmail.com )
73c3bb7 : orc-ixf.1: Add PreRun/PostRun hook display to orc debug output (Jorge Barreto jrbd93@gmail.com )
667c2b0 : orc-j5z.1: Add forward-jump rejection in rewind (runner.go + tests) (Jorge Barreto jrbd93@gmail.com )
cbdd171 : orc-j5z.2: Update docs/comments for backward-only rewind semantics (Jorge Barreto jrbd93@gmail.com )
f8cf430 : orc-jb8.1.1: Fix: gate config load behind --prune in history command (Jorge Barreto jrbd93@gmail.com )
f16aa33 : orc-jb8.2.1: Gate config.Load behind ticket guard in stats.go + test (Jorge Barreto jrbd93@gmail.com )
ce07f13 : orc-jb8.3.1: Add FailCategoryRateLimit constant and update docs (Jorge Barreto jrbd93@gmail.com )
230e6bf : orc-jb8.3.2: Parse rate_limit_event in stream processor (Jorge Barreto jrbd93@gmail.com )
dbb63d5 : orc-jb8.3.3: Propagate rate-limit fields through dispatch.Result and agent (Jorge Barreto jrbd93@gmail.com )
96f6d41 : orc-jb8.3.4: Add UX display functions for rate-limit wait (Jorge Barreto jrbd93@gmail.com )
a78de70 : orc-jb8.3.5: Add rate-limit wait-and-retry logic to runner with tests (Jorge Barreto jrbd93@gmail.com )
e071a5d : orc-jqs.1: Add AddStartAt method to Timing + test (Jorge Barreto jrbd93@gmail.com )
9a44d5e : orc-jqs.2: Use AddStartAt in runner: fix parallel + sequential timing (Jorge Barreto jrbd93@gmail.com )
cd0ad1b : orc-jsd.1.1: Fix flowCmd config errors to return exit code 3 (Jorge Barreto jrbd93@gmail.com )
30ac111 : orc-jxo.1: Update CLAUDE.md dependency list to include google/uuid (Jorge Barreto jrbd93@gmail.com )
ddae07f : orc-kq7.1: SaveMetadata: copy struct before nil-coercing slices (Jorge Barreto jrbd93@gmail.com )
ca46f6a : orc-mk7.1: Add ExitInfraError=7 and wire up final-state-save failure path (Jorge Barreto jrbd93@gmail.com )
ce1032d : orc-mk7.2: Document exit code 7 and state_save failure category (Jorge Barreto jrbd93@gmail.com )
fcc3cb0 : orc-mk7.3: Add root-user skip guard to TestRun_FinalStateSaveFailure_InfraExitCode (Jorge Barreto jrbd93@gmail.com )
494be5e : orc-mk7.4: Add ExitInfraError to TestExitCodeFrom_ExitError exit code list (Jorge Barreto jrbd93@gmail.com )
02e1a37 : orc-nl5: fix misleading phase status on interrupt (Jorge Barreto jrbd93@gmail.com )
055731b : orc-nue.1: WriteRunResult: copy struct locally to avoid mutating caller (Jorge Barreto jrbd93@gmail.com )
6d102f9 : orc-o30.1: eval.filteredEnv delegates to dispatch.FilteredEnv (Jorge Barreto jrbd93@gmail.com )
8b00585 : orc-ogz.1: Add Entries() accessor, NewTiming(), JSON methods; migrate call sites (Jorge Barreto jrbd93@gmail.com )
5777fd5 : orc-ogz.2: update stale comment in report.go (Jorge Barreto jrbd93@gmail.com )
1701891 : orc-p4u.1: Fix cancelCmd/statusCmd/doctorCmd to return ExitConfigError (Jorge Barreto jrbd93@gmail.com )
c00ffa8 : orc-prl: README — add exit code 7 to headless-mode inline list (Jorge Barreto jrbd93@gmail.com )
7b7cb50 : orc-pvf.1: InitWorkflow: write recipe prompt files alongside workflow YAML (Jorge Barreto jrbd93@gmail.com )
706afd0 : orc-qxc.1: Document cumulative-total semantics in handleResultEvent (Jorge Barreto jrbd93@gmail.com )
b943b46 : orc-rae: fix SIGINT lag in waitForRateLimit (Jorge Barreto jrbd93@gmail.com )
decccf0 : orc-twr.1: fix orc debug to use ExitConfigError for setup failures (Jorge Barreto jrbd93@gmail.com )
082555d : orc-uae: unit tests for eval.EvaluateRubric (Jorge Barreto jrbd93@gmail.com )
faf2490 : orc-v8i.1.1: Add HeadlessMode to Environment struct + runner test (Jorge Barreto jrbd93@gmail.com )
2cf7e4b : orc-v8i.1.2: Add --headless flag to runCmd and testCmd + CLI test (Jorge Barreto jrbd93@gmail.com )
222a887 : orc-v8i.1.3: Document --headless flag in docs and README (Jorge Barreto jrbd93@gmail.com )
72fc3f4 : orc-v8i.10.1: Add PhaseResult struct and Phases field to RunResult (Jorge Barreto jrbd93@gmail.com )
21c59c1 : orc-v8i.10.2: Populate Phases array in writeRunResult from timing/cost/skip data (Jorge Barreto jrbd93@gmail.com )
8710dba : orc-v8i.10.3: Document phases field in orc docs and README (Jorge Barreto jrbd93@gmail.com )
62e27f8 : orc-v8i.11.1: Fix loop re-entry phase misreported as skipped in run-result.json (Jorge Barreto jrbd93@gmail.com )
53fa4a5 : orc-v8i.12.1: Fix non-adjacent parallel-with intermediate phase misreported as completed (Jorge Barreto jrbd93@gmail.com )
d1fdf05 : orc-v8i.13.1: Fix checkMissingArtifacts headless mode emits JSONL (Jorge Barreto jrbd93@gmail.com )
1451151 : orc-v8i.2.1: Add ORC_NO_COLOR env var + ux unit tests (Jorge Barreto jrbd93@gmail.com )
ac2db78 : orc-v8i.2.2: Add CLI integration tests for --no-color and env vars (Jorge Barreto jrbd93@gmail.com )
75956a9 : orc-v8i.2.3: Document color control in orc docs and README (Jorge Barreto jrbd93@gmail.com )
f519efa : orc-v8i.3.1: Improve config validation + ResolvePhaseRef error messages (Jorge Barreto jrbd93@gmail.com )
a3de6ba : orc-v8i.3.2: Add install hints to preflight missing-binary errors (Jorge Barreto jrbd93@gmail.com )
fea4f65 : orc-v8i.3.3: Wrap bare errors in agent.go + improve permission denial hint (Jorge Barreto jrbd93@gmail.com )
eccd2d9 : orc-v8i.3.4: Improve error context in stream.go, dispatch.go, hook.go (Jorge Barreto jrbd93@gmail.com )
4bc3e41 : orc-v8i.3.5: Improve runner timeout, non-zero exit, rewind errors, audit flush (Jorge Barreto jrbd93@gmail.com )
7bbd9cb : orc-v8i.3.6: Wrap bare errors in ux/step.go, main.go, eval.go, test.go (Jorge Barreto jrbd93@gmail.com )
13c575b : orc-v8i.3.7: Improve no-state-found error in state.go (Jorge Barreto jrbd93@gmail.com )
e931b92 : orc-v8i.5.1: Add RunResult struct and write helpers to state package (Jorge Barreto jrbd93@gmail.com )
5ee7cd5 : orc-v8i.5.2: Wire run-result.json into runner success and failure paths (Jorge Barreto jrbd93@gmail.com )
47ccfd1 : orc-v8i.5.3: Document run-result.json in docs and README (Jorge Barreto jrbd93@gmail.com )
19eac19 : orc-v8i.6.1: Add new exit code constants and FailCategoryTimeout (Jorge Barreto jrbd93@gmail.com )
e63aac7 : orc-v8i.6.2: Wire new exit codes into runner and main; remove old constants (Jorge Barreto jrbd93@gmail.com )
143b754 : orc-v8i.6.3: Update docs and README for new exit codes (Jorge Barreto jrbd93@gmail.com )
e5b8852 : orc-v8i.7.1: ux: add QuietMode, EnableQuiet, QuietPhaseEvent, quiet guards (Jorge Barreto jrbd93@gmail.com )
b53eea7 : orc-v8i.7.2: ux: change PhaseComplete signature + update all callers + runner fmt guards (Jorge Barreto jrbd93@gmail.com )
3fe9fce : orc-v8i.7.3: cmd: --quiet flag for run and test commands + mutual exclusivity test (Jorge Barreto jrbd93@gmail.com )
f5cc465 : orc-v8i.7.4: docs: document --quiet flag in content.go and README (Jorge Barreto jrbd93@gmail.com )
65e4105 : orc-v8i.7.5: fix global state leak in TestRunCmd_QuietAndStepMutuallyExclusive (Jorge Barreto jrbd93@gmail.com )
8763c58 : orc-v8i.8.1: Merge --quiet into --headless: remove field + update CLI + tests (Jorge Barreto jrbd93@gmail.com )
59e9c51 : orc-v8i.8.2: docs: update content.go for merged --headless (removes --quiet) (Jorge Barreto jrbd93@gmail.com )
fb2e9a1 : orc-v8i.8.3: docs: update README for merged --headless (removes --quiet) (Jorge Barreto jrbd93@gmail.com )
da60aca : orc-v8i.8.4: test: add TestRunCmd_OrcHeadlessEnvActivatesQuietMode (Jorge Barreto jrbd93@gmail.com )
61fd02e : orc-v8i.8.5: test: rename TestRun_HeadlessEnvPassedToDispatcher to TestRun_AutoModePassedToDispatcher (Jorge Barreto jrbd93@gmail.com )
a833771 : orc-v8i.8.6: docs: update --headless usage text to mention JSONL output (Jorge Barreto jrbd93@gmail.com )
20abaac : orc-v8i.9.1: dual-write run-result.json to audit dir (Jorge Barreto jrbd93@gmail.com )
a984b53 : orc-v8i.9.2: docs: document run-result.json in audit directory (Jorge Barreto jrbd93@gmail.com )
27cd208 : orc-w1e: named constants for PhaseResult.Status (Jorge Barreto jrbd93@gmail.com )
2c7edfe : orc-w5w.1: Add hooks-skip note to README.md orc test section (Jorge Barreto jrbd93@gmail.com )
eeda1f2 : orc-x9e.1: guard PruneHistory against zero/negative limit (Jorge Barreto jrbd93@gmail.com )
1e651c7 : orc-xwm.1: Return errStepRewind sentinel from runParallel rewind path (Jorge Barreto jrbd93@gmail.com )
9ff184b : orc-zgz.1: Add warning for default config.yaml load failure in flow display (Jorge Barreto jrbd93@gmail.com )
dc063a4 : orc: add CI (vet + test on PR/push to main) (Jorge Barreto jrbd93@gmail.com )
511d18d : orc: add GoReleaser config (binaries, checksums, Homebrew) (Jorge Barreto jrbd93@gmail.com )
a09a836 : orc: add release workflow (GoReleaser on v* tag) (Jorge Barreto jrbd93@gmail.com )
f064768 : orc: add version stamping (--version) (Jorge Barreto jrbd93@gmail.com )
c18f463 : orc: document the v* release scheme and versioned install (Jorge Barreto jrbd93@gmail.com )
108acc1 : orc: gitignore GoReleaser dist/ output (Jorge Barreto jrbd93@gmail.com )
6ed441b : orc: stamp version via ldflags; add vet target (Jorge Barreto jrbd93@gmail.com )
107d0bc : simplify loop check (Jorge Barreto jrbd93@gmail.com )
c8b0124 : udpate config (Jorge Barreto jrbd93@gmail.com )
31180f1 : update .orc internals (Jorge Barreto jrbd93@gmail.com )
1741f5f : update config + readme (Jorge Barreto jrbd93@gmail.com )
cd9cac2 : update config: triage -> bead-claim (Jorge Barreto jrbd93@gmail.com )
b2dd725 : update docs (Jorge Barreto jrbd93@gmail.com )
86cb548 : update roadmap (Jorge Barreto jrbd93@gmail.com )
3326987 : update triage and wrap-up (Jorge Barreto jrbd93@gmail.com )
6708450 : update triage prompt (Jorge Barreto jrbd93@gmail.com )
7279560 : update wave-review.md (Jorge Barreto jrbd93@gmail.com )
73fae2b : update wrap up (Jorge Barreto jrbd93@gmail.com )
222da89 : updatre scripts (Jorge Barreto jrbd93@gmail.com )
6f6a0f5 : wave review fix numbering (Jorge Barreto jrbd93@gmail.com )
You can’t perform that action at this time.