Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .cursor/commands/openspec-apply.md

This file was deleted.

27 changes: 0 additions & 27 deletions .cursor/commands/openspec-archive.md

This file was deleted.

29 changes: 0 additions & 29 deletions .cursor/commands/openspec-proposal.md

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ coverage/
# Temporary files
*.tmp
*.temp
.cache/
.cache/
.cursor/
20 changes: 0 additions & 20 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
<!-- OPENSPEC:START -->
# OpenSpec Instructions

These instructions are for AI assistants working in this project.

Always open `@/openspec/AGENTS.md` when the request:
- Mentions planning or proposals (words like proposal, spec, change, plan)
- Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work
- Sounds ambiguous and you need the authoritative spec before coding

Use `@/openspec/AGENTS.md` to learn:
- How to create and apply change proposals
- Spec format and conventions
- Project structure and guidelines

Keep this managed block so 'openspec update' can refresh the instructions.

<!-- OPENSPEC:END -->

## Core Principles

Expand Down Expand Up @@ -43,7 +25,6 @@ Font sizes and layout dimensions (heights, widths, padding, margins) that affect
### VIII. Loading State Patterns
Loading states MUST use PatternFly `Skeleton` components instead of `Spinner` components. Skeletons provide better UX by showing the structure and layout of content that will appear, reducing perceived load time and layout shift. Use `Skeleton` components to match the shape and size of the content being loaded. Spinners should only be used for small, inline loading indicators (e.g., button loading states) or when skeleton placeholders are not practical.


## Technology Stack

**Backend**: Quarkus, Java, MongoDB (via Panache), REST
Expand All @@ -69,4 +50,3 @@ Loading states MUST use PatternFly `Skeleton` components instead of `Spinner` co
- Access: `http://localhost:8080`

Use `docs/development.md` for runtime development guidance.

Loading