feat: Repo hygiene: add prepack build + CI + CHANGELOG.md + .editorconfig - #16
Closed
andrei-hasna wants to merge 1 commit into
Closed
feat: Repo hygiene: add prepack build + CI + CHANGELOG.md + .editorconfig#16andrei-hasna wants to merge 1 commit into
andrei-hasna wants to merge 1 commit into
Conversation
Contributor
Author
|
Closing: the prepack fix here is genuine (main has only prepublishOnly), but the added CI runs unscoped 'bun test' which executes real-tmux integration tests that fail on a bare runner → red CI, and the branch is stale-based. Will re-cut from fresh main with CI scoped to ./tests. Factory-produced; caught by review. |
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.
Objective
Repo hygiene: add prepack build + CI + CHANGELOG.md + .editorconfig
PACKAGING: add prepack: bun run build. Only prepublishOnly builds today (does not run on npm pack), so a clean-clone npm pack ships an unbuilt dist/ (bin dist/cli/index.js + main dist/index.js). CI: no workflow - add typecheck+test+build modeled on iapp-factory ci.yml. DOCS: add CHANGELOG.md. CONFIG: add .editorconfig. Keep the diff mechanical and verify-safe; do not touch logic. Verify with a clean-clone 'npm pack --dry-run' (packlist must include built dist/bin) plus 'bun run typecheck' and 'bun run build'. Any CI workflow modeled on iapp-factory .github/workflows/ci.yml (checkout, oven-sh/setup-bun, bun install --frozen-lockfile, typecheck, test, build).
Verification
Run
run_3206efc6627c· backendcursor· task7dc9348e-b3b2-4ee1-8580-91eaf9ba404c🏭 Generated by @hasnaxyz/factory
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.