From 71a3e430b7a5b3b7f761d7723408e36b2e1b4d3d Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Mon, 30 Mar 2026 10:18:21 -0400 Subject: [PATCH] chore(gitignore): ignore status/ directory Excludes runtime workflow state (import queue, phase progress, orchestrator status) from version control. These are ephemeral artifacts of running the app, not source. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7232703..fc40a76 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ temp/ # Harness runtime state .harness/*.json + +# Workflow runtime state (recipe import processing) +status/