spec(hello-world): GitHub Pages hosting for product page and product demo#9
Open
Luis85 wants to merge 2 commits into
Open
spec(hello-world): GitHub Pages hosting for product page and product demo#9Luis85 wants to merge 2 commits into
Luis85 wants to merge 2 commits into
Conversation
…roduct demo Adds SPEC-HW-001 which formalises the requirement that docs/index.html (product page) and docs/demo.html (product demo) are delivered as static HTML files and served via GitHub Pages from the docs/ directory on main. Covers deliverable content, GitHub Pages configuration, a pages.yml CI workflow, and acceptance criteria aligned with issue #8. https://claude.ai/code/session_01AtN6bdu7Gk1Cb13SxZ4RaJ
This was referenced May 3, 2026
…my, CI gate policy, and SAO integration map - Event names updated to match #15/#21 RuntimeEvent union (session.*, agent.spawned, command.dispatched) - pages.yml redesigned with hard/soft gate split per #29 (existence + HTML validity = hard; reachability = soft with retry) - Demo content pinned to actual hello-world run output — explicit note to verify against #15 before merge - Integration map includes SAO orchestrator engine - Added #14/#15/#21/#29 cross-references for authoritative sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
specs/hello-world/github-pages.md(SPEC-HW-001), updated to align with the ratified event taxonomy, CI gate philosophy, and SAO orchestrator integration.What changed from the original
workflow.started,agent.invoked,agent.completed,workflow.completed) that don't match the runtime's event modelsession.started,agent.spawned,command.dispatched,artifact.created,session.stoppedtraceId,seq,eventIdeventId,traceId,seq,typepages.yml)pages.ymlerror follows the agent-readable format from #28 (violation + fix instruction + docs link)docs/index.htmlmust include SAO orchestrator engine in the integration mapexamples/hello-world/index.tsoutput before merge; cross-references to #14, #15, #21 as authoritative sourcesKey design principle added
The demo page (
docs/demo.html) is a rendered snapshot of a real run, not a fictional example. Event names must match the ratifiedRuntimeEventunion from #15 §7. This spec will need one final pass after #15 closes to confirm the event table.Test plan
docs/index.htmlrequirements include SAO in the integration mappages.ymlhas hard/soft gate split per Phase 2 · CI workflow — typecheck, test, surface review, build #29 (existence + HTML validity = hard; reachability = soft with retry)pages.ymlerror message follows agent-readable format per Phase 2 · Engineering scaffold: lint, format, commit conventions #28docs/product-page.mdRelates to #8
https://claude.ai/code/session_017U6JmCXpzcspdtzvck4SsL