@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
package/dist/bin.js
CHANGED
|
@@ -174,7 +174,7 @@ function absoluteEntryPath(entryPath) {
|
|
|
174
174
|
|
|
175
175
|
// src/bin.ts
|
|
176
176
|
var argv = process.argv.slice(2);
|
|
177
|
-
requireCurrentCliForProvision(argv).then(() => requireCoherentProvisionRuntime(argv)).then(async () => (await import("./cli-
|
|
177
|
+
requireCurrentCliForProvision(argv).then(() => requireCoherentProvisionRuntime(argv)).then(async () => (await import("./cli-K5SBFFAY.js")).runCli()).catch((err) => {
|
|
178
178
|
console.error(redactSecrets(`odla-ai: ${err instanceof Error ? err.message : String(err)}`));
|
|
179
179
|
process.exitCode = exitCodeFor(err);
|
|
180
180
|
});
|
|
@@ -10730,12 +10730,10 @@ Commands:
|
|
|
10730
10730
|
explicitly. Same device-grant auth as "app".
|
|
10731
10731
|
Status changes and comments post to each item's @odla-ai/chat
|
|
10732
10732
|
discussion thread.
|
|
10733
|
-
|
|
10734
|
-
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
|
-
pm.plan agent promotes. This is deliberate, not a permission
|
|
10738
|
-
gap \u2014 it was reported as one.
|
|
10733
|
+
Creating or promoting a task in Ready requires a complete
|
|
10734
|
+
execution contract and a reviewed revision. Any caller with PM
|
|
10735
|
+
mutation access to that app/project may do it; claims coordinate
|
|
10736
|
+
execution but never own or lock the PM record.
|
|
10739
10737
|
bug Intent-first alias for PM bugs. "bug report" writes to
|
|
10740
10738
|
odla PM; odla product defects do not belong in GitHub Issues.
|
|
10741
10739
|
discuss Group discussions (via @odla-ai/chat) for the apps you co-own:
|
|
@@ -15811,4 +15809,4 @@ export {
|
|
|
15811
15809
|
isTerminalHostedSecurityStatus,
|
|
15812
15810
|
runCli
|
|
15813
15811
|
};
|
|
15814
|
-
//# sourceMappingURL=chunk-
|
|
15812
|
+
//# sourceMappingURL=chunk-FWPQSTNF.js.map
|