Skip to content

Commit dc0cc43

Browse files
chore: do not track another project's ledger or runtime locks
A crew ledger for a different project appeared under docs/state/ from a cross-repository write, and lock files live there for the duration of one operation. Neither is content this repository owns, and both made the working tree read dirty to the release pre-flight check. The stray ledger is left on disk rather than removed; it is another session's artifact to triage.
1 parent c75ccb2 commit dc0cc43

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ htmltest/
3333

3434
# expert-review reply PDF (rendered artifact, not version-controlled)
3535
docs/expert-review-reply.pdf
36+
37+
# Reckon writes each project's crew ledger under its own repository. A
38+
# subdirectory named for a different project is a cross-repository write, not
39+
# content this repository owns.
40+
docs/state/imas-codex/
41+
# Lock files are runtime state for the duration of one operation.
42+
docs/.reckon/locks/

0 commit comments

Comments
 (0)