Skip to content

docs: drop SERVICE clause from worked-example query, names are now mirrored (#62)#91

Merged
tkuhn merged 1 commit intomainfrom
feature/62-doc-drop-service-clause
Apr 28, 2026
Merged

docs: drop SERVICE clause from worked-example query, names are now mirrored (#62)#91
tkuhn merged 1 commit intomainfrom
feature/62-doc-drop-service-clause

Conversation

@tkuhn
Copy link
Copy Markdown
Contributor

@tkuhn tkuhn commented Apr 28, 2026

Summary

  • feat: materialize canonical foaf:name per agent into trust + spaces graphs (#62) #90 already mirrors a canonical foaf:name per agent into the spaces state graph alongside AccountState rows, so the worked-example query in doc/design-space-repositories.md no longer needs a cross-repo SERVICE to /repo/full for the approved and tier-mismatch rows.
  • Replaces the SERVICE clause with a direct OPTIONAL { GRAPH ?g { ?agent foaf:name ?name } } and rewrites the operational notes accordingly.
  • Keeps a one-line note about how agent-unknown rows still lack a mirrored name (no AccountState → not mirrored), with the SERVICE fallback recipe for UIs that want their names too.

Test plan

  • Render the doc in GitHub and confirm the SPARQL block + status table read cleanly.

…rrored (#62)

Since #90 mirrors a canonical foaf:name per agent into the spaces state
graph alongside AccountState rows, the worked-example query no longer
needs a cross-repo SERVICE join to /repo/full for the approved and
tier-mismatch rows. The agent-unknown rows still lack a mirrored name
(no AccountState → not mirrored) — the operational notes now explain
when a SERVICE fallback is appropriate for those.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@tkuhn tkuhn merged commit d9dd4ac into main Apr 28, 2026
7 checks passed
@tkuhn tkuhn deleted the feature/62-doc-drop-service-clause branch April 28, 2026 06:04
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