Spaces:
Running
Running
ghost Claude Opus 4.7 (1M context) commited on
Commit ·
c72191b
1
Parent(s): 973e18e
agents: enhance @I id001 with project-tree fields (brief + parent)
Browse filesPer tape v1.2 §"Project-tree convention". Adds:
- brief = "<1-line plain description>"
- parent = "dancinlab" | "dancinlab/<parent-repo>" (normalized)
Enables tape_walk_tree algorithm to derive aggregate project tree
from all ~/core/*/AGENTS.tape files.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- AGENTS.tape +2 -0
AGENTS.tape
CHANGED
|
@@ -45,6 +45,8 @@
|
|
| 45 |
|
| 46 |
@I id001 := "echoes-experience" :: identity-claim [d=2026-05-14 active]
|
| 47 |
kind = "HF Space (static SDK) · interactive σ(n)·φ(n) = n·τ(n) proof widget at n=6"
|
|
|
|
|
|
|
| 48 |
tech = "vanilla JS + Canvas · single self-contained index.html · no bundler · no Python runtime"
|
| 49 |
sister = "dancinlab/anima-experience (sibling HF Space — mutual-information visualizer)"
|
| 50 |
mirror = "GitHub origin + HuggingFace hf push remote"
|
|
|
|
| 45 |
|
| 46 |
@I id001 := "echoes-experience" :: identity-claim [d=2026-05-14 active]
|
| 47 |
kind = "HF Space (static SDK) · interactive σ(n)·φ(n) = n·τ(n) proof widget at n=6"
|
| 48 |
+
brief = "interactive σφτ proof widget · HF Space · slider n=2..1000 · vanilla JS/Canvas"
|
| 49 |
+
parent = "dancinlab/echoes"
|
| 50 |
tech = "vanilla JS + Canvas · single self-contained index.html · no bundler · no Python runtime"
|
| 51 |
sister = "dancinlab/anima-experience (sibling HF Space — mutual-information visualizer)"
|
| 52 |
mirror = "GitHub origin + HuggingFace hf push remote"
|