feat(report): add Founder Managed Track quote tiers - #24
Open
yashodhank wants to merge 9 commits into
Open
Conversation
added 9 commits
June 20, 2026 03:48
predeploy-check.sh: add a preflight stage that emits a distinct BLOCKED status (exit 2) with remediation when composer/docker prerequisites are missing, instead of an opaque FAIL; make the PHP 7.4 lint fail closed when php:7.4-cli is unavailable rather than reporting an unverified PASS. deploy.sh: add --dry-run (preview + stop), --yes (automation), a type-to-confirm prompt before any production write, and an SSH-reachability preflight. Prod rsync/chown/excludes and post-deploy verification unchanged. local-whmcs.sh: add require_platform / require_docker preflights so missing prerequisites fail fast with clear guidance. Fix the runbook path references (the file lives under the addon's docs/, not repo-root docs/) in predeploy-check.sh and CLAUDE.md.
Add plans/001-002 (the improve-skill implementation plans behind b189d54) to version control. Ignore .repowise/ (regenerable repowise wiki cache + local session state) and .claude/worktrees/.
- Add a skill for testing contabo_pricing + contabo_vps against real local WHMCS (8.13/PHP7.4 + 9.0/PHP8.2) via the whmcs-devbox stack: unit -> real-7.4 lint -> real-WHMCS hooks; why both versions matter; tie-in to the predeploy gate. - CLAUDE.md deploy section now names whmcs-devbox as the canonical local stack (local-whmcs.sh kept as legacy).
This was referenced Aug 5, 2026
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.
Summary
Verification
npm run test:managedcargo test --release(3 unit + 16 API smoke tests)cargo build --releasenode --check .github/scripts/generate_html.js./target/release/contabo-scraper scrape --output ./data/outputattempted; 10 of 16 fetched and 6 Cloud VPS URLs returned HTTP 301, so the binary exited 2 while carrying forward prior plans. This remains a separate scraper follow-up.