We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dfe44 commit 1e64157Copy full SHA for 1e64157
1 file changed
STATE.scm
@@ -0,0 +1,25 @@
1
+;; SPDX-License-Identifier: PMPL-1.0
2
+;; STATE.scm - Project state for januskey
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 "januskey")
11
+ (repo "hyperpolymath/januskey"))
12
13
+ (project-context
14
+ (name "JanusKey")
15
+ (tagline "Provably reversible file operations through maximal principle reduction")
16
+ (tech-stack ("rust")))
17
18
+ (current-position
19
+ (phase "specification")
20
+ (overall-completion 40)
21
+ (working-features
22
+ ("Reversibility architecture"
23
+ "Instant rollback design"
24
+ "RSR certification"
25
+ "Multi-forge mirroring"))))
0 commit comments