Skip to content

chore(git): ignore the .closedloop-ai tooling scratch directory - #8

Merged
wongk merged 1 commit into
mainfrom
chore/gitignore-closedloop-ai
Sep 1, 2026
Merged

chore(git): ignore the .closedloop-ai tooling scratch directory#8
wongk merged 1 commit into
mainfrom
chore/gitignore-closedloop-ai

Conversation

@wongk

@wongk wongk commented Sep 1, 2026

Copy link
Copy Markdown

Code-review runs write megabytes of artifacts under .closedloop-ai/ (diffs, prompts, agent findings, verifier inputs), alongside session analysis and an injection log. Per-run, per-clone, never shared.

The tooling also marks them intent-to-add so untracked files show up in git diff -- which left 123 of them staged mid-session, one git add -A away from riding into an unrelated commit. Ignoring the directory ends both problems.

Verified: git check-ignore -v .closedloop-ai/injection-log.jsonl -> .gitignore:342:/.closedloop-ai/, and git status --short is clean with the directory present on disk.

Code-review runs write megabytes of artifacts there (diffs, prompts, agent
findings, verifier inputs), plus session analysis and an injection log --
per-run and per-clone, never shared. The tooling also marks them
intent-to-add so untracked files appear in `git diff`, which left 123 of
them staged mid-session and one `git add -A` away from riding into an
unrelated commit.

Co-Authored-By: lemoncrow <302591943+lemoncrow-agent[bot]@users.noreply.github.com>
@wongk
wongk merged commit c600f27 into main Sep 1, 2026
1 of 8 checks passed
@wongk
wongk deleted the chore/gitignore-closedloop-ai branch September 1, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant