@seanyao/roll 2026.518.4 → 2026.519.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v2026.519.1
4
+
5
+ ### Fixed
6
+
7
+ - **`roll setup` 后从未开启 loop 的项目** — 不再被 macOS 自动激活、每小时弹出终端窗口 `[loop]`
8
+
3
9
  ## v2026.518.4
4
10
 
5
11
  ### Improved
package/README.md CHANGED
@@ -46,7 +46,7 @@ The goal from here: full delivery, end to end — with humans on the loop, not i
46
46
  npm install -g @seanyao/roll
47
47
  roll setup # distribute conventions to all AI clients
48
48
  cd my-project
49
- roll init # create AGENTS.md + BACKLOG.md + docs/features/
49
+ roll init # create AGENTS.md + .roll/backlog.md + .roll/features/
50
50
  roll loop on # optional: let the agent work unattended
51
51
  ```
52
52
 
@@ -58,16 +58,16 @@ roll loop on # optional: let the agent work unattended
58
58
 
59
59
  | Topic | English | 中文 |
60
60
  |-------|---------|------|
61
- | Overview & architecture | [guide/en/overview.md](docs/guide/en/overview.md) | [guide/zh/overview.md](docs/guide/zh/overview.md) |
62
- | Engineering methodology | [guide/en/methodology.md](docs/guide/en/methodology.md) | [guide/zh/methodology.md](docs/guide/zh/methodology.md) |
63
- | Loop (autonomous executor) | [guide/en/loop.md](docs/guide/en/loop.md) | [guide/zh/loop.md](docs/guide/zh/loop.md) |
64
- | Dream (nightly health scan) | [guide/en/dream.md](docs/guide/en/dream.md) | [guide/zh/dream.md](docs/guide/zh/dream.md) |
65
- | Peer (cross-agent review) | [guide/en/peer.md](docs/guide/en/peer.md) | [guide/zh/peer.md](docs/guide/zh/peer.md) |
66
- | Configuration (env vars) | [guide/en/configuration.md](docs/guide/en/configuration.md) | [guide/zh/configuration.md](docs/guide/zh/configuration.md) |
67
- | Skill selection guide | [guide/en/skills.md](docs/guide/en/skills.md) | [guide/zh/skills.md](docs/guide/zh/skills.md) |
68
- | FAQ (troubleshooting) | [guide/en/faq.md](docs/guide/en/faq.md) | [guide/zh/faq.md](docs/guide/zh/faq.md) |
69
- | Domain model (DDD) | [domain/context-map.md](docs/domain/context-map.md) | — |
70
- | Engineering common sense | [practices/engineering-common-sense.md](docs/practices/engineering-common-sense.md) | — |
61
+ | Overview & architecture | [guide/en/overview.md](guide/en/overview.md) | [guide/zh/overview.md](guide/zh/overview.md) |
62
+ | Engineering methodology | [guide/en/methodology.md](guide/en/methodology.md) | [guide/zh/methodology.md](guide/zh/methodology.md) |
63
+ | Loop (autonomous executor) | [guide/en/loop.md](guide/en/loop.md) | [guide/zh/loop.md](guide/zh/loop.md) |
64
+ | Dream (nightly health scan) | [guide/en/dream.md](guide/en/dream.md) | [guide/zh/dream.md](guide/zh/dream.md) |
65
+ | Peer (cross-agent review) | [guide/en/peer.md](guide/en/peer.md) | [guide/zh/peer.md](guide/zh/peer.md) |
66
+ | Configuration (env vars) | [guide/en/configuration.md](guide/en/configuration.md) | [guide/zh/configuration.md](guide/zh/configuration.md) |
67
+ | Skill selection guide | [guide/en/skills.md](guide/en/skills.md) | [guide/zh/skills.md](guide/zh/skills.md) |
68
+ | FAQ (troubleshooting) | [guide/en/faq.md](guide/en/faq.md) | [guide/zh/faq.md](guide/zh/faq.md) |
69
+ | Domain model (DDD) | [domain/context-map.md](.roll/domain/context-map.md) | — |
70
+ | Engineering common sense | [practices/engineering-common-sense.md](guide/en/practices/engineering-common-sense.md) | — |
71
71
 
72
72
  ---
73
73
 
@@ -77,9 +77,9 @@ roll loop on # optional: let the agent work unattended
77
77
  |---------|-------------|
78
78
  | `roll setup [-f]` | First-time install or re-sync conventions to all AI clients |
79
79
  | `roll update` | Upgrade to latest version |
80
- | `roll init` | Initialize project: AGENTS.md + BACKLOG.md + docs/features/ |
80
+ | `roll init` | Initialize project: AGENTS.md + .roll/backlog.md + .roll/features/ |
81
81
  | `roll status` | Show sync state, skill links, detected AI tools |
82
- | `roll backlog` | Show pending tasks from BACKLOG.md |
82
+ | `roll backlog` | Show pending tasks from .roll/backlog.md |
83
83
  | `roll loop <on\|off\|now\|status\|monitor>` | 🤖 Manage autonomous executor |
84
84
  | `roll brief` | 🤖 Show latest owner digest |
85
85
  | `roll peer` | 🤖 Cross-agent code review |