Merged
Conversation
Remove docs/ from .gitignore so that design documents and flowcharts are tracked in version control and available across clones and worktrees. Closes #81
Remove sourcemap generation from esbuild config. Closes #78.
* [CI]: update workflows for development/master branching model * [FIX]: split CI workflow into separate files and remove explicit add Split the single build.yml with conditionals into three focused workflow files for better maintainability: - ci.yml: PR to development (lint, test, typecheck, build) - ci-master.yml: PR to master (build only) - release.yml: push to master (lint, test, typecheck, build, commit) Also removed the explicit `add: build/` from EndBug/add-and-commit as the action defaults to adding all changed files. * [FIX]: add lint, test, and typecheck checks to master PR workflow
Bump version from 1.0.0-dev to 1.0.0 in package.json and package-lock.json.\n\nCloses #88
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.
[agent] Release 1.0.0 -- merge
developmentintomaster.This PR merges all completed work from
developmentintomasterto trigger the release workflow.Note: PR #89 (version bump + README update) should be merged into
developmentfirst before merging this PR.