@odla-ai/cli 0.42.0 → 0.42.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/dist/bin.cjs +4 -6
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-74DXL2MT.js → chunk-FWPQSTNF.js} +5 -7
- package/dist/{chunk-74DXL2MT.js.map → chunk-FWPQSTNF.js.map} +1 -1
- package/dist/{cli-EGZGMIKB.js → cli-K5SBFFAY.js} +2 -2
- package/dist/index.cjs +4 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/skills/odla/SKILL.md +6 -6
- package/skills/odla/references/agent-identity.md +4 -3
- package/skills/odla/references/pm-work-intake.md +9 -10
- package/skills/odla/references/pm.md +9 -11
- /package/dist/{cli-EGZGMIKB.js.map → cli-K5SBFFAY.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runCli
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FWPQSTNF.js";
|
|
5
5
|
import {
|
|
6
6
|
exitCodeFor
|
|
7
7
|
} from "./chunk-UKLSRQ5J.js";
|
|
@@ -9,4 +9,4 @@ export {
|
|
|
9
9
|
exitCodeFor,
|
|
10
10
|
runCli
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=cli-
|
|
12
|
+
//# sourceMappingURL=cli-K5SBFFAY.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -10857,12 +10857,10 @@ Commands:
|
|
|
10857
10857
|
explicitly. Same device-grant auth as "app".
|
|
10858
10858
|
Status changes and comments post to each item's @odla-ai/chat
|
|
10859
10859
|
discussion thread.
|
|
10860
|
-
|
|
10861
|
-
|
|
10862
|
-
|
|
10863
|
-
|
|
10864
|
-
pm.plan agent promotes. This is deliberate, not a permission
|
|
10865
|
-
gap \u2014 it was reported as one.
|
|
10860
|
+
Creating or promoting a task in Ready requires a complete
|
|
10861
|
+
execution contract and a reviewed revision. Any caller with PM
|
|
10862
|
+
mutation access to that app/project may do it; claims coordinate
|
|
10863
|
+
execution but never own or lock the PM record.
|
|
10866
10864
|
bug Intent-first alias for PM bugs. "bug report" writes to
|
|
10867
10865
|
odla PM; odla product defects do not belong in GitHub Issues.
|
|
10868
10866
|
discuss Group discussions (via @odla-ai/chat) for the apps you co-own:
|