corydora 0.3.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +25 -2
  3. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,43 @@
2
2
 
3
3
  All notable changes to Corydora are documented in this file.
4
4
 
5
+ ## [0.4.0](https://github.com/glorioustephan/corydora/compare/corydora-v0.3.4...corydora-v0.4.0) (2026-03-31)
6
+
7
+ ### Features
8
+
9
+ - add initial release package and update README with new logo format ([dd696d1](https://github.com/glorioustephan/corydora/commit/dd696d14b8dd5ee2e29d585ac5b288398e7aaecb))
10
+ - **adding caffeine support on macos:** preventing machine from sleeping when preferred ([7838627](https://github.com/glorioustephan/corydora/commit/7838627225526ecb22af6ec744a3fa8e7e405a3e))
11
+ - **cli:** add --no-verify option to skip git commit hooks ([cd9efc3](https://github.com/glorioustephan/corydora/commit/cd9efc3cb7ce7c2168680c495e2638266cdb0a39))
12
+ - **cli:** add --no-verify option to skip git commit hooks ([6fcb797](https://github.com/glorioustephan/corydora/commit/6fcb7977cd2ee2c35728d16ef4b93d7b269f46fc))
13
+ - **cli:** add --no-verify option to skip git commit hooks ([8d27d31](https://github.com/glorioustephan/corydora/commit/8d27d31ec8f6e4639b4a5183912238741e34a51b))
14
+ - **docs and ci:** updating docs infrastructure to work with github actions, adding release-please ([c71da43](https://github.com/glorioustephan/corydora/commit/c71da43b98dcac4f4585e6785492518699018e32))
15
+ - enhance runtime configuration and documentation- Added configurable parameters for request ([7838627](https://github.com/glorioustephan/corydora/commit/7838627225526ecb22af6ec744a3fa8e7e405a3e))
16
+
17
+ ### Bug Fixes
18
+
19
+ - **cli:** enhancing --version and --help flags ([2b65e59](https://github.com/glorioustephan/corydora/commit/2b65e59c97f656325e2e6cd5434d6556082161dd))
20
+ - **cli:** enhancing --version and --help flags ([1832127](https://github.com/glorioustephan/corydora/commit/1832127f79a75c2f3efc7cb21f27f3c9148ab3c8))
21
+ - **publish.yml:** updating publish.yml and release for CI to format changes ([#9](https://github.com/glorioustephan/corydora/issues/9)) ([332a605](https://github.com/glorioustephan/corydora/commit/332a6057dcfb6b27d3a8c9d887d9ca7282e22e2e))
22
+ - **release-please:** updating process for release-please and use of token ([ba9c804](https://github.com/glorioustephan/corydora/commit/ba9c804ecab3be139a0a31ad79ae4adaf33514e9))
23
+ - **release-please:** updating process for release-please and use of token ([#11](https://github.com/glorioustephan/corydora/issues/11)) ([f994a9a](https://github.com/glorioustephan/corydora/commit/f994a9a49ea5722270e859ffd265bbd8196ec55e))
24
+ - **repository.ts:** adding pre-commit formatting ([1c91029](https://github.com/glorioustephan/corydora/commit/1c91029eadbb699786c7202bc8665b010e90ecc4))
25
+ - **repository.ts:** adding pre-commit formatting ([031e1ce](https://github.com/glorioustephan/corydora/commit/031e1ceec47f7c026efa9857ffa2e62a420574bd))
26
+ - **runtime:** avoid undefined optional flags in rebase conflict resolution ([97bf3e2](https://github.com/glorioustephan/corydora/commit/97bf3e26ff8e236d45cd8ef0a12a0dc4b8b967ba))
27
+ - **utils:** making the todo.md file the catch-all for unknown catgories ([87c89db](https://github.com/glorioustephan/corydora/commit/87c89dbf8b8276f27a993edb173676f15ba14176))
28
+ - **utils:** making the todo.md file the catch-all for unknown catgories ([c304926](https://github.com/glorioustephan/corydora/commit/c30492667217bbec9e460fb50e45f931005cc638))
29
+
30
+ ## [0.3.4](https://github.com/glorioustephan/corydora/compare/corydora-v0.3.3...corydora-v0.3.4) (2026-03-31)
31
+
32
+ ### Bug Fixes
33
+
34
+ - **release-please:** updating process for release-please and use of token ([#11](https://github.com/glorioustephan/corydora/issues/11)) ([f994a9a](https://github.com/glorioustephan/corydora/commit/f994a9a49ea5722270e859ffd265bbd8196ec55e))
35
+
36
+ ## [0.3.3](https://github.com/glorioustephan/corydora/compare/corydora-v0.3.2...corydora-v0.3.3) (2026-03-31)
37
+
38
+ ### Bug Fixes
39
+
40
+ - **publish.yml:** updating publish.yml and release for CI to format changes ([#9](https://github.com/glorioustephan/corydora/issues/9)) ([332a605](https://github.com/glorioustephan/corydora/commit/332a6057dcfb6b27d3a8c9d887d9ca7282e22e2e))
41
+
5
42
  ## [0.3.2](https://github.com/glorioustephan/corydora/compare/corydora-v0.3.1...corydora-v0.3.2) (2026-03-31)
6
43
 
7
44
  ### Bug Fixes
package/README.md CHANGED
@@ -106,6 +106,21 @@ pnpm check
106
106
 
107
107
  After feature/fix PRs merge into `main`, generate or refresh the release pull request:
108
108
 
109
+ Set one of these tokens before running release planning:
110
+
111
+ ```bash
112
+ export RELEASE_PLEASE_TOKEN=ghp_xxx
113
+ # or:
114
+ # export GITHUB_TOKEN=ghp_xxx
115
+ # export GH_TOKEN=ghp_xxx
116
+ ```
117
+
118
+ Optionally pin the repo explicitly:
119
+
120
+ ```bash
121
+ export RELEASE_PLEASE_REPO_URL=https://github.com/glorioustephan/corydora
122
+ ```
123
+
109
124
  ```bash
110
125
  pnpm release:plan
111
126
  ```
@@ -116,6 +131,14 @@ This uses release-please to:
116
131
  - bump `package.json` version
117
132
  - update `CHANGELOG.md`
118
133
 
134
+ `release:plan` also formats `CHANGELOG.md` after generation.
135
+
136
+ If formatting or checks fail later, rerun:
137
+
138
+ ```bash
139
+ pnpm release:check
140
+ ```
141
+
119
142
  Merge the release PR when ready.
120
143
 
121
144
  #### 3) Publish
@@ -190,8 +213,8 @@ Before the first public release, configure npm trusted publishing for this repos
190
213
  package page and settings exist.
191
214
  4. In npm package settings for `corydora`, add a trusted publisher for GitHub Actions with workflow
192
215
  filename `publish.yml`.
193
- 5. Optionally add a `RELEASE_PLEASE_TOKEN` GitHub secret if you want bot-created release PRs to
194
- trigger other workflows normally.
216
+ 5. Add `RELEASE_PLEASE_TOKEN` as a GitHub secret for `glorioustephan/corydora`; release planning and
217
+ local PR generation use this token and fall back to `GITHUB_TOKEN`/`GH_TOKEN`.
195
218
  6. Optionally protect the `npm` GitHub environment before enabling publish.
196
219
  7. After trusted publishing is configured, publish future releases by merging the release PR that
197
220
  release-please opens against `main`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "corydora",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "Provider-neutral overnight AI code scrubbing CLI.",
5
5
  "keywords": [
6
6
  "ai",
@@ -37,10 +37,11 @@
37
37
  "build": "pnpm clean && tsc -p tsconfig.json",
38
38
  "clean": "rimraf dist coverage .artifacts artifacts",
39
39
  "check": "pnpm lint && pnpm format:check && pnpm typecheck && pnpm test && pnpm build",
40
- "changelog:generate": "pnpm dlx release-please release-pr --config-file release-please-config.json --manifest-file .release-please-manifest.json",
40
+ "changelog:generate": "node scripts/release-plan.mjs && pnpm exec prettier CHANGELOG.md --write",
41
+ "changelog:format": "pnpm exec prettier CHANGELOG.md --write",
41
42
  "release:plan": "pnpm changelog:generate",
42
43
  "release:publish": "pnpm prepublishOnly && npm publish",
43
- "release:check": "pnpm prepublishOnly",
44
+ "release:check": "pnpm changelog:format && pnpm prepublishOnly",
44
45
  "commit": "cz",
45
46
  "dev": "node --import tsx ./src/index.ts",
46
47
  "format": "prettier . --write",