Expand description
Internal URL scheme handlers for issue:// and pr:// virtual paths.
Each handler implements oxicode_sdk::ports::ProtocolHandler and is
registered with the InternalUrlRouter port so the read/search
tools can resolve scheme URIs to markdown text.
Modules§
- agent_
handler agent://protocol handler — resolves subagent output artifacts.- issue_
handler issue://protocol handler — resolves GitHub issue references to markdown.- local_
handler local://protocol handler — session-scoped artifact storage.- memory_
handler memory://URL protocol handler.- pr_
handler pr://protocol handler — resolves GitHub pull request references to markdown.- rule_
handler rule://protocol handler — resolves TTSR rule names to their content.- skill_
handler skill://protocol handler — resolves skill names to SKILL.md content.