Skip to content

Commit 0271c9b

Browse files
author
Jonathan D.A. Jewell
committed
Add STATE.scm project tracking
1 parent 7d00288 commit 0271c9b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

STATE.scm

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
;; SPDX-License-Identifier: PMPL-1.0
2+
;; STATE.scm - Project state for checky-monkey
3+
4+
(state
5+
(metadata
6+
(version "0.1.0")
7+
(schema-version "1.0")
8+
(created "2024-06-01")
9+
(updated "2025-01-17")
10+
(project "checky-monkey")
11+
(repo "hyperpolymath/checky-monkey"))
12+
13+
(project-context
14+
(name "Checky Monkey")
15+
(tagline "Git forge-based registry and validation for userscripts and extensions")
16+
(tech-stack ("haskell" "ipfs")))
17+
18+
(current-position
19+
(phase "alpha")
20+
(overall-completion 20)
21+
(working-features
22+
("Userscript validation"
23+
"Registry architecture"
24+
"Decentralized storage"))))

0 commit comments

Comments
 (0)