fix: point docs and Pages links at FilOzone, drop terminal framing - #66
Merged
SgtPooki merged 2 commits intoAug 3, 2026
Merged
Conversation
SgtPooki
force-pushed
the
fix/canonical-repo-url-and-agent-friendly-quickstart
branch
2 times, most recently
from
August 3, 2026 15:38
48d6e06 to
0fb897a
Compare
SgtPooki
force-pushed
the
fix/canonical-repo-url-and-agent-friendly-quickstart
branch
2 times, most recently
from
August 3, 2026 15:51
bf7c826 to
c93b375
Compare
SgtPooki
force-pushed
the
fix/canonical-repo-url-and-agent-friendly-quickstart
branch
from
August 3, 2026 15:57
c93b375 to
f42b378
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Points docs, security intake, and Pages links at
FilOzone/ipfs2foc. Eight references still used the pre-transfer personal namespace, thoughpackages/cli/package.jsonwas already correct.SECURITY.mdis the one that matters: it routed private vulnerability reports to a fork's advisory page. The rest are theDocs:line in--help, the README published to npm, the issue-template contact links, and two stalesgtpooki.github.ioPages URLs.CHANGELOG.mdis left alone because release-please owns it and its entries record where those commits actually lived.Separately, replaces the "Terminal A / Terminal B" framing everywhere it appeared: the README quickstart, the tutorial, and the console's command hints. The real constraint is that the pull source is long-running and the submit step needs it up, which two shells, a background job, or a multiplexer all satisfy. The README now also shows the
Pass it to pdp-submit: --source-base <url>line the tunnel logs, so readers can take that value verbatim. No flags or behavior changed.How to verify
pnpm run lint,pnpm run typecheck, andpnpm testpass.--helprenders correctly.