@ai-dev-orchestrator/schemas 0.1.1 → 0.1.2

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.
@@ -3,6 +3,7 @@ export declare const BUILT_IN_CODING_RUNNER_ID: {
3
3
  readonly CLAUDE_CODE: "claude-code";
4
4
  readonly CODEX: "codex";
5
5
  readonly CURSOR: "cursor";
6
+ readonly OPENCODE: "opencode";
6
7
  };
7
8
  export type BuiltInCodingRunnerId = (typeof BUILT_IN_CODING_RUNNER_ID)[keyof typeof BUILT_IN_CODING_RUNNER_ID];
8
9
  export declare const BUILT_IN_CODING_RUNNER_IDS: readonly BuiltInCodingRunnerId[];
@@ -3,9 +3,11 @@ export const BUILT_IN_CODING_RUNNER_ID = {
3
3
  CLAUDE_CODE: 'claude-code',
4
4
  CODEX: 'codex',
5
5
  CURSOR: 'cursor',
6
+ OPENCODE: 'opencode',
6
7
  };
7
8
  export const BUILT_IN_CODING_RUNNER_IDS = [
8
9
  BUILT_IN_CODING_RUNNER_ID.CLAUDE_CODE,
9
10
  BUILT_IN_CODING_RUNNER_ID.CODEX,
10
11
  BUILT_IN_CODING_RUNNER_ID.CURSOR,
12
+ BUILT_IN_CODING_RUNNER_ID.OPENCODE,
11
13
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-dev-orchestrator/schemas",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",