You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #54 (found while researching it). AGENTS.md describes an architecture several PRs old and will actively mislead anyone working on styling:
AGENTS.md:53 — "Styles live in render/styles.go as package-level lipgloss.Style vars" — false since feat: accept host theme/style set via WithStyles option #31 (Styles struct + DefaultStyles() + WithStyles); the options pattern isn't mentioned at all.
Part of #54 (found while researching it).
AGENTS.mddescribes an architecture several PRs old and will actively mislead anyone working on styling:AGENTS.md:53— "Styles live inrender/styles.goas package-levellipgloss.Stylevars" — false since feat: accept host theme/style set via WithStyles option #31 (Stylesstruct +DefaultStyles()+WithStyles); the options pattern isn't mentioned at all.AGENTS.md:26— "OnlyButtonClickedis actually emitted today" — false (InputSubmitted,ChoiceSelectedship).AGENTS.md:49— "Only buttons are interactive" — false.AGENTS.md:70— "Button.Actionis not yet wired" — false (render/render.go:398-448).AGENTS.md:71— "The data model (updateDataModel) is not applied" — false (render/composite.go:119-128).AGENTS.md:72— "Input components are read-only" — false.AGENTS.md:73— "First tab is always active. Modal renders only its trigger" — false (tabs Tabs: interactive tab switching (only the first tab renders today) #45, modals).AGENTS.md:65— referencesrender/deps.go, which no longer exists.actionpackage exists but is never mentioned.Also:
website/docs/intro.md:17still says "the main remaining gap is interactive tab switching" — that landed via #45/PR #50.Refresh both, and update the styling section again when #56/#57 land (or fold this into that series).