Conversation
…-B requirement - copilot.instructions.md: replace §9 with full Fix Execution Protocol (§9.1-9.6) including Tier-0 log gate, pre-code-review declaration, test-fail loop, plan-B mandate - tiered-debug-sop.md: add §1.5 Tier-0 Mandatory Log Snapshot + Pre-Code-Review Gate; §6.2 pre-code-review step; §8.1a Test-Fail Loop; §8.6 version bump to 1.1.0 - CI-CD-WORKFLOW.md: add Pre-Deploy Debug Gate section with pre-merge checklist and Auto-Test Failure Protocol; update Change Log Closes repeat-issue root causes: no log review before fix, no Plan B defined, test failures not looped back to log investigation.
Require all secrets/API keys to be confirmed available during Plan Mode before any implementation begins. Prevents mid-execution blocking on missing DOCKER_HUB_TOKEN, SSH key, OPENROUTER_API_KEY, LINE secrets, etc. Rule: ASK ONCE (consolidated) during planning — never mid-implementation.
…on tests, and 22-check verification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
R3 Production Fixes - All 6 Root Causes Resolved
Root Causes Fixed
askFallback: "allowlist"+ deploy.sh applies exec config/line/→ port 18789 (native async handler)memorySearch.provider: "openai"configChanges (3 commits, 7 files)
Commit 1:
fix(r3): native LINE handler, exec allowlist, embeddings configconfig/openclaw.prod.json5:askFallback: "allowlist"+memorySearchsectiondocker/nginx/openclaw.conf:/line/→ 18789,/line-bridge/→ 5100 (fallback)docker/deploy.sh: Post-deploy: clear sessions, apply exec/embeddings config, update nginx, increase flask timeoutCommit 2:
test(r3): add 17-check automated regression test suitetests/r3-regression-tests.sh: Deterministic checks (config values, exec smoke tests, LINE webhook, nginx routing, session cleanup)Commit 3:
ci(r3): GitHub Actions pipeline with 3-retry auth, automated tests.github/workflows/docker-build-push.yml: 3-retry Docker Hub auth with actionable error.github/workflows/deploy-vps.yml: SCP test scripts, run 22 automated checks, upload artifacts on failuredocs/CI-CD-WORKFLOW.md: Full GitHub Actions pipeline documentationAutomated Verification (22 checks)
All checks run automatically in deploy-vps.yml:
Deployment Flow
maindocker-build-push.ymlauto-builds + pushespiboonsak/openclaw:latestdeploy-vps.ymlauto-deploys to VPSRelated
D:\01_gitrepo\Openclaw\docs\R3-investigation-report.md