Skip to content

chore: version packages#273

Merged
suleimansh merged 1 commit into
mainfrom
changeset-release/main
Jul 5, 2026
Merged

chore: version packages#273
suleimansh merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gemstack/ai-autopilot@0.9.0

Minor Changes

  • 08f5710: feat(ai-autopilot): add Product Management and Biological Science domain presets (Two more Open Loop domain presets: Product Management + Biological Science (#204) #275)

    Ships the last two of Rom's Open Loop: customizable prompts + flows, domain presets, marketplace #204 domain list as built-in Open Loop presets, so the set is now five: Software Development, Web Development, Data Science, Product Management, and Biological Science.

    • Product Management reviews a substantial change against the requirement it serves, the experience it gives the user, and whether its success is measurable; a fix traces the user impact and root cause before it is locked in. Technical Control runs the leaner requirements review only.
    • Biological Science reviews an analysis or pipeline for sound experimental design, trustworthy data provenance, and statistical rigor; a fix traces the analytical cause before it is locked in. Technical Control runs the experimental-design review only.

    Both are pure .md content under presets/, auto-discovered by builtinDomainPresets(), so meta-select and --preset can route to them with no further wiring. Each ships a real stable skill reference (Shape Up; Ten Simple Rules for Reproducible Computational Research).

@gemstack/framework@0.7.0

Minor Changes

  • cc6a8db: feat(framework): AI meta-select — auto-pick the Open Loop domain preset, modes, and build event kind from the prompt + workspace (AI meta-select: auto-pick the domain preset + modes from the prompt + workspace #270)

    A live run with no --preset (and none in the-framework.yml) now infers the best-fit domain preset, its modes (technical / autopilot), and the build event kind from what you asked for and the project you are in, then runs under it. So framework "add a login page" in a web app picks Web Development on its own. --no-auto-preset opts out (plain framework flow); --fake stays deterministic. Any failed or empty pick falls back to the plain flow, so the auto-pick never blocks a run.

  • 5f319ff: feat(framework): show the active Open Loop modes as read-only checkboxes on the dashboard (Dashboard: show the active Open Loop modes as checkboxes #272)

    When a run builds under a domain preset, the dashboard now renders a Modes panel with the run's modes as checkboxes ([x] technical / [ ] autopilot), so the policy driving the build is visible beside the stack and loop panels. Backed by a new modes framework event (OPEN_LOOP_MODES is the canonical mode ordering, shared with the meta-select router); a run with no preset emits nothing and shows no panel. The event persists with the run, so --resume rehydrates the panel too.

  • 9f62be7: feat(framework): run the --serve verification in a Docker sandbox (Build inside a sandboxed Runner (Docker) instead of the host #229)

    framework --serve ... --sandbox docker now boots the app inside a throwaway container instead of on the host: the source is copied in, deps install and the dev server runs in the container, and the health check hits a mapped port. So agent-authored code never installs or runs on your machine to be verified. --sandbox local (the default) is unchanged — it adopts the host cwd in place.

    This is the first slice of Build inside a sandboxed Runner (Docker) instead of the host #229: only the serve verification is sandboxed; the build itself still runs on the host (the container is re-seeded with the latest source before each check). Requires a reachable Docker daemon — a run that asks for the sandbox without one fails fast with a clear message; --sandbox docker without --serve is a no-op note. runFramework gains sandbox and an injectable runner option.

Patch Changes

  • Updated dependencies [08f5710]
    • @gemstack/ai-autopilot@0.9.0

@gemstack/example-autopilot-quickstart@0.0.8

Patch Changes

  • Updated dependencies [08f5710]
    • @gemstack/ai-autopilot@0.9.0

@gemstack/example-bootstrap-quickstart@0.0.8

Patch Changes

  • Updated dependencies [08f5710]
    • @gemstack/ai-autopilot@0.9.0

@gemstack/example-framework-demo@0.0.5

Patch Changes

  • Updated dependencies [cc6a8db]
  • Updated dependencies [5f319ff]
  • Updated dependencies [9f62be7]
  • Updated dependencies [08f5710]
    • @gemstack/framework@0.7.0
    • @gemstack/ai-autopilot@0.9.0

@gemstack/example-framework-discovery@0.0.5

Patch Changes

  • Updated dependencies [cc6a8db]
  • Updated dependencies [5f319ff]
  • Updated dependencies [9f62be7]
  • Updated dependencies [08f5710]
    • @gemstack/framework@0.7.0
    • @gemstack/ai-autopilot@0.9.0
    • framework-hello@0.0.4

framework-hello@0.0.4

Patch Changes

  • Updated dependencies [08f5710]
    • @gemstack/ai-autopilot@0.9.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 7cd2167 to c96a0dd Compare July 5, 2026 18:53
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c96a0dd to e358d60 Compare July 5, 2026 19:23
@suleimansh suleimansh merged commit 7e8fdae into main Jul 5, 2026
2 checks passed
@suleimansh suleimansh deleted the changeset-release/main branch July 5, 2026 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant