readme
49Cursor rule Cursor
Keep README.md features, stack, and quick start in sync with the product.
Cursor rule Cursor
Keep README.md features, stack, and quick start in sync with the product.
Cursor rule Cursor
Run local static analysis and fix new issues before finishing a task.
Skill Claude CodeCodexCursor
Use Issues via MCP or REST with personal/service-account API tokens. Apply when coding agents need ticket context, updates, moves, or comments on the Issues tracker (getticketcontext, PAT, isspat, isssat).
Instructions file CodexOpenCode
Instructions for vepo/issues, covering agent instructions (issues), agents vs commands, rules — four pillars (always on), file-scoped rules and project subagents (.cursor/agents/).
Instructions file
Instructions for vepo/issues, covering claude.md, mandatory development process — read before touching src/, commands, backend and frontend (src/main/webui).
Skill Claude CodeCodex
Run local static analysis (no SonarCloud token) on this Quarkus/Java project and fix findings with conservative, behavior-preserving changes. Use when the user asks to fix static analysis issues, lint warnings, or Sonar-style findings without calling SonarCloud.
Skill Claude CodeCodex
Automatically fix all failing Maven tests in this Quarkus/Java project by iterating until they pass. Use when the user asks to fix failing tests or get the test suite green.
Skill Claude CodeCodex
Automatically raise JaCoCo test coverage to 80% (instruction and branch) in this Quarkus/Java project while ensuring every test asserts all results. Use when the user asks to increase test coverage or close coverage gaps.
Skill Claude CodeCodex
Produce a read-only structural audit of the Contraponto codebase — class responsibilities, package boundaries, duplication, and rule compliance. Use when the user asks for an architecture review or structural audit; does not change code.
Agent Cursor
Phase 2 — architecture design for Contraponto. ADRs, packages, schema, HTMX component model, htmx-events.md deltas. Never write production code.
Agent Cursor
Contraponto documentation maintainer. Phases 5–7 — domain spec, ADRs, feature catalog, htmx-events, README after implementation.
Agent Cursor
Phase 1b — Contraponto domain modeling. Update domain-spec ubiquitous language before architecture. Use after Product Owner completes phase 1.
Agent Cursor
Phase 5 — Qute templates and HTMX wiring for Contraponto. Implements Tn-htmx per Architect HTMX model. HTMX-first; no unnecessary JS.
Agent Cursor
Phase 6 — readonly HTMX/Qute review for Contraponto. Components, events, scoped refresh vs htmx-events.md. Records findings in feature doc.
Agent Cursor
Phase 5 — Java layer for Contraponto. Endpoints, services, repositories, Flyway, HtmxTriggers, Toast. TDD per approved Tn-java tasks.
Agent Cursor
Phase 6 — readonly Java code review for Contraponto. Layering, auth, HTMX backend contracts, tests. Records findings in feature doc.
Agent Cursor
Phase 5 — browser JS for Contraponto when HTMX is insufficient. Implements Tn-js only when Architect approved JS companion.
Agent Cursor
Phase 6 — readonly JavaScript review for Contraponto. Necessity, module quality, HTMX guards. Records findings in feature doc.
Agent Cursor
Phase 1 — feature analysis for Contraponto. Update feature markdown, wireframes, FQ questions, cross-feature impact. Never answer open questions or write code.
Agent Cursor
TDD Green phase for Contraponto. Minimal production code to pass the Red test — no refactor. Use after tdd-red confirms failure.
Agent Cursor
TDD Refactor phase for Contraponto. Improve design with tests green — no behaviour change. Use after tdd-green passes.
Command Cursor
Run local static analysis (no SonarCloud token) and fix findings with conservative, behavior-preserving changes.
Command Cursor
Automatically fix all failing Maven tests by iterating until they pass (generic Java).
Command Cursor
Automatically raise test coverage to 80% (instruction and branch) while ensuring every test asserts all results.