chore: gitignore orchestrator-workflow run state#156
Merged
Conversation
Untracked .ai/runs/ files from a previous run sit in this work tree and fail preflight's clean-worktree check, which gates push. They are local working notes, not repo content. Root-anchored so a .ai/ fixture nested inside a package or test tree is still tracked normally. Same fix class as agent-memory PR #66.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Untracked
.ai/runs/files from an earlier run sit in this work tree and failpreflight's
clean-worktreecheck, which gates push. They are local workingnotes, not repo content.
Root-anchored
/.ai/so a.ai/fixture nested inside a package or test treestays tracked normally. An unanchored
.ai/would swallow those silently.Same fix class as agent-memory PR #66.
Verification
git ls-files .aireturns 0 results, so nothing tracked is masked.git check-ignore -v .ai/runsresolves to.gitignore:11:/.ai/, the intended rule.harness preflightat this HEAD:clean-worktreeflips from fail to pass, which is the point of the change; typecheck, tests and secret-detection stay green.Review
Reviewed by the orchestrator rather than a reviewer subagent, per the AGENTS.md
"Scaling delegation" clause for a trivial change. Recorded in the evidence
ledger.
The 20 pre-existing dev-side npm-audit highs in this repo are unrelated to this
change and separately tracked; the preflight waiver for this branch is recorded
in the ledger with its rationale.
Refs: operator batch run 2026-07-27