chore: clear stale SHARD-WP-0003 workstream id (re-register on next sync)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 14:08:28 +02:00
parent 6e49bd3a4b
commit 1b3d4aaa39
5 changed files with 21 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ created: "2026-06-15"
updated: "2026-06-15"
depends_on:
- SHARD-WP-0007
state_hub_workstream_id: "2fe15330-ddf6-4b0f-8e55-ada341375d35"
---
# SHARD-WP-0010 — Derived views
@@ -37,6 +38,7 @@ later by SHARD-WP-0011) and carry provenance. Presentation stays out of core (L6
id: SHARD-WP-0010-T1
status: todo
priority: high
state_hub_task_id: "792660c3-9be9-4771-9f51-69d01f0c7f13"
```
A CommonMark **wikilink extension** parser (`[[Target]]` / `[[Target|label]]`) that extracts
@@ -51,6 +53,7 @@ red-link, CamelCase opt-in.
id: SHARD-WP-0010-T2
status: todo
priority: high
state_hub_task_id: "431a54c3-82b5-4b08-b3f0-762624d4c91d"
```
A derived **BackLinks** index over the union link graph: for any identity, the set of pages
@@ -64,6 +67,7 @@ chorus pages aggregate.
id: SHARD-WP-0010-T3
status: todo
priority: medium
state_hub_task_id: "270c1c31-0445-42b9-9a49-92d32c298eb2"
```
A **RecentChanges** view merging the coordination journal (overlay/apply/alias/fork events)
@@ -77,6 +81,7 @@ alias both appear, newest-first; per-shard attribution present.
id: SHARD-WP-0010-T4
status: todo
priority: low
state_hub_task_id: "898ba43e-cdef-4ce8-9fa3-4ce60ebb4fdd"
```
**AllPages** (enumerate union identities, de-duplicated by equivalence/chorus) and a simple
@@ -89,6 +94,7 @@ collapses to one entry with divergence noted; sitemap reflects paths.
id: SHARD-WP-0010-T5
status: todo
priority: medium
state_hub_task_id: "7157544b-5d3b-45a2-ba5a-c32244c59323"
```
Expose `InformationSpace.backlinks(name)`, `recent_changes()`, `all_pages()`, `site_map()`.