@itsflower/cli 0.1.2 → 0.1.3

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/dist/main.js CHANGED
@@ -76,7 +76,7 @@ var init = defineCommand({
76
76
  var main = defineCommand({
77
77
  meta: {
78
78
  name: "flower",
79
- version: "0.1.2",
79
+ version: "0.1.3",
80
80
  description: "\u{1F338} flower CLI"
81
81
  },
82
82
  subCommands: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itsflower/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "🌸 flower CLI — scaffold structured development workflows",
5
5
  "keywords": [
6
6
  "cli",
@@ -32,7 +32,7 @@ Create a folder `.flower/quests/<datetime>--<short-description>/` when starting
32
32
 
33
33
  - `<datetime>` uses `YYMMDD-HHmm` format — run `date +"%y%m%d-%H%M"` to generate it
34
34
  - `<short-description>` is a kebab-case summary generated by the agent (e.g. `add-user-auth`, `fix-login-bug`)
35
- - Folder contains `requirement.md`, `plan.md`, `log.md`, and `review.md` based on templates in `.flower/templates/`.
35
+ - Folder contains `requirement.md`, `plan.md`, `journal.md`, and `review.md` based on templates in `.flower/templates/`.
36
36
 
37
37
  ## Rules (**STRICTLY ENFORCED**)
38
38
 
@@ -56,6 +56,8 @@ Check the task checkbox in plan: `- [ ]` → `- [x]`
56
56
 
57
57
  ### Log in journal
58
58
 
59
+ Template: `.flower/templates/journal.md`
60
+
59
61
  Only when something noteworthy happened. Skip if plan was followed exactly.
60
62
 
61
63
  | Log this | Example |