Skip to content

feat(desktop): add the electron desktop app under desktop/ (monorepo)#285

Merged
plind-junior merged 1 commit into
testfrom
feat/desktop-monorepo
Jun 30, 2026
Merged

feat(desktop): add the electron desktop app under desktop/ (monorepo)#285
plind-junior merged 1 commit into
testfrom
feat/desktop-monorepo

Conversation

@plind-junior

Copy link
Copy Markdown
Collaborator

summary

makes vouch a monorepo by bringing the vouch-desktop electron app into the
repo under desktop/. it's a self-contained typescript + react +
vite + electron app that puts a GUI on the full kb.* surface, driving vouch
as a child process over the JSONL and review-ui transports. it never writes
durable KB state except through the review gate (propose → approve).

what's added

  • desktop/ — 78 source files: electron main/preload (src/main, src/preload),
    a react/vite renderer (src/renderer), the generated method catalog
    (src/catalog), electron.vite.config.ts, electron-builder.yml, build assets,
    docs, and screenshots.

hygiene

  • node_modules/, out/, dist/, release/ are gitignored via
    desktop/.gitignoreonly source is committed (0 build/dependency paths).
  • the python ci gate is unaffected: ruff / mypy / pytest target src/ and
    tests/, not desktop/. no workflow references desktop/.

note for reviewers

this is a policy shift worth a conscious sign-off: it introduces a node/vite
toolchain into the repo, softening the "buildless, no npm in the repo" rule to
"buildless python package, with the desktop app fenced under desktop/."
the toolchain is fully contained in that directory; nothing about the python
package's build or test flow changes.

brings the vouch-desktop electron app into the repo as a monorepo directory.
desktop/ is a self-contained typescript + react + vite + electron app that drives
vouch as a child process over the jsonl and review-ui transports, and never writes
durable kb state except through the review gate.

node_modules/, out/, dist/, and release/ are gitignored via desktop/.gitignore;
only source is committed (78 files). the python ci gate is unaffected — ruff,
mypy, and pytest target src/ and tests/, not desktop/.

note: this softens the repo's "buildless, no npm" guidance to "buildless python
package, with the node/vite toolchain fenced under desktop/".
@github-actions github-actions Bot added the size: XL 1000 or more changed non-doc lines label Jun 30, 2026
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8236f706-3c04-4f9b-b5f3-c7dfcb37fbe9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/desktop-monorepo

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@plind-junior plind-junior merged commit 82a047b into test Jun 30, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: XL 1000 or more changed non-doc lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant