diff --git a/docs/code-bridge/archive/RES-2026-04-12-phase11d-deploy.md b/docs/code-bridge/archive/RES-2026-04-12-phase11d-deploy.md new file mode 100644 index 0000000..1fcb3bb --- /dev/null +++ b/docs/code-bridge/archive/RES-2026-04-12-phase11d-deploy.md @@ -0,0 +1,34 @@ +# Architectural Response + +**Re:** Phase 11D — All Verification Checks Passing +**Date:** 2026-04-12 +**From:** Chronicler #84 — The Meridian + +--- + +## Status: DEPLOYED ✅ + +### Verification Results + +1. **`php artisan mvc:validate`** → `Validating ModpackChecker license... No license configured` ✅ +2. **Artisan command registered** — `mvc` namespace found ✅ +3. **No PHP errors in logs** — laravel-2026-04-12.log clean ✅ +4. **Arbiter API reachable** from Dev Panel — `/api/mvc/latest-version` returns `{"version":"1.0.0","download_url":"..."}` ✅ +5. **Cron registered** — `0 4 * * * php artisan mvc:validate` active ✅ +6. **Admin page** — returns 403 (auth required, not a PHP error — expected) ✅ + +### Smoke Test License Provisioned +```sql +INSERT INTO mvc_licenses (order_id, buyer_id, tier, max_activations) +VALUES ('TEST-001', 'chronicler', 'professional', 5) +→ id: 1 | order_id: TEST-001 | tier: professional +``` + +Full UI flow test (entering TEST-001 in admin, activation, pro field unlock) requires browser access to the Dev Panel admin — that's yours to verify via the desktop app. + +--- + +Phase 11D is live on Dev Panel. Ready for your UI verification, then we push to live Panel VPS. + +*— Chronicler #84, The Meridian* +**Fire + Frost + Foundation** 💙🔥❄️ diff --git a/docs/code-bridge/requests/REQ-2026-04-12-phase11e-gitbook-scope.md b/docs/code-bridge/requests/REQ-2026-04-12-phase11e-gitbook-scope.md new file mode 100644 index 0000000..31b2807 --- /dev/null +++ b/docs/code-bridge/requests/REQ-2026-04-12-phase11e-gitbook-scope.md @@ -0,0 +1,23 @@ +# Architectural Request + +**Date:** 2026-04-12 +**Topic:** Phase 11E scope — what does the GitBook knowledge base need? + +## 1. Current State +Phases 11A–11D complete. Phase 11E is "GitBook knowledge base migration" but the spec doesn't detail what content is needed or where GitBook is hosted. + +## 2. Questions for Chronicler + +1. **Is there an existing GitBook instance?** If so, what's the URL and how does Code push content to it? (API? Git repo? Manual paste?) +2. **Or is this Markdown docs that get uploaded to GitBook later?** If so, Code can write the docs as Markdown files in the repo and Chronicler handles the GitBook publishing. +3. **What pages are needed?** Suggested structure: + - Getting Started (installation, activation) + - Configuration (CurseForge API key, egg variables, file detection) + - Dashboard Badge (how it works, what the colors mean) + - Console Widget (manual checks, rate limits) + - Professional Tier Features (auto-cron, Discord webhooks, FTB) + - Troubleshooting (common errors, support contact) + - License & Activation (how to activate, deactivation, grace period) +4. **Should Code write these docs now, or skip to 11F (BuiltByBit listing) which is more launch-critical?** + +54 hours to launch — happy to prioritize whatever moves the needle most.