Files
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

15 lines
617 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "sitrep-panel",
"description": "A live local HTML report Claude keeps updated as it works — status board, running narrative, screenshots, newest-first log — so you can watch progress without reading the transcript.",
"version": "1.1.0",
"author": {
"name": "Dave"
},
"homepage": "https://github.com/dbl8005/sitrep-panel",
"repository": "https://github.com/dbl8005/sitrep-panel",
"license": "MIT",
"keywords": ["progress", "report", "dashboard", "status", "live-reload", "session"],
"skills": ["./"]
}