4 Commits

Author SHA1 Message Date
Brummel 9efa052b6d plan: copy-close on case page
Bite-sized implementation plan for spec 0002 (case-page half of #14):
add a gated "Kopieren + Schließen" control below the document (Task 1,
with a shared copyDocText() refactor), a bare "Schließen" for
documentless open cases (Task 2), then remove the H1 trash-can close
(Task 3), and a whole-suite + clippy + fmt gate (Task 4). Ordered so
each task leaves the suite green.

refs #14
2026-06-01 14:29:01 +02:00
Brummel a4ecad08ba chore(skills): add dev-cycle profile and switch docs to counter-prefix naming
Activate the skills plugin for this project with a project profile at
.claude/dev-cycle-profile.yml: server-focused inner-loop build/test,
scripts/check.sh as the audit regression gate, and the Gitea tracker
wired as the boss forward queue.

Set the naming policy to stable_per_directory_4digit (0001-slug.md) for
docs/specs and docs/plans, and rename the existing date-prefixed
artefacts to match. The one internal spec cross-link is updated.
2026-06-01 13:56:58 +02:00
Brummel 67d26eaf4b plan: responsive WebUI on phone viewports
Plan for issue #10. CSS-only: viewport meta tag on every page plus a
@media (max-width: 640px) breakpoint on the three desktop-width pages.
Desktop (>=900px) render stays byte-identical.
2026-05-30 15:40:23 +02:00
Brummel 0de96081c8 Add implementation plan for watch multi-profile build mechanism
Eleven tasks: profiles.d/ scaffolding + run.sh helpers + dispatch rewire,
BuildConfig PROFILE_NAME / IS_DEV_PROFILE + manifest appLabel placeholder,
optional DevBadge composable, and a full smoke-test matrix. External
prereqs V1-V3 (minerva users.toml plaintext keys, Krey user, ADB serials)
called out before the code path.

refs #3
2026-05-20 18:39:39 +02:00