Skip to content

Commit 1df78bb

Browse files
hyperpolymathclaude
andcommitted
chore: sync chore drift (docs, workflows, gitignore, a2ml)
Partial chore-sync for a repo with in-flight source changes. Only safe-to-split paths committed here (docs, workflow YAML, gitignore, a2ml migration drift). Source files and dependency manifests left uncommitted for manual review to avoid creating broken intermediate states where Cargo.toml and its dependent .rs live in different commits. Staged paths: - .gitignore - src/contracts/README.adoc Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9bb0b3d commit 1df78bb

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,11 @@ sync_report*.txt
136136
*.run.xml
137137
*-blx.bib
138138
_minted-*/
139+
target/
140+
node_modules/
141+
_build/
142+
deps/
143+
.elixir_ls/
144+
.cache/
145+
build/
146+
dist/

src/contracts/README.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
= Contracts Unit
2+
3+
This unit stores executable/consumable contract artifacts that pin
4+
cross-repo integration boundaries.
5+
6+
Current contract:
7+
8+
- `airborne-submarine-squadron.snapshot-abi.v1.json`
9+
- Versioned JS↔WASM `init_state`/`step_state` boundary.
10+
- Canonical 29-field snapshot + 5-field input mapping.
11+
- Integration boundary note: gameplay/HUD events remain authoritative in
12+
game/Gossamer, while Burble can consume mirrored events over
13+
Groove/API/FFI for voice/LLM/RTSM workflows.

0 commit comments

Comments
 (0)