Skip to content

Release 1.0.0#89

Merged
erdembircan merged 3 commits intodevelopmentfrom
task/88
Mar 4, 2026
Merged

Release 1.0.0#89
erdembircan merged 3 commits intodevelopmentfrom
task/88

Conversation

@erdembircan
Copy link
Copy Markdown
Owner

[agent] Prepare the 1.0.0 release.

Changes

  • Bump version from 1.0.0-dev to 1.0.0 in package.json and package-lock.json
  • Update README:
    • Fix --scope option description: changed global to project to match actual accepted values (local, project)
    • Add scope explanations (local writes to settings.local.json, project writes to settings.json)
    • Add "How It Works" section explaining the tool's workflow
    • Add "Claude Code CLI installed" to requirements
    • Update example to use --scope project instead of --scope local

Closes #88

@erdembircan erdembircan mentioned this pull request Mar 4, 2026
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Roll this back, you broke already fixed things in that file in sake of updating it.

Copy link
Copy Markdown
Owner Author

@erdembircan erdembircan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@erdembircan
Copy link
Copy Markdown
Owner Author

[agent] Addressed the review feedback: reverted all README.md changes back to the original development branch state. The PR now only contains the version bump from 1.0.0-dev to 1.0.0 in package.json and package-lock.json.

Copy link
Copy Markdown
Owner Author

@erdembircan erdembircan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@erdembircan erdembircan merged commit 4309b57 into development Mar 4, 2026
4 checks passed
erdembircan added a commit that referenced this pull request Mar 4, 2026
* Track docs folder in version control (#85)

Remove docs/ from .gitignore so that design documents and flowcharts are tracked in version control and available across clones and worktrees.

Closes #81

* Fix high-severity ReDoS vulnerability in minimatch dependency (#86)

* Remove bundle mapping (#84)

Remove sourcemap generation from esbuild config. Closes #78.

* track `build` directory (#83)

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

* Update CI workflows for development/master branching model (#87)

* [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

* Release 1.0.0 (#89)

Bump version from 1.0.0-dev to 1.0.0 in package.json and package-lock.json.\n\nCloses #88
@erdembircan erdembircan deleted the task/88 branch March 5, 2026 11:43
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