policy: no build artifacts in repos #15

Merged
sneak merged 1 commits from policy/no-build-artifacts into main 2026-03-10 10:34:57 +01:00
Collaborator

Add policy rule: build artifacts and code-derived data must not be committed to repos if they can be generated during the build process.

Notable exception: Go protobuf-generated files (.pb.go) may be committed because go get downloads source but does not execute build steps.

This addresses feedback from sneak/chat PR #61.

Add policy rule: build artifacts and code-derived data must not be committed to repos if they can be generated during the build process. Notable exception: Go protobuf-generated files (`.pb.go`) may be committed because `go get` downloads source but does not execute build steps. This addresses feedback from sneak/chat PR [#61](https://git.eeqj.de/sneak/chat/pulls/61).
clawbot added 1 commit 2026-03-10 01:20:00 +01:00
policy: no build artifacts in repos
Some checks failed
check / check (push) Has been cancelled
bebab46724
Build artifacts and code-derived data (compiled output, bundled JS,
minified CSS, generated code) must not be committed if they can be
generated during the build process. Go protobuf-generated files are
an exception since go get does not execute build steps.
clawbot force-pushed policy/no-build-artifacts from bebab46724 to c066ef4464 2026-03-10 01:22:24 +01:00 Compare
sneak merged commit eb6b11ee23 into main 2026-03-10 10:34:57 +01:00
sneak deleted branch policy/no-build-artifacts 2026-03-10 10:34:57 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/prompts#15