feat: seed Lariza feature demonstration

Add synthetic fixtures and proposed policy contracts for safely demonstrating future Lariza capabilities.

Assisted-by: Codex: GPT-5.6
This commit is contained in:
reynold
2026-07-18 20:21:37 +08:00
commit 1aa5b38eb3
5 changed files with 87 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
set -eu
test -f .lariza/runner-policy.yaml
test -f fixtures/workflows/scheduled-disabled.yaml.txt
if grep -ERq --include='*.yaml' '^[[:space:]]*schedule:' .gitea/workflows; then
echo 'active scheduled workflow detected' >&2
exit 1
fi
printf 'manual-only workflow policy passed\n'