Publish to npm under @almond-bot and add connector assembly detail views - #2
Merged
Merged
Conversation
…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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ 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.
Keeps --version in sync with the published package version automatically. Co-authored-by: Cursor <cursoragent@cursor.com>
This branch was successfully deployed
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.

Summary
@almond-bot/harness-studio-core/@almond-bot/harness-studio-app(CLI staysalmond-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 viaprepack/postpack. All three packages are published andnpx almond-harness-studioworks from a clean directory; the README quickstart now usesnpxand drops the publish instructions.faceviews 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:examplespassnpm pack --dry-runshows READMEs in all three tarballsnpx almond-harness-studio@0.1.0 validate/exportsmoke-tested from a clean temp dirnpm publish -w @almond-bot/harness-studio-core -w @almond-bot/harness-studio-app -w almond-harness-studio)Made with Cursor