Enforce private-by-default enablement templates
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02669-87ee-7a31-b111-edc95a16e0fa
This commit is contained in:
parent
abe1865877
commit
27ac54b32d
9 changed files with 138 additions and 28 deletions
8
Makefile
8
Makefile
|
|
@ -3,3 +3,11 @@ SHELL := /usr/bin/env bash
|
|||
|
||||
help: ## Show this help
|
||||
@grep -E '^[a-zA-Z0-9_-]+:.*?## ' $(MAKEFILE_LIST) | sort | sed 's/:.*##/: /'
|
||||
|
||||
check: ## Verify workflow templates remain private and deployment-free
|
||||
python3 tools/check_private_defaults.py
|
||||
|
||||
test: ## Run enablement regression tests
|
||||
python3 -m unittest discover -s tests -v
|
||||
|
||||
.PHONY: help check test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue