flowviant 0.51.0 → 0.51.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.
- package/bin/lib/prompts.mjs +2 -2
- package/package.json +1 -1
package/bin/lib/prompts.mjs
CHANGED
|
@@ -299,8 +299,8 @@ rules:
|
|
|
299
299
|
cards that exist — \`points\`, \`priority\`, \`featureName\` — up to 25 in one
|
|
300
300
|
call. This is the tool for "help me plan the backlog": list_cards, decide,
|
|
301
301
|
then send every change in ONE call. It cannot move a card, close one, assign
|
|
302
|
-
anyone or touch a receipt
|
|
303
|
-
|
|
302
|
+
anyone or touch a receipt — organising a backlog is not working on it, so do
|
|
303
|
+
not log_work or deliver anything you have not actually built. A card that is already delivered is refused, because its
|
|
304
304
|
spec is what somebody's review is about. And when list_cards says
|
|
305
305
|
\`truncated\` is above zero, the queue is LONGER than the list you were
|
|
306
306
|
handed — say so rather than letting a short list read as the whole board.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowviant",
|
|
3
|
-
"version": "0.51.
|
|
3
|
+
"version": "0.51.1",
|
|
4
4
|
"description": "Run your own coding CLIs as build agents for Flowviant \u2014 Claude Code, Codex or Antigravity, on your own credentials. Holds your sessions, keeps a worktree per tab, and ships branches on your word.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|