KusumaOS-generated: Coder sandbox smoke test 4
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-05 07:40:14 +00:00
index.html @coder: automated implementation 2026-09-05 07:39:11 +00:00
README.md @coder: automated implementation 2026-09-05 07:39:11 +00:00
test.html @coder: automated implementation 2026-09-05 07:39:11 +00:00

coder-sandbox-smoke-test-4-mto2ls5r

KusumaOS-generated: Coder sandbox smoke test 4

What this is

A single static HTML page (index.html) that renders "hello". It has no functional purpose as a product — it exists solely as a minimal, low-risk payload used to verify the @coder agent's sandbox pipeline end to end (repo checkout, file write/edit, and PR creation).

How to run it

No build step or dependencies are required. Either:

  • Open index.html directly in a web browser, or
  • Serve it locally, e.g. python3 -m http.server from this directory and visit http://localhost:8000/.

Testing

test.html is a tiny, dependency-free browser-based check (open it in a browser) that fetches index.html and asserts it contains an <h1> with the text "hello". There is no build/CI step for this smoke-test repo.