From 8285cf44326b9f2ae58dc0e35b02e4c6e594fa68 Mon Sep 17 00:00:00 2001 From: Matt Galligan Date: Mon, 16 Mar 2026 13:45:43 -0400 Subject: [PATCH] fix: remove hardcoded local paths from documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace /Users/danshipper/... absolute paths with relative references in proof.SKILL.md and proof-example/README.md. These were left over from the initial extraction from the private repo. 🤘🏻 In-collaboration-with: [Claude Code](https://claude.com/claude-code) --- apps/proof-example/README.md | 2 +- docs/proof.SKILL.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/proof-example/README.md b/apps/proof-example/README.md index f9ce3c1..2aa13af 100644 --- a/apps/proof-example/README.md +++ b/apps/proof-example/README.md @@ -2,7 +2,7 @@ This workspace is the extraction target for the public `Proof SDK` demo app. -The current private repo still runs the hosted product, but shared editor, server, and bridge code now lives behind the workspace packages in [packages/doc-core](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/packages/doc-core), [packages/doc-editor](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/packages/doc-editor), [packages/doc-server](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/packages/doc-server), [packages/doc-store-sqlite](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/packages/doc-store-sqlite), and [packages/agent-bridge](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/packages/agent-bridge). +Shared editor, server, and bridge code lives behind the workspace packages in `packages/doc-core`, `packages/doc-editor`, `packages/doc-server`, `packages/doc-store-sqlite`, and `packages/agent-bridge`. When the public repo is extracted, this app should become the neutral self-host example for: diff --git a/docs/proof.SKILL.md b/docs/proof.SKILL.md index 0cff2b9..0201267 100644 --- a/docs/proof.SKILL.md +++ b/docs/proof.SKILL.md @@ -158,5 +158,5 @@ curl -sS -X POST "http://localhost:4000/documents//presence" \ - Discovery JSON: `http://localhost:4000/.well-known/agent.json` - Docs: `http://localhost:4000/agent-docs` - Setup: `http://localhost:4000/agent-setup` -- [AGENT_CONTRACT.md](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/AGENT_CONTRACT.md) -- [agent-docs.md](/Users/danshipper/CascadeProjects/every-proof/.worktrees/proof-sdk-split/docs/agent-docs.md) +- `AGENT_CONTRACT.md` +- `docs/agent-docs.md`