You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a dated evidence hierarchy, completion vocabulary, authority map, and contradiction ledger for the blog, Tinyland content, Pulse, ActivityPub, package releases, Linear, prompts, branches, and worktrees
record live route results and current PR/ticket dispositions without collapsing source, release, adoption, deploy, runtime mutation, or end-to-end proof
correct the deployment diagram so Cloudflare Pages is production and GitHub Pages is rollback
document that the prerendered WebFinger endpoint ignores resource, is not RFC 7033-compliant discovery, and remains tracked by TIN-2880
Claim boundary
This PR does not enable ActivityPub delivery, change broker behavior, adopt package releases, bootstrap a user, rotate or install keys, change secrets, mutate Linear state, or touch live infrastructure. GitHub Projects v2 remains uninspected because the existing keychain credential lacks read:project; PR, issue, branch, workflow, Linear, package, source, and live-route evidence are recorded separately.
Validation
npx vitest run src/routes/.well-known/webfinger/webfinger.test.ts
npm run lint
npm run build
npm run test:production-health
git diff --check main...HEAD
An earlier full production-health run passed DNS, HTTPS, canonical redirects, broker contracts, and public blog hydration. The post-rebase rerun passed the DNS, HTTPS, redirect, representative-post, and 140-post broker phases, then the local macOS Chrome process failed to complete Playwright launch within 180 seconds before any site assertion ran. Hosted PR CI remains the browser authority. The build completed with the repository existing content-link/prerender warnings; generated image/stat artifacts were not committed.
Additional local validation: npm run build passed on commit 5526d42 (140-post generated search index, static adapter output, Pagefind index, and directory aliases). The build reported three pre-existing accessibility warnings in the CV and Pulse demo surfaces; this PR does not touch those files. Build-generated artifact changes were cleaned and are not part of the branch.
Follow-on execution found a concrete example of the reconciliation problem: this repo was declared shared-cache-backed in the GF registry but its CI workflow claimed executor-backed authority, so PR refs deterministically failed token mint before tests. #228 is the consolidated repair and must land before this documentation PR can get a genuine Bazel green. The generated search index was also rechecked: it is ignored build output, not a committed stale fixture; the audit text already records that correction.
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
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.
Summary
resource, is not RFC 7033-compliant discovery, and remains tracked by TIN-2880Claim boundary
This PR does not enable ActivityPub delivery, change broker behavior, adopt package releases, bootstrap a user, rotate or install keys, change secrets, mutate Linear state, or touch live infrastructure. GitHub Projects v2 remains uninspected because the existing keychain credential lacks
read:project; PR, issue, branch, workflow, Linear, package, source, and live-route evidence are recorded separately.Validation
npx vitest run src/routes/.well-known/webfinger/webfinger.test.tsnpm run lintnpm run buildnpm run test:production-healthgit diff --check main...HEADAn earlier full production-health run passed DNS, HTTPS, canonical redirects, broker contracts, and public blog hydration. The post-rebase rerun passed the DNS, HTTPS, redirect, representative-post, and 140-post broker phases, then the local macOS Chrome process failed to complete Playwright launch within 180 seconds before any site assertion ran. Hosted PR CI remains the browser authority. The build completed with the repository existing content-link/prerender warnings; generated image/stat artifacts were not committed.