7 Commits
Author SHA1 Message Date
dbl8005 186e153352 docs: remove the demo-gif caption line 2026-08-23 01:12:37 +03:00
dbl8005 f16651cf94 docs: add a real live-update demo GIF to the README
Driven end-to-end through the actual server + live-reload path (real
2s-poll cycles, real page reloads, a real click on the theme toggle) —
not faked frames. Fictional task, no real work or data. Sped up in the
README with a caption saying so.
2026-08-23 01:10:21 +03:00
dbl8005 4adaba4c9e chore: skills.sh discoverability — topics, badge, CI check
Added GitHub topics (claude-code, claude-code-skill, claude-code-plugin,
ai-agent-tools, developer-tools) for directory crawlers, a skills.sh
install badge to the README, and a CI step that runs the real skills.sh
CLI ('npx skills add . --list') to catch anything that would break
discovery before it ships.
2026-08-23 00:57:08 +03:00
dbl8005 5f320f98b6 docs: proper README — logo, CI badge, stronger problem framing
- Adds docs/logo.svg (rounded-square badge, the signal-ping mark) and
  shows it at the top of the README, above the title.
- Removes the demo-content disclaimer caption under the hero screenshot
  (the honesty note stays in the image alt text, just not as a visible
  line breaking the pitch) and the picture-tag dark-mode auto-swap, which
  was confusing readers viewing the README in a dark GitHub theme — the
  hero now always shows light mode regardless of viewer theme.
- Leads with a clear one-line problem statement before the screenshot,
  restructured section order to read start-to-finish like a normal OSS
  project README.
- Adds a live CI status badge.
2026-08-23 00:54:09 +03:00
dbl8005 3e4d4c46da feat: v1.1.0 redesign — light default, real toggle, kanban board, sticky nav
- Theme is now a manual toggle (real sun/moon SVG icons, not glyphs that
  don't render consistently), persisted to localStorage, defaults to light
  on first visit. No more silent OS-based auto-switching.
- Small wordmark + mark in a thin top bar so the page is recognizable as
  sitrep-panel, not just the task title.
- Status board rewritten as four kanban-style columns (to do / in progress
  / done / blocked) with live counts, instead of a loose wrap of
  identically-styled cards.
- Every section gets a one-line description of its purpose.
- Sticky section nav with scroll-spy highlighting — real wayfinding without
  hiding any content behind a click, since the whole point is to be
  glanceable.
- Log entries use a proper timeline rail (dot + connecting line) instead of
  a colored border-left accent.
- Palette rebuilt in OKLCH with neutrals tinted toward the accent hue.

Updates the SKILL.md/AGENTS.md protocol and validator for the new
column-based board markup and entry structure.
2026-08-23 00:47:27 +03:00
dbl8005 f4d9a01e9e ci: also run claude plugin validate against the manifest 2026-08-23 00:38:43 +03:00
dbl8005 f5702a8895 feat: initial release of sitrep-panel v1.0.0
A live local HTML report skill for Claude Code — status board, running
'what's happening now' narrative, screenshot gallery, newest-first log,
served on localhost with 2s-poll live-reload (no build step, no external
requests). Optional tracker-synced board (Jira/GitHub Issues/Linear),
falls back to a manual checklist when nothing's configured.

Invoked via /sitrep-panel [start|open|stop|archive].
2026-08-23 00:34:11 +03:00