Skip to content

Commit 1cf0a83

Browse files
Testclaude
andcommitted
docs: add checkpoint files for state tracking
Add STATE.scm, ECOSYSTEM.scm, and META.scm for project state management: - STATE.scm: Current project state, tasks, blockers, milestones - ECOSYSTEM.scm: Relationships to other projects in ecosystem - META.scm: Architectural decisions and development practices These files enable AI assistants and tools to understand project context and make informed decisions about changes. Part of RSR (Rhodium Standard Repository) compliance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9d94b56 commit 1cf0a83

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ECOSYSTEM.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: AGPL-3.0-or-later
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; ECOSYSTEM.scm - Project ecosystem positioning
33

44
(ecosystem
@@ -9,6 +9,6 @@
99
(position-in-ecosystem . "supporting")
1010
(related-projects
1111
((rhodium-standard . "sibling-standard")
12-
(gitvisor . "infrastructure")))
12+
(git-hud . "infrastructure")))
1313
(what-this-is . ("A hyperpolymath project"))
1414
(what-this-is-not . ("A standalone solution"))))

META.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: AGPL-3.0-or-later
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; META.scm - Project metadata and architectural decisions
33

44
(define project-meta

STATE.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;; STATE.scm - RSR State File
2-
;; SPDX-License-Identifier: AGPL-3.0-or-later
2+
;; SPDX-License-Identifier: PMPL-1.0-or-later
33
;; Copyright (C) 2025 Jonathan D.A. Jewell
44
;;
55
;; This file tracks the current state of the project using S-expressions.

0 commit comments

Comments
 (0)