Skip to content

docs: reconcile onboarding install command and desktop-signing scope (DA-06) - #519

Merged
qnbs merged 2 commits into
mainfrom
fix/da-06-docs-truth
Aug 27, 2026
Merged

docs: reconcile onboarding install command and desktop-signing scope (DA-06)#519
qnbs merged 2 commits into
mainfrom
fix/da-06-docs-truth

Conversation

@qnbs

@qnbsqnbs commented Aug 27, 2026

Copy link
Copy Markdown
Owner

User description

Summary

Small, mechanical docs-truth fix (plan §D.3 / DA-06 — no code changes, DOCS_ONLY local-admission classification).

  • Bare pnpm install → frozen-lockfile reconcile. Onboarding paths in README.md (Quick Start one-liner + Local Development block) and CONTRIBUTING.md (Windows section + Installation section) used a bare pnpm install. The bare form omits --frozen-lockfile, so on any manifest/lockfile drift it silently rewritespnpm-lock.yaml instead of failing loudly — and it never writes this repo's own dependency fingerprint that ci:prepush and the pre-commit hook check. Replaced with node scripts/dependency-state.mjs reconcile everywhere, with a short explanatory paragraph added to CONTRIBUTING.md's Installation section.
  • .github/CONTRIBUTING.md stale local-CI recipe. Taught pnpm run lint && pnpm run typecheck && pnpm run i18n:check, which conflicts with root CONTRIBUTING.md's correct, current pnpm run ci:prepush teaching. Replaced with the correct command plus a cross-reference to the full contributor guide.
  • README desktop-installer signing overclaim. Said desktop bundles are "signed .appimage, .msi, and .dmg" with no caveat. Verified against docs/TAURI-CI.md § Auto-update & signing and docs/TAURI-UPDATER.md § Code signing: only the latest.json update manifest is Minisign-signed by default; Windows Authenticode and macOS notarization are both opt-in via CI secrets, not enabled by default. Narrowed the claim and linked both docs.

Test plan

  • node scripts/dependency-state.mjs reconcile — frozen-lockfile bootstrap in a fresh worktree off current main
  • pnpm run ci:prepush — classified DOCS_ONLY, all local checks (dependency state, toolchain, docs/release truth, CSP, desktop-import boundary, native-readiness) PASS; TypeScript correctly DEFERRED_TO_REQUIRED_CI (no TS-impacting changes)
  • grep -n "pnpm install" README.md CONTRIBUTING.md .github/CONTRIBUTING.md — 0 remaining bare invocations (only the explanatory "never a bare pnpm install" phrasing)
  • Verified docs/CI.md, docs/TAURI-CI.md, docs/TAURI-UPDATER.md all exist and support the claims made

Summary by Sourcery

Align onboarding, contributor checks, and desktop release documentation with the repository’s current dependency and signing behavior.

Enhancements:

  • Align contributor setup instructions with the repository’s dependency reconciliation and local CI requirements.
  • Clarify that desktop release artifacts have update-integrity signatures by default, while platform-level signing and notarization are not configured in CI.

Documentation:

  • Replace bare dependency installation commands across onboarding documentation with the repository’s frozen-lockfile reconciliation workflow.
  • Update contributor guidance to use the complete local pre-push gate and link to the canonical contributor documentation.

Chores:

  • Improve Windows compatibility when invoking pnpm through the dependency reconciliation script.

CodeAnt-AI Description

Align contributor setup instructions with the repository’s dependency checks and signing behavior

What Changed

  • Onboarding instructions now use the dependency reconciliation command instead of a bare pnpm install, so lockfile drift fails visibly and the required dependency state is recorded.
  • Contributor guidance now points to the full ci:prepush local gate instead of a partial set of checks.
  • Desktop release documentation now clarifies that only the update manifest is signed by default; Windows signing and macOS notarization require opt-in CI secrets.

Impact

✅ Fewer accidental lockfile changes during setup
✅ Consistent local checks before submitting changes
✅ Clearer desktop signing expectations

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Summary by CodeRabbit

  • Documentation
    • Updated contributor setup instructions to use dependency-state reconciliation with frozen-lockfile enforcement.
    • Added guidance on recording dependency fingerprints.
    • Clarified local CI checks and linked to contributor and CI documentation.
    • Documented Minisign-signed update manifests for Tauri desktop artifacts and clarified that OS-level signing is optional.

…(DA-06)
Bare `pnpm install` in README/CONTRIBUTING onboarding paths silently
rewrites pnpm-lock.yaml on drift instead of failing loudly, and skips
this repo's dependency fingerprint that ci:prepush/pre-commit check —
point every onboarding path at `node scripts/dependency-state.mjs
reconcile` instead. Also narrow README's desktop-installer language:
only the latest.json update manifest is Minisign-signed today; OS-level
code signing (Authenticode, notarization) is opt-in via CI secrets, not
on by default. Reconcile .github/CONTRIBUTING.md's stale local-CI
recipe with root CONTRIBUTING.md's ci:prepush teaching.
@codeant-ai

codeant-aiBot commented Aug 27, 2026

Copy link
Copy Markdown

🤖 CodeAnt AI — Review Status

StatusCommitStarted (UTC)Finished (UTC)
✅ Reviewed your PRcc3c38eAug 27, 2026 · 01:1901:20

@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing

@sourcery-aisourcery-aiBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sorry @qnbs, you've used your own review budget of 250,000 diff characters for the last 7 days.

You can request another review in 1 day and 4 hours by commenting @sourcery-ai review. Upgrade to get a review now.

@codeant-ai

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@vercel

vercelBot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
worldscript-studioReadyReadyPreviewAug 27, 2026 1:47am

@sourcery-ai

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This docs-only change reconciles all onboarding instructions with the repository’s dependency-state/frozen-lockfile workflow, updates the GitHub contributor guide to use the canonical ci:prepush gate, and narrows desktop installer signing claims to accurately reflect default Minisign update-manifest signing versus opt-in platform signing.

File-Level Changes

ChangeDetailsFiles
Standardize onboarding dependency installation on the repository’s dependency-state reconciliation flow.
  • Replace bare pnpm install examples with node scripts/dependency-state.mjs reconcile.
  • Explain frozen-lockfile behavior and dependency fingerprint requirements.
  • Retain the pnpm run deps:reconcile alternative.
README.md
CONTRIBUTING.md
.github/CONTRIBUTING.md
Align contributor guidance with the current local CI gate.
  • Replace the stale lint/typecheck/i18n command sequence with pnpm run ci:prepush.
  • Cross-reference the full contributor guide and CI documentation.
.github/CONTRIBUTING.md
Correct the README’s desktop signing claims to distinguish default update-manifest signing from opt-in OS-level signing.
  • Describe the default Minisign signature on latest.json.
  • Clarify that Windows Authenticode and macOS notarization require CI secrets and are not enabled by default.
  • Link the relevant Tauri signing and updater documentation.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codeant-ai

codeant-aiBot commented Aug 27, 2026

Copy link
Copy Markdown

🏁 CodeAnt Quality Gate Results

Commit:e7877275
Scan Time: 2026-08-27 01:46:43 UTC

✅ Overall Status: PASSED

Quality Gate Details

Quality GateStatusDetails
Secrets✅ PASSED0 secrets found
Duplicate Code✅ PASSED0.0% duplicated
SAST✅ PASSEDNo security issues
Bugs✅ PASSEDRating S: No bugs
IAC✅ PASSEDNo IAC issues

View Full Results

@codeant-aicodeant-aiBot added the size:S This PR changes 10-29 lines, ignoring generated files label Aug 27, 2026

@amazon-q-developeramazon-q-developerBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This PR successfully reconciles documentation truth across onboarding paths and clarifies the desktop signing scope. All changes are documentation-only as described and correctly implement:

  1. Frozen-lockfile discipline: Replaces all bare pnpm install references with node scripts/dependency-state.mjs reconcile, ensuring consistent installation behavior and dependency fingerprint tracking
  2. Local CI recipe update: .github/CONTRIBUTING.md now references the correct pnpm run ci:prepush command with proper cross-reference
  3. Signing scope accuracy: README clarifies that Minisign signs the update manifest only, with OS-level signing (Authenticode/notarization) being opt-in

The changes maintain consistency across .github/CONTRIBUTING.md, CONTRIBUTING.md, and README.md without introducing any defects. No code changes were made, confirming the DOCS_ONLY classification.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

@coderabbitai

coderabbitaiBot commented Aug 27, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

Next included review available in 33 minutes.

View limit details

Limit details: You’ve used the included review currently available. Your 105 included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6cc9cf78-798f-4f2f-937b-34f997d72063

📥 Commits

Reviewing files that changed from the base of the PR and between cc3c38e and e787727.

📒 Files selected for processing (3)
  • CONTRIBUTING.md
  • README.md
  • scripts/dependency-state.mjs

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 587d855c-1987-4361-aad9-38369eebeeb7

📥 Commits

Reviewing files that changed from the base of the PR and between c486766 and cc3c38e.

📒 Files selected for processing (3)
  • .github/CONTRIBUTING.md
  • CONTRIBUTING.md
  • README.md

Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour.


📝 Walkthrough

Walkthrough

The documentation updates standardize dependency reconciliation and local validation commands. The README also clarifies Minisign update-manifest signing and optional operating-system code signing.

Changes

Documentation workflows

Layer / File(s)Summary
Dependency reconciliation and contributor validation
.github/CONTRIBUTING.md, CONTRIBUTING.md, README.md
Setup instructions now use dependency reconciliation with frozen-lockfile behavior. Contributor instructions use pnpm run ci:prepush.
Desktop release signing documentation
README.md
Desktop release documentation distinguishes Minisign-signed update manifests from optional Windows and macOS code signing.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk:⚪ Minimal · up to cc3c3

This localized documentation update aligns onboarding commands and desktop-signing guidance with repository behavior; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title clearly summarizes the main documentation changes: replacing the onboarding install command and clarifying the desktop-signing scope.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (3 skipped: 3 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/da-06-docs-truth

Warning

Your free Security trial is over. An organization admin can activate billing to continue.


Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connectorchatgpt-codex-connectorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit:cc3c38eed9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment threadREADME.md Outdated
Comment threadREADME.md Outdated
Comment threadCONTRIBUTING.md
Comment threadCONTRIBUTING.md Outdated
@codecov

codecovBot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

…e bootstrap
Address chatgpt-codex-connector review of #519:
- README: latest.json isn't itself Minisign-signed — it's a manifest
containing per-platform Minisign signatures for the updater bundles
(tauri-build.yml generates it via jq, no signature sidecar for the
file itself). Also, OS-level code signing has no workflow steps at
all yet (tauri-build.yml only omits the Apple/Windows secrets, per
its own comments and docs/TAURI-UPDATER.md) — describe it as not
currently configured rather than "opt-in via CI secrets."
- CONTRIBUTING.md: the `pnpm run deps:reconcile` fresh-clone alternative
can't actually start on a truly fresh clone — pnpm-workspace.yaml's
verifyDepsBeforeRun: error blocks any `pnpm run` script before
node_modules exists. Reserve that wrapper for re-syncing an
already-installed tree; document the node form as the only fresh-
bootstrap path.
- scripts/dependency-state.mjs: reconcile()'s spawnSync('pnpm', ...)
lacked shell: process.platform === 'win32', so the Windows onboarding
path this PR now documents would fail to launch pnpm's .cmd shim.
Matches the existing convention in scripts/graphify-cli.mjs.
@qnbs

qnbs commented Aug 27, 2026

Copy link
Copy Markdown
OwnerAuthor

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Can't wait for the next one!

Reviewed commit:e787727568

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@qnbs
qnbs merged commit a410293 into mainAug 27, 2026
35 checks passed
@qnbs
qnbs deleted the fix/da-06-docs-truth branch August 27, 2026 02:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:SThis PR changes 10-29 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@qnbs