@open330/oac 2026.2.5 → 2026.220.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/{chunk-4IUL7ECC.js → chunk-7Y4LZUDP.js} +3 -3
- package/dist/{chunk-4IUL7ECC.js.map → chunk-7Y4LZUDP.js.map} +1 -1
- package/dist/{chunk-CJAJ4MBO.js → chunk-OS3XDHOJ.js} +57 -18
- package/dist/chunk-OS3XDHOJ.js.map +1 -0
- package/dist/cli/cli.js +2 -2
- package/dist/cli/index.js +2 -2
- package/dist/dashboard/index.js +1 -1
- package/dist/discovery/index.d.ts +1 -1
- package/dist/repo/index.d.ts +2 -2
- package/dist/repo/index.js +1 -1
- package/dist/{types-CYCwgojB.d.ts → types-3_IAAxh5.d.ts} +1 -0
- package/package.json +15 -13
- package/dist/chunk-CJAJ4MBO.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cloneRepo,
|
|
3
3
|
resolveRepo
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OS3XDHOJ.js";
|
|
5
5
|
import {
|
|
6
6
|
CompositeScanner,
|
|
7
7
|
GitHubIssuesScanner,
|
|
@@ -3119,7 +3119,7 @@ function registerCommands(program) {
|
|
|
3119
3119
|
program.addCommand(createExplainCommand());
|
|
3120
3120
|
}
|
|
3121
3121
|
async function createCliProgram() {
|
|
3122
|
-
const version = true ? "2026.
|
|
3122
|
+
const version = true ? "2026.220.1" : "0.0.0";
|
|
3123
3123
|
const program = new Command13();
|
|
3124
3124
|
program.name("oac").description("Open Agent Contribution CLI").version(version).option("--config <path>", "Config file path", "oac.config.ts").option("--verbose", "Enable verbose logging", false).option("--quiet", "Suppress non-error output", false).option("--json", "Output machine-readable JSON", false).option("--no-color", "Disable ANSI colors");
|
|
3125
3125
|
registerCommands(program);
|
|
@@ -3149,4 +3149,4 @@ export {
|
|
|
3149
3149
|
createCliProgram,
|
|
3150
3150
|
runCli
|
|
3151
3151
|
};
|
|
3152
|
-
//# sourceMappingURL=chunk-
|
|
3152
|
+
//# sourceMappingURL=chunk-7Y4LZUDP.js.map
|