@caiqueoak/flow 0.2.0 → 0.2.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -131,4 +131,4 @@ npx @caiqueoak/flow init
131
131
 
132
132
  ## Releases
133
133
 
134
- Flow follows [Semantic Versioning](https://semver.org/). Public releases are made from an annotated `vX.Y.Z` tag whose version exactly matches `package.json`; GitHub Actions runs the test and packaging checks, then publishes the package to npm with provenance.
134
+ Flow follows [Semantic Versioning](https://semver.org/). A merge to `main` publishes only when the version in `package.json` does not already exist on npm. GitHub Actions runs the test and packaging checks, then publishes the package with provenance. Release PRs must update both `package.json` and `package-lock.json`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caiqueoak/flow",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Readability-first, agent-agnostic software development workflow for coding agents.",
5
5
  "type": "module",
6
6
  "scripts": {