MolinoPro

ai-operated-staging-clone

Master Codebase Guidebook
Markdown + HTML Dev-Docs Renderer - Frontend Client Module

Default Index
Open README.md
Root: README.mdstaging
Milestones
H1AI-Operated Staging Clone

status: active staging operating model last_updated: 2026-04-28

This staging clone exists so Molino can test AI-assisted development safely before integrating changes into the main production codebase.

H2Purpose
  • keep the original molino-index / molino project untouched during experimentation
  • let AI-assisted coding work happen in a separate private staging repository
  • deploy changes to a familiar Vercel URL for inspection and review
  • use the staging app as a mockup, audit surface, and public-friendly preview when appropriate
  • integrate approved work back into the main project later through deliberate review
H2Live Staging Surface
  • Live staging app: https://molino-staging.vercel.app/
  • Staging repository: zaruqsummers/molino-staging
  • Original upstream repository: zaruqsummers/molino
  • Expected deployment loop: commit to the staging repository, then Vercel auto-redeploys the staging app.
H2Operating Boundary
  • Do not push staging experiments directly to the original upstream repository.
  • Treat the original project as the source of production truth.
  • Treat this clone as the feature-testing and public mockup lane.
  • Make changes here first, verify them here, and only integrate back after approval.
  • Keep public-facing documentation in dev-docs/ readable for non-devs.
  • Keep implementation-heavy reference material in dev-docs/_PRD/ or deeper feature docs.
  • Stay inside the Codex Offside Rule: update the active Plan-Commit-Build document before and after coding.
H2Current Documentation Shape
H2Future Automation Direction

This clone can eventually support scheduled or triggered AI-assisted development routines, such as:

  • proposed fixes
  • feature drafts
  • documentation projection
  • branch-based experiments
  • Google Sheets or Apps Script driven configuration
  • generic deployment variants for different brands, businesses, or project needs

Those routines should remain human-reviewed. The core pattern is:

  1. propose or generate in staging
  2. deploy and inspect on Vercel
  3. audit behavior, docs, and risks
  4. approve or reject
  5. integrate only approved work into the main project
H2Session Note
H32026-04-28 - Live Vercel staging context added

Recorded the live staging URL and the operating rule that GitHub commits to molino-staging are expected to trigger Vercel redeploys. The staging clone remains the AI-operated test lane; the original repository remains untouched unless an approved integration step is explicitly requested.

H32026-04-28 - Codex Offside Rule added

Added the rule that AI-assisted coding must not run ahead of the human planning surface. Each build step needs a before/after update in the active Plan-Commit-Build Google Doc, with done items marked only after review or verification.