There was an error while loading. Please reload this page.
docs: link same-wiki pages by name instead of by full GitHub URL Every same-wiki link was written as a full github.com URL. On GitHub the two forms are identical -- it resolves a bare page name against the wiki it is rendering -- but this wiki also ships inside the Convert Claude plugin as a read-only mirror, and there they are not identical at all: a skill routes an absolute URL to "external", so the page sitting on disk beside it never gets opened, and the answer is reconstructed instead of read. This repo is private, so the fetch that would rescue it returns 404. Cross-wiki links keep their absolute form -- a bare name would resolve inside this wiki and land on the wrong page. _Sidebar.md and _Footer.md are untouched: GitHub nav chrome, absolute by convention, on no skill routing path. Anchors are preserved. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
sync: shared fullstack docs
sync: shared fullstack docs Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
sync: shared fullstack docs (PHP code blocks only) Propagates changes from the canonical source at backend/public/js/tracking/full-stack-docs/: - data-management.md gains the new "Audience Evaluation Cadence" section - api-communication.md fixes [DataManager] links to point at data-management (was data-model) - quickstart-overview.md and persistent-datastore.md now produce correct cross-SDK wiki URLs via the updated sync-docs.js link rewriter - how-convert-works.md, quickstart-overview.md, troubleshooting.md pick up canonical edits that had drifted since the last PHP sync run Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: reflect single-package publishing model (qs-11)
feat: add shared fullstack docs synced from backend repo - 22 shared concept, guide, and integration docs (flattened, no frontmatter) - Cross-links rewritten for GitHub wiki URLs - Source: backend/public/js/tracking/full-stack-docs/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>