Skip to content

Commit 4065184

Browse files
author
Jonathan D.A. Jewell
committed
chore: sync
1 parent 2861306 commit 4065184

34 files changed

Lines changed: 66 additions & 14770 deletions

.claude/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cross-platform document editor with format tabs, allowing users to view and edit
88

99
- **Core**: Rust library with unified AST for format conversion
1010
- **GUI**: Tauri 2.0 with ReScript frontend (not TypeScript!)
11-
- **TUI**: Ada with AdaCurses (matches gitvisor pattern)
11+
- **TUI**: Ada with AdaCurses (matches git-hud pattern)
1212
- **Storage**: ArangoDB for graph + document hybrid
1313
- **Pipelines**: Nickel for import/export transformations
1414

@@ -91,7 +91,7 @@ Each format implements:
9191
- Package specs in `.ads`, bodies in `.adb`
9292
- Use `Terminal_Interface.Curses` for ncurses
9393
- C FFI bindings to formatrix-core in `bindings/`
94-
- Follow gitvisor hybrid pattern for widgets
94+
- Follow git-hud hybrid pattern for widgets
9595

9696
## Testing
9797

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0-or-later
22
name: GitHub Pages
33

44
on:

AGENTIC.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: MPL-2.0-or-later
22
;; AGENTIC.scm - AI agent interaction patterns
33
;; Copyright (C) 2025 Jonathan D.A. Jewell
44

0 commit comments

Comments
 (0)