Skip to content

fix: register voice-driven-animation in the routing tables - #11

Open
Avicennasis wants to merge 1 commit into
RinDig:mainfrom
Avicennasis:fix/register-voice-driven-animation
Open

fix: register voice-driven-animation in the routing tables#11
Avicennasis wants to merge 1 commit into
RinDig:mainfrom
Avicennasis:fix/register-voice-driven-animation

Conversation

@Avicennasis

Copy link
Copy Markdown

The voice-driven-animation workspace (added in #6) is not listed in any routing table.

$ grep -rn "voice-driven-animation" --include='*.md' . \
    | grep -v '^./workspaces/voice-driven-animation/'
(no matches)

It is missing from all three places a reader or an agent would look:

  • the README "Available Workspaces" table
  • the root CLAUDE.md folder map
  • the root CLAUDE.md routing table

Why this is worth a PR

In most repos an unlisted directory is a docs nit. Here it is closer to a functional bug: Layer 0 and Layer 1 routing tables are the mechanism by which an agent discovers what exists. A workspace absent from both is reachable only by someone who already knows it is there, which is precisely the discovery problem the layer model is designed to solve.

Change

Adds it to all three, keeping workspace-builder last since it is the meta-workspace. Description taken from the workspace's own CLAUDE.md, and the folder-map row is column-aligned with its neighbours.

The voice-driven-animation workspace (added in RinDig#6) is not listed in the
README "Available Workspaces" table, the root CLAUDE.md folder map, or the
root CLAUDE.md routing table.

Before this change:

  $ grep -rn "voice-driven-animation" --include='*.md' . \
      | grep -v '^./workspaces/voice-driven-animation/'
  (no matches)

The workspace is reachable only by someone who already knows it is there.
That matters more here than in a typical repo: Layer 0 and Layer 1 routing
tables are how an agent discovers what exists, so an unregistered workspace
is invisible to the mechanism the methodology runs on.

Adds it to all three places, keeping workspace-builder last since it is the
meta-workspace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant