MolinoPro

README

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

Default Index
Open README.md
Root: README.mdstaging
Milestones
H1Staging Lane

Status: active working lane for testing Molino Index changes before integration into the main project.

This clone is tied to the stage Molino Index conversation and related Molino Index notes. Use it as the first implementation and verification surface before moving stable work back into the main molino-index project.

H2Operating Rule
  • Make next action steps in this staging clone first.
  • Keep local docs updated when the staging state changes.
  • Test behavior here before committing or integrating into the main Molino Index project.
  • Treat the main project as the later integration target, not the first place to experiment.
  • Commit and push approved staging changes to the staging repository so Vercel can auto-redeploy the test site.
  • Use npm run redeploy when local changes are ready: it builds, creates the local staging commit through postbuild, then pushes main to GitHub for the Vercel redeploy. The old Google Cloud path remains available as npm run redeploy:gcloud.
H2Live Deployment
H2Public Staging Context

The Stageup overview is the public-facing context layer for this staging clone. Keep it readable for collaborators and supporters; keep deeper implementation detail in the relevant feature docs or copied _PRD source material.

H2Current Session Note

2026-04-28:

  • Confirmed this repo is the staging lane for Molino Index work.
  • Current branch is main inside the staging clone.
  • Current app root redirects to /studio; the older staging landing copy remains commented in app/page.tsx.
  • Existing working notes indicate the sync command is npm run molino-index and local development uses npm run dev.
  • Next step is to choose the specific staged implementation target, then test it here before later integration.
  • Imported relevant local Stageup notes into dev-docs/staging/molino-stageup.README.md and the active Trips review checklist into dev-docs/trips/human-layer-checklist.md.
  • Added the live Vercel staging URL and the GitHub-to-Vercel redeploy loop as the active staging operating model.
  • Parked a later skills and sessions sheet-driven items pipeline as a deferred mission; documented it in the Google Doc and local PRD, without starting implementation or touching the working Molino Docs Apps Script.
  • Added npm run redeploy as the one-command local-to-staging flow: build locally, auto-commit via postbuild, then push main so Vercel redeploys molino-staging.vercel.app. Preserved the old Cloud Run deploy path as npm run redeploy:gcloud.