chore(backlog): mark TASK-30 and TASK-31 as Done

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-11 23:26:56 -07:00
parent e207b18adf
commit cccd0a09f7
2 changed files with 16 additions and 2 deletions

View File

@ -1,9 +1,10 @@
---
id: TASK-30
title: Port folk-holon shape (H3 geospatial hex hierarchy)
status: To Do
status: Done
assignee: []
created_date: '2026-02-18 19:50'
updated_date: '2026-03-12 05:54'
labels:
- shape-port
- phase-3
@ -45,3 +46,9 @@ Dependencies: h3-js (TASK-24), /api/holon/* endpoints (TASK-25)
- [ ] #4 Geospatial props sync across clients
- [ ] #5 Toolbar button added to canvas.html
<!-- AC:END -->
## Implementation Notes
<!-- SECTION:NOTES:BEGIN -->
Completed 2026-03-11. Ported as folk-holon.ts (718 lines) + holon-service.ts (263 lines) with Automerge-backed CRDT storage replacing dead HoloSphere/GunDB stub. Commit 21b31c4 on dev.
<!-- SECTION:NOTES:END -->

View File

@ -1,9 +1,10 @@
---
id: TASK-31
title: Port folk-holon-browser shape (Holon network browser)
status: To Do
status: Done
assignee: []
created_date: '2026-02-18 19:50'
updated_date: '2026-03-12 05:54'
labels:
- shape-port
- phase-3
@ -34,3 +35,9 @@ Features: Network visualization, search, filtering through Holon data. Companion
- [ ] #3 Can open individual Holons from browser
- [ ] #4 Toolbar button added to canvas.html
<!-- AC:END -->
## Implementation Notes
<!-- SECTION:NOTES:BEGIN -->
Completed 2026-03-11. Ported as folk-holon-browser.ts (436 lines) — search by H3 cell ID or numeric ID, lens badges, open-holon CustomEvent. Commit 21b31c4 on dev.
<!-- SECTION:NOTES:END -->