Skip to content

build: add trusted Made bootstrap configuration - #19

Merged
douglasjarquin merged 1 commit into
mainfrom
cs/made-18
Aug 18, 2026
Merged

build: add trusted Made bootstrap configuration#19
douglasjarquin merged 1 commit into
mainfrom
cs/made-18

Conversation

@douglasjarquin

Copy link
Copy Markdown
Owner

Summary

  • Add the smallest trusted root .made.yml bootstrap for Made.
  • Select the supported codex review agent and require Review and CI.
  • Configure fail-fast Test and canonical Lint commands.

Validation

  • go test ./internal/config -count=1
  • go test ./internal/orchestrator -run TestSetupResolvesTrustedConfigWhenPresentOnDefaultBranch -count=1
  • make test
  • make lint
  • go build ./...
  • go vet ./...
  • go test -race -shuffle=on -count=1 ./...
  • Exact committed-tip trusted-config preflight at e853aafab2984c333ca8f6bf9d1bbb296e5c2f65 passed.

The repository exposes no side-effect-free made config or config-preflight command; the gate-triggering made gate notify-push path was not invoked because it submits work to the shared daemon and this task requires direct-PR delivery.

Closes #18

Intent: add trusted Made bootstrap configuration
@douglasjarquin
douglasjarquin merged commit 7fea932 into main Aug 18, 2026
1 check passed
@douglasjarquin
douglasjarquin deleted the cs/made-18 branch August 18, 2026 03:42
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.

build: add trusted Made bootstrap configuration

1 participant