We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee3db3 commit b9b17f1Copy full SHA for b9b17f1
1 file changed
CLAUDE.md
@@ -79,6 +79,9 @@ dev setup # One-time: start Antfly search backend
79
any CRITICAL or WARNING findings before merging.
80
- **Plan before building.** For non-trivial features, write a plan in
81
`.claude/da-plans/` and run the `plan-reviewer` agent before implementation.
82
+- **Changesets target published packages only.** Only `@prosdevlab/dev-agent`
83
+ and `@prosdevlab/kero` are published to npm. All other packages are private
84
+ and bundled into dev-agent via tsup. Never add private packages to changesets.
85
86
---
87
0 commit comments