Skip to content

Commit 2e4f956

Browse files
author
uncle7
committed
chore: remove wan placeholder runner (v0.12.3)
- opencli automation experiment fully removed - Only Gemini (Chrome Extension bridge) runner remains
1 parent 0c6f7d6 commit 2e4f956

6 files changed

Lines changed: 3 additions & 27 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videospec",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "OpenSpec-Video (videospec) - A cinematic AI automation framework: structured narrative specs → production-ready media via multi-provider pipeline.",
55
"main": "dist/index.js",
66
"bin": {

cli/src/commands/webappExec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* opsv webapp-exec — Execute webapp generation tasks
33
*
4-
* Routes compiled task JSONs to site-specific runners (gemini, wan, etc.)
4+
* Routes compiled task JSONs to the Gemini Chrome Extension runner
55
* and handles post-processing (watermark, result saving).
66
*/
77

cli/src/core/compiler/providers/WebappCompiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ============================================================================
22
// OpsV Webapp Provider Compiler
3-
// Browser automation: gemini, wan, etc.
3+
// Browser automation via Chrome Extension bridge (Gemini)
44
// ============================================================================
55

66
import { ProviderCompiler, CompileContext } from '../ProviderCompiler';

cli/src/webapp-runner/core/dispatcher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { RunnerResult } from './types';
1111
// Adding a new site = add an entry here + create runners/<site>.ts
1212
const RUNNER_MAP: Record<string, string> = {
1313
'webapp.gemini': '../runners/gemini',
14-
'webapp.wan': '../runners/wan',
1514
};
1615

1716
/**

cli/src/webapp-runner/core/pipeline.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { execSync } from 'child_process';
1818

1919
const WATERMARK_TOOLS: Record<string, string | null> = {
2020
gemini: 'gwr',
21-
wan: null,
2221
default: null,
2322
};
2423

cli/src/webapp-runner/runners/wan.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)