Skip to content

docs(ai-autopilot): bootstrap capstone example — the whole flow offline (#124)#131

Merged
suleimansh merged 1 commit into
mainfrom
feat/bootstrap-quickstart-example
Jul 2, 2026
Merged

docs(ai-autopilot): bootstrap capstone example — the whole flow offline (#124)#131
suleimansh merged 1 commit into
mainfrom
feat/bootstrap-quickstart-example

Conversation

@suleimansh

Copy link
Copy Markdown
Member

Part of #124. Delivers the offline capstone example; the live-verification half stays infra-gated (see below).

A new private examples/bootstrap-quickstart workspace that runs the entire AI-framework epic in one deterministic, no-API-key flow:

detect framework (preset)
  → Bootstrap: scope → architect → build → full-fledged loop → deploy
  → scale mode: CODE-OVERVIEW.md

AiFake scripts the model and FakeRunner is an in-memory sandbox, so it's fully offline and deterministic. Run it:

pnpm --filter @gemstack/example-bootstrap-quickstart start

What it exercises, composed for real (not stubbed orchestration):

Verified: the smoke test (2/2) asserts the whole chain, and start prints the full narration end to end (scope → architect w/ 2 recorded decisions → 3 files scaffolded → checklist ✗ then ✓ → SSR/dockploy deploy → CODE-OVERVIEW.md).

Live verification (the infra-gated half of #124): the framework pieces verify offline here; the honest "zero to a running app" proof needs a real model + LocalRunner producing an app end to end. Swapping the two fakes is the only code change. Keeping #124 open to track that.

Private example (not published) — no changeset.

@suleimansh suleimansh added the enhancement New feature or request label Jul 2, 2026
@suleimansh suleimansh self-assigned this Jul 2, 2026
@suleimansh suleimansh added the priority: medium Worth doing, not urgent label Jul 2, 2026
@suleimansh suleimansh merged commit 7e395f2 into main Jul 2, 2026
2 checks passed
@suleimansh suleimansh deleted the feat/bootstrap-quickstart-example branch July 2, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request priority: medium Worth doing, not urgent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant