docs: add semantic routing concept and implementation tasks#2
Merged
arne-bdt merged 1 commit intoNov 6, 2025
Merged
Conversation
Add comprehensive documentation and task breakdown for refactoring
endpoints to support semantic, shareable URLs for datasets, branches,
commits, and tags.
Key additions:
- Executive summary: docs/architecture/semantic-routing.md (400+ lines)
- Implementation roadmap: .tasks/routing-refactoring/README.md
- Session 1: URL utilities and OpenAPI updates
- Session 2: Dataset parameter standardization
- Session 3: Versioned SPARQL endpoints
Design extends Fuseki's /{dataset}/{service} pattern with version
awareness: /{dataset}/version/{ref}/{service}
Benefits:
- Shareable, bookmarkable URLs for all resources
- Immutable commit URLs (perfect for academic citations)
- Backward compatible (dual-mode support in v1.0)
- RESTful resource hierarchy
Total estimated effort: 43-54 hours across 11 sessions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
arne-bdt
deleted the
claude/ultrathink-endpoints-routing-011CUrN9yeDrf4TJD65xQodj
branch
November 6, 2025 09:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive documentation and task breakdown for refactoring endpoints to support semantic, shareable URLs for datasets, branches, commits, and tags.
Key additions:
Design extends Fuseki's /{dataset}/{service} pattern with version awareness: /{dataset}/version/{ref}/{service}
Benefits:
Total estimated effort: 43-54 hours across 11 sessions
🤖 Generated with Claude Code