@web42/stask 0.1.7 → 0.1.8

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/README.md CHANGED
@@ -13,7 +13,7 @@ stask enforces a spec-first workflow where tasks flow through defined statuses (
13
13
  ## Install
14
14
 
15
15
  ```bash
16
- npm install -g stask
16
+ npm install -g @web42/stask
17
17
  ```
18
18
 
19
19
  ## Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web42/stask",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "SQLite-backed task lifecycle CLI with Slack sync for AI agent teams",
5
5
  "type": "module",
6
6
  "bin": {
File without changes
File without changes