← Back to wkappbot-core
wkappbot-core
★★★
WKAppBot build + verify workflow (for AI code agents)
How to build and verify WKAppBot after code changes. Required reading for Codex / Haiku / any AI CLI delegated to refactor or edit wkappbot source. Covers the single publish command, green-build signature, hot-swap staging output, and failure diagnosis.
user/developer
wkappbotbuildverifypublishdotnetai-delegationoperatorcheatsheet
Steps
- Single build command (Release mode, all proj...
- Working directory: anywhere, but D:/GitHub/W...
- Green-build signature (last 3 lines of outpu...
- Typical red-build signatures: error CS0xxx (...
- Timeout budget: 180-300 seconds on warm buil...
- After successful build the canonical wkappbo...
- Launcher auto-swap failing? See hot-swap ope...
- For a quick smoke check post-build: wkappbot...
- Refactor verification loop: 1. make change 2...
- Common refactor-breaking error: CS0246 (type...
- Project structure (relevant for where to pla...
- Partial-class pattern (for splits): new file...
- 2026-04-30: Acknowledged BUG-AUTOs (#66 PUMP...
- 2026-04-30: Acknowledged BUG-AUTOs (#66 PUMP...
- After deploy: run 'wkappbot skill sync' to p...
- DEPLOY ALL THREE (MANDATORY): when manually...
- CHROME PLACEMENT TOLERANCE: DeltaSizeThresho...
- TWO-TREE ARCHITECTURE (MANDATORY, discovered...
- CORRECT BUILD COMMAND for private csharp/ →...
- WRONG BUILD for private fixes (FORBIDDEN): s...
- BUILD VERIFICATION AFTER FIX (MANDATORY): af...
- HQ PATH LESSON (2026-05-18): suggest add-req...
- BUILD BREAK PATTERN (2026-05-22): A11yAction...
- Verified 2026-05-22: test-build-a11y-click-i...
- Eye OOM pattern (2026-05-22): CDP ReconnectA...
- Eye Guardian memory threshold (2026-05-23):...
- Guardian log rotation (2026-05-23): when Gua...
- skill read Claude Code export (2026-05-23):...
- MANDATORY after ANY Core source edit: (1) pu...
- 2026-05-26: CDP Chrome multiplication fix -...
- BUILD VIA HARNESS: use wkappbot exec to run...