Skip to content

Commit d340104

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 72461fc commit d340104

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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: MPL-2.0-or-later
22
;; ECOSYSTEM.scm - Project ecosystem positioning
33
;; Copyright (C) 2025 Jonathan D.A. Jewell
44

@@ -18,7 +18,7 @@
1818
(docudactyl . ((relationship . "orchestrator")
1919
(description . "Workflow coordination")))
2020
(rhodium-standard . "sibling-standard")
21-
(gitvisor . "infrastructure")
21+
(git-hud . "infrastructure")
2222
(mustfile . "build-system")
2323
(nickel . "configuration")))
2424

META.scm

Lines changed: 3 additions & 3 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: MPL-2.0-or-later
22
;; META.scm - Project metadata and architectural decisions
33
;; Copyright (C) 2025 Jonathan D.A. Jewell
44

@@ -21,7 +21,7 @@
2121
(date . "2026-01-02")
2222
(title . "Ada for TUI, Rust for core")
2323
(context . "Need safety-critical text handling and cross-platform performance")
24-
(decision . "Ada/AdaCurses for TUI (matches gitvisor pattern), Rust for core library with C FFI")
24+
(decision . "Ada/AdaCurses for TUI (matches git-hud pattern), Rust for core library with C FFI")
2525
(consequences . ("Strong safety guarantees in TUI"
2626
"Performance-critical paths in Rust"
2727
"FFI boundary requires careful design")))
@@ -57,5 +57,5 @@
5757
(design-rationale
5858
((format-tabs . "Core UX - view same content in any format instantly")
5959
(graph-view . "Knowledge visualization like Anytype/Obsidian")
60-
(ada-tui . "Safety-critical text handling, matches gitvisor pattern")
60+
(ada-tui . "Safety-critical text handling, matches git-hud pattern")
6161
(nickel-pipelines . "Declarative import/export transformations")))))

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: MPL-2.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)