Skip to content

docs(cli): fix runDocs JSDoc stale store path#89

Merged
amondnet merged 1 commit into
mainfrom
docs/cli-docs-ts-jsdoc-path
Apr 15, 2026
Merged

docs(cli): fix runDocs JSDoc stale store path#89
amondnet merged 1 commit into
mainfrom
docs/cli-docs-ts-jsdoc-path

Conversation

@amondnet

@amondnet amondnet commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • runDocs JSDoc in packages/cli/src/commands/docs.ts referenced the
    legacy store layout ~/.ask/github/checkouts/<o>__<r>/<ref>/ which was
    replaced by the PM-unified layout
    <askHome>/github/<host>/<owner>/<repo>/<ref>/ (see githubStorePath
    in packages/cli/src/store/index.ts and the
    github-store-pm-unified-20260411 track).
  • Comment-only change — runtime behaviour unchanged.

Test plan

  • Documentation/comment only — no runtime change.
  • New path verified against githubStorePath (store/index.ts) and
    checkoutDir assignment in ensure-checkout.ts.

Summary by cubic

Updated runDocs JSDoc in packages/cli/src/commands/docs.ts to use the PM‑unified store path <askHome>/github/<host>/<owner>/<repo>/<ref>/ instead of the legacy ~/.ask/github/checkouts/<o>__<r>/<ref>/. Comment-only change with no runtime impact.

Written for commit 0dce66f. Summary will update on new commits.

The JSDoc comment referenced the legacy store layout
(`~/.ask/github/checkouts/<o>__<r>/<ref>/`) which was replaced by the
PM-unified layout (`<askHome>/github/<host>/<owner>/<repo>/<ref>/`) in
the github-store-pm-unified-20260411 track. Runtime behaviour is
unchanged; this is a comment-only correction.
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 15, 2026
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying ask-registry with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0dce66f
Status: ✅  Deploy successful!
Preview URL: https://089a7794.ask-registry.pages.dev
Branch Preview URL: https://docs-cli-docs-ts-jsdoc-path.ask-registry.pages.dev

View logs

@dosubot dosubot Bot added the type:docs Documentation improvements label Apr 15, 2026
@codecov

codecov Bot commented Apr 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Auto-approved: Documentation-only change updating a path description in a JSDoc comment.

@amondnet
amondnet merged commit c5391a9 into main Apr 15, 2026
5 checks passed
@amondnet
amondnet deleted the docs/cli-docs-ts-jsdoc-path branch April 15, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files. type:docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant