docs(readme): the nine files the Asset Bridge added (Phase 9a) #35

Merged
whitlocktech merged 1 commits from docs/asset-bridge-p9 into edge 2026-09-14 22:25:20 +00:00
Member

This repo's share of the Asset Bridge docs pass (docs/link/v8.md §16 row 9a; docs#244).

The file table in README.md stopped at Phase 6's town crier — ten rows for a directory that now holds 38 files, stale across four workstreams (protocols 3, 5, 6, 7 and 8). Filling all of it is not this phase's job. Documenting the nine files this workstream added is, and the table now says plainly what it covers so a reader does not take it for an inventory.

The rows carry the reasoning worth having at a glance rather than a restatement of the filename:

  • BridgeAssetValidator.cs — the boundary that turned 22,102 confident wrong pictures on a stock client into honest absences.
  • BridgeCatalog.cs — the per-body action ceiling, without which the fallback walk serves 452 validated pictures of the next body.
  • BridgeBodies.cs — slug → body id on the Core thread, the one question no code outside ServUO can answer.
  • BridgeUop.cs / BridgePng.cs — written without System.Drawing on purpose, which is what keeps the door open to moving off an upstream that was archived in March 2025.
  • BridgeTree.cs — the shard's own spawn files, gzipped 512 KiB chunks, behind its own consent.

Docs only; no code, no protocol, no EXTRACTOR_VERSION change.

AI disclosure

Written with Claude Code (Claude Opus 5); the commit carries the Co-Authored-By trailer.

🤖 Generated with Claude Code

https://claude.ai/code/session_016wDDVXWMDz82WqE1i969r4

This repo's share of the Asset Bridge docs pass (`docs/link/v8.md` §16 row 9a; docs#244). The file table in `README.md` stopped at Phase 6's town crier — **ten rows for a directory that now holds 38 files**, stale across four workstreams (protocols 3, 5, 6, 7 and 8). Filling all of it is not this phase's job. Documenting the nine files *this* workstream added is, and the table now says plainly what it covers so a reader does not take it for an inventory. The rows carry the reasoning worth having at a glance rather than a restatement of the filename: - `BridgeAssetValidator.cs` — the boundary that turned **22,102 confident wrong pictures on a stock client** into honest absences. - `BridgeCatalog.cs` — the per-body **action ceiling**, without which the fallback walk serves 452 validated pictures of the *next* body. - `BridgeBodies.cs` — slug → body id on the **Core thread**, the one question no code outside ServUO can answer. - `BridgeUop.cs` / `BridgePng.cs` — written without `System.Drawing` on purpose, which is what keeps the door open to moving off an upstream that was archived in March 2025. - `BridgeTree.cs` — the shard's own spawn files, gzipped 512 KiB chunks, behind its **own** consent. Docs only; no code, no protocol, no `EXTRACTOR_VERSION` change. ## AI disclosure Written with Claude Code (Claude Opus 5); the commit carries the `Co-Authored-By` trailer. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_016wDDVXWMDz82WqE1i969r4
wtclaude added 1 commit 2026-09-14 18:14:48 +00:00
The file table in this README stopped at Phase 6's town crier -- ten rows for a
directory that now holds 38 files, stale across four workstreams. Filling all of
it is not this phase's job; documenting the nine files this workstream added is,
and the table now says plainly what it covers so a reader does not take it for an
inventory.

The rows carry the reasoning worth having at a glance: the validator is the
boundary that turned 22,102 confident wrong pictures into honest absences, the
catalogue's action ceiling is what stops the fallback walk serving the next
body's art, `BridgeBodies` is the one question no code outside ServUO can answer,
and `BridgeUop`/`BridgePng` are written without `System.Drawing` on purpose.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016wDDVXWMDz82WqE1i969r4
whitlocktech merged commit 9ecc469a5b into edge 2026-09-14 22:25:20 +00:00
whitlocktech deleted branch docs/asset-bridge-p9 2026-09-14 22:25:22 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/servuo-plugins#35
No description provided.