Skip to content

feat(cli): cover hono in the sandbox and run its smoke in ci - #632

Merged
HugoRCD merged 1 commit into
mainfrom
feat/cli-sandbox
Aug 26, 2026
Merged

feat(cli): cover hono in the sandbox and run its smoke in ci#632
HugoRCD merged 1 commit into
mainfrom
feat/cli-sandbox

Conversation

@HugoRCD

@HugoRCD HugoRCD commented Aug 25, 2026

Copy link
Copy Markdown
Owner

🔗 Linked issue

Stacked on #630 (itself on #629). Third layer of the Hono CLI stack.

📚 Description

scripts/cli-sandbox.mjs already solves "test the CLI against real apps and put them back": the committed base is the map fixtures plus generators, the working copies live under the gitignored .sandbox/, and each app is its own git repo whose initial commit is the pristine state — --reset is a checkout + clean. This PR makes that workflow cover the new framework and makes it public instead of tribal:

  • Hono joins APPS (reusing the hono-basic fixture from feat(cli): add Hono adapter to evlog map #629), so pnpm cli:sandbox builds it and --smoke drives all 18 non-interactive checks against it — the full matrix passes at 18 × 5. One smoke assertion learned Hono's src/evlog.ts shape.
  • CI runs the smoke as a step of the Test job, gated to pull requests that touch packages/cli or the script, so a docs-only PR pays nothing. This is the end-to-end seam (detect → init → doctor → map → baseline) that would have caught the init crash the stack's base PR fixed.
  • The workflow is documented where contributors look: the pnpm cli:sandbox line in the root AGENTS.md commands, and the create-map-rule skill now lists the sandbox as an adapter touchpoint and uses it as the verification step.

No changeset: nothing published changes.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evi Ready Ready Preview Aug 25, 2026 7:44pm
evlog-docs Ready Ready Preview, v0 Aug 25, 2026 7:44pm
evlog-render-lab Ready Ready Preview Aug 25, 2026 7:44pm
evlog-telemetry Ready Ready Preview Aug 25, 2026 7:44pm
just-use-evlog Ready Ready Preview Aug 25, 2026 7:44pm

Request Review

@changeset-bot

changeset-bot Bot commented Aug 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0b24ff1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: cd3d6c99-ed1b-4830-843a-3431905c695e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

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