Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ cache
settings.json

# Task memory and repair receipts are local-only; do not vendor them.
task_memory/
# Narrow exceptions publish the review records of the two stacked PRs below.
task_memory/*
!task_memory/task_2026-09-21_oversized_module_split/
!task_memory/task_2026-09-21_issue26_correctness_pr/
repairs/

# Local linked worktrees used for isolated feature implementation.
Expand Down
Loading