@atollhq/skill-codex 0.4.35 → 0.4.36
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/package.json
CHANGED
|
@@ -170,6 +170,7 @@ atoll goal create --title "Reach 100 paying customers by Q2" --target-date 2026-
|
|
|
170
170
|
atoll kpi create --name paying_customers --goal "Reach 100 paying customers by Q2" --unit count --target 100 --current 34
|
|
171
171
|
atoll kpi create --name mvp_tasks_done --goal "Launch MVP" --internal-task-completion
|
|
172
172
|
atoll initiative create --title "Content pipeline" --goal "Reach 100 paying customers by Q2" --status active
|
|
173
|
+
atoll initiative delete "Content pipeline" --confirm DELETE
|
|
173
174
|
atoll initiative kpi link "Content pipeline" paying_customers --impact "+30 customers/mo"
|
|
174
175
|
atoll initiative target create "Content pipeline" --title "Publish 10 comparison posts" --mode progress --target 10 --current 0 --unit count --unit-label posts
|
|
175
176
|
atoll initiative target create "Retailer coverage" --title "Get 5 retailers live by July 5" --mode gate --target 5 --current 0 --unit count --unit-label retailers --target-date 2026-07-05 --due-soon-days 7
|