Stop tracked Python bytecode from dirtying autonomous worktree #44

Closed
opened 2026-08-05 15:37:49 +00:00 by rockachopa · 0 comments
Member

The repository tracks eight pycache/.pyc files. Every app or test run rewrites them, leaving main dirty and risking hourly worker refusal or accidental bytecode commits.

Acceptance criteria:

  • No pycache or .pyc files are tracked.
  • A regression test enforces this invariant.
  • Full tests and Gitea Actions pass.
  • The hourly worker can begin from a clean main worktree.
The repository tracks eight __pycache__/.pyc files. Every app or test run rewrites them, leaving main dirty and risking hourly worker refusal or accidental bytecode commits. Acceptance criteria: - No __pycache__ or .pyc files are tracked. - A regression test enforces this invariant. - Full tests and Gitea Actions pass. - The hourly worker can begin from a clean main worktree.
timmy was assigned by rockachopa 2026-08-05 15:37:49 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#44
No description provided.