Paste first poem into html-poster #1

Closed
opened 2026-06-10 11:38:31 +00:00 by ldraney · 0 comments
Owner

Type

Feature

Lineage

Standalone -- first content for the app.

Repo

ldraney/html-poster

User Story

As Lucas
I want to paste my first poem into the app
So that I have real content live from day one

Context

html-poster exists to publish standalone HTML pages publicly. The first poem is the first piece of content. The app may not have a full Rails scaffold yet, so this could go into public/poem.html as a static file initially.

File Targets

Files the agent should modify or create:

  • public/poem.html -- standalone HTML page with the poem

Files the agent should NOT touch:

  • docs/ -- documentation is already written

Feature Flag

none

Acceptance Criteria

  • Poem HTML is in the repo
  • Page is accessible at a route or as a static file
  • Content renders correctly in a browser

Test Expectations

  • Manual: open the HTML file in a browser, verify it renders
  • Run command: n/a (static HTML, no test framework yet)

Constraints

  • Keep it simple -- static HTML file in public/ is fine for now
  • No database, no controller needed yet

Checklist

  • PR opened
  • No unrelated changes
  • html-poster -- project this affects
### Type Feature ### Lineage Standalone -- first content for the app. ### Repo `ldraney/html-poster` ### User Story As Lucas I want to paste my first poem into the app So that I have real content live from day one ### Context html-poster exists to publish standalone HTML pages publicly. The first poem is the first piece of content. The app may not have a full Rails scaffold yet, so this could go into `public/poem.html` as a static file initially. ### File Targets Files the agent should modify or create: - `public/poem.html` -- standalone HTML page with the poem Files the agent should NOT touch: - `docs/` -- documentation is already written ### Feature Flag none ### Acceptance Criteria - [ ] Poem HTML is in the repo - [ ] Page is accessible at a route or as a static file - [ ] Content renders correctly in a browser ### Test Expectations - [ ] Manual: open the HTML file in a browser, verify it renders - Run command: n/a (static HTML, no test framework yet) ### Constraints - Keep it simple -- static HTML file in `public/` is fine for now - No database, no controller needed yet ### Checklist - [ ] PR opened - [ ] No unrelated changes ### Related - `html-poster` -- project this affects
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/html-poster#1
No description provided.