chore: cleaned up url pointer

This commit is contained in:
Jacob Schmidt 2026-03-09 18:42:31 -05:00
parent b410da20fa
commit 4fb83a003e

View File

@ -177,7 +177,7 @@ Headless exit code contract:
## Scripts
See [scripts/README.md](/e:/stansshit/csharp/DevTool-master/scripts/README.md).
See [scripts/README.md](/scripts/README.md).
Primary Python entrypoints:
@ -204,12 +204,12 @@ Primary Python entrypoints:
- Planned GUI stack for current phase: **Tauri-first**
- Avalonia is deferred for re-evaluation after first GUI milestone ships on top of the same headless contracts
- GUI workspace scaffold: [TauriShell README](/e:/stansshit/csharp/DevTool-master/src/DevTool.Host.Gui/TauriShell/README.md)
- GUI workspace scaffold: [TauriShell README](/src/DevTool.Host.Gui/TauriShell/README.md)
- Hybrid GUI bridge is active:
- execution: `sdt run/debug --json`
- read/manage: `sdt bridge --stdio`
- Bridge contract doc: [gui-bridge-contract.md](/e:/stansshit/csharp/DevTool-master/docs/gui-bridge-contract.md)
- Parity manifest: [gui-tui-parity.json](/e:/stansshit/csharp/DevTool-master/docs/gui-tui-parity.json)
- Bridge contract doc: [gui-bridge-contract.md](/docs/gui-bridge-contract.md)
- Parity manifest: [gui-tui-parity.json](/docs/gui-tui-parity.json)
- GUI will consume:
- `sdt workspace scan --json` inventory payload
- `run/debug --json` summaries
@ -277,7 +277,7 @@ python scripts/verify-workflow-routes.py --project-root . --workflow build --wor
## Reliability Matrix
- CI matrix workflow: [reliability-matrix.yml](/e:/stansshit/csharp/DevTool-master/.github/workflows/reliability-matrix.yml)
- Runbook: [reliability-matrix-runbook.md](/e:/stansshit/csharp/DevTool-master/docs/reliability-matrix-runbook.md)
- Results log: [reliability-matrix-results.md](/e:/stansshit/csharp/DevTool-master/docs/reliability-matrix-results.md)
- Milestone status (Windows/Linux shipped, macOS delegated): [matrix-status.md](/e:/stansshit/csharp/DevTool-master/docs/matrix-status.md)
- CI matrix workflow: [reliability-matrix.yml](/.github/workflows/reliability-matrix.yml)
- Runbook: [reliability-matrix-runbook.md](/docs/reliability-matrix-runbook.md)
- Results log: [reliability-matrix-results.md](/docs/reliability-matrix-results.md)
- Milestone status (Windows/Linux shipped, macOS delegated): [matrix-status.md](/docs/matrix-status.md)