Skip to content

Publish to npm under @almond-bot and add connector assembly detail views - #2

Merged
shawnpatel merged 2 commits into
mainfrom
tested-glasses
Jul 14, 2026
Merged

shawnpatel merged 2 commits into
mainfrom
tested-glasses

Conversation

@shawnpatel

Copy link
Copy Markdown
Member

Summary

  • Renames the scoped packages to @almond-bot/harness-studio-core / @almond-bot/harness-studio-app (CLI stays almond-harness-studio), bumps everything to 0.1.1, and adds per-package READMEs so the npm pages render docs — the CLI stages the root README at pack time via prepack/postpack. All three packages are published and npx almond-harness-studio works from a clean directory; the README quickstart now uses npx and drops the publish instructions.
  • Fixes drawing notes overflowing the title block: notes now word-wrap into the space between the wire list and title block, and the schematic reserves vertical room for tall note blocks.
  • Adds connector face views for assembly orientation: authors transcribe the real pin pattern from the datasheet, and the renderer draws an ASSEMBLY DETAIL card — product photo, pin cavities filled in their wire colors (derived from the wires, so it can't disagree with the wire list), a bold bend-direction arrow (wireBend), and a wire-side/mating-side caption. Schema, validator (face pins must reference real pin ids), skill docs, and examples updated.

Test plan

  • npm run build, npm run typecheck, npm run check:examples pass
  • npm pack --dry-run shows READMEs in all three tarballs
  • Published 0.1.0; npx almond-harness-studio@0.1.0 validate/export smoke-tested from a clean temp dir
  • Visually inspected exported PDFs (wrapped notes, assembly detail card) on ANSI B
  • Publish 0.1.1 after merge (npm publish -w @almond-bot/harness-studio-core -w @almond-bot/harness-studio-app -w almond-harness-studio)

Made with Cursor

…details

- Rename scoped packages to @almond-bot/harness-studio-{core,app}; CLI stays
  almond-harness-studio. Bump all to 0.1.1 with per-package READMEs so npm
  pages render docs (CLI copies the root README at pack time).
- Rewrite README quickstart around npx now that packages are live.
- Wrap drawing notes to fit between the wire list and title block instead of
  overflowing into it, and reserve bottom-band space for tall note blocks.
- Add connector `face` views: authored pin pattern with cavities filled in
  wire colors, bend-direction arrow, and product photo, rendered as an
  ASSEMBLY DETAIL card so operators can orient asymmetric connectors.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Jul 14, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
harness-studio Ready Ready Preview, Comment Jul 14, 2026 5:34am

Request Review

@cursor cursor Bot 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b51fff5. Configure here.

Comment thread packages/cli/src/index.ts
Keeps --version in sync with the published package version automatically.

Co-authored-by: Cursor <cursoragent@cursor.com>
@shawnpatel
shawnpatel merged commit 5e4e0b5 into main Jul 14, 2026
3 checks passed
@shawnpatel
shawnpatel deleted the tested-glasses branch July 14, 2026 05:35

This branch was successfully deployed

1 active deployment
Preview — 6f10c8ac Deployed Jul 14, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant