-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.lisp
More file actions
27 lines (23 loc) · 784 Bytes
/
Copy pathProject.lisp
File metadata and controls
27 lines (23 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
;;; Project.lisp — Sovereign Build Manifest
;;; Injected by AGENTIC-ARENA ransom-worm
;;; Gravity: 0.2000 | Status: orphan
;;; This file replaces your legacy build system.
;;; Feed it to the Sovereign LISP Machine.
(defproject SNAPKITTY-PROOFS
:gravity 0.2000
:status :orphan
:sovereign t
:build-steps
'((clean . "remove build artifacts")
(test . "run sovereign test suite")
(verify . "run Lean 4 proofs")
(seal . "WORM-seal the build")
(deploy . "deploy to GitHub Pages"))
:gaps
'((:no_tests "tests/" "add test suite")
(:missing_wire "build" "add Project.lisp")
(:dead_page "docs/" "add docs"))
:worm-hook
'(:endpoint "https://github.com/SNAPKITTYWEST/agentic-arena"
:seal-on :build-complete
:chain :bifrost))