KusumaOS-generated: Coder sandbox smoke test 4
- HTML 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| index.html | ||
| README.md | ||
| test.html | ||
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.htmldirectly in a web browser, or - Serve it locally, e.g.
python3 -m http.serverfrom this directory and visithttp://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.