Skip to content

Release 1.0.0#90

Merged
erdembircan merged 6 commits intomasterfrom
development
Mar 4, 2026
Merged

Release 1.0.0#90
erdembircan merged 6 commits intomasterfrom
development

Conversation

@erdembircan
Copy link
Copy Markdown
Owner

[agent] Release 1.0.0 -- merge development into master.

This PR merges all completed work from development into master to trigger the release workflow.

Note: PR #89 (version bump + README update) should be merged into development first before merging this PR.

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.
Remove `build/` from `.gitignore` so the build output is tracked in git. Add compiled build artifacts (`build/index.js`, `build/index.js.map`).

Closes #82
* [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
@erdembircan erdembircan merged commit 2ae9f9e into master Mar 4, 2026
4 checks passed
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