Shareable instruction files for Cursor, Claude Code, Copilot, Windsurf, and more — installed alongside your existing agent rules.
**NexOps** is a comprehensive B2B SaaS platform for IT Management and Governance, featuring intelligent helpdesk, asset/inventory control, and SLA/performance monitoring. It is designed as a Modular Monolith following Hexagonal Architecture (Ports & Adapters) for the backend and a modern React-based frontend.
**Proyecto:** Visor de Markdown Minimalista. Una aplicación de escritorio instalable para Windows, construida con tecnologías web (HTML, CSS, JavaScript) en un solo archivo. El objetivo es proporcionar una herramienta elegante y funcional para visualizar y editar archivos Markdown (`.md`).
Adjust the comment style to the language generated. This way we let people know the file was generated, which helps reviewing it with a different lens (i.e. not relying on a senior colleague having put a lot of thought into it but being a bit more critical /
1. ** Plan First **: Write plan to 'tasks/todo.md` with checkable items 2. ** Verify Plan **: Check in before starting implementation 3. ** Track Progress **: Mark items complete as you go 4. ** Explain Changes **: High-level summary at each step
python tests/selftest.py python tests/acceptance_test.py python tests/kernels/test_k1.py python tests/kernels/test_k2.py python tests/kernels/test_k2_fixed.py python tests/kernels/test_k3.py python -m pytest tests/unit tests/integration -v
**Token Conservation (ABSOLUTE PRIORITY):** **GitHub CLI - BANNED PATTERN:** ❌ WRONG: Create issue.md → `gh issue create --body-file issue.md` → delete file ✅ CORRECT: `gh issue create --title "..." --body "Description\n\nDetails"`