Instructions file CodexOpenCode
AGENTS.md instructions for juanfran/tapiz, covering tapiz agent guide, essentials, common commands and scoped guidance.
Instructions file CodexOpenCode
AGENTS.md instructions for juanfran/tapiz, covering tapiz agent guide, essentials, common commands and scoped guidance.
Instructions file
Claude Code instructions for juanfran/tapiz, a project described as: Tapiz is a web-based collaborative board designed to assist teams with their online meetings and projects. Demo page: https://tapiz.pages.dev/.
Agent
Use current Angular patterns and match the existing board UI. Avoid adding one-off controls inside board overlays when an existing toolbar/sidebar pattern already exists.
Agent
Tapiz uses Nx to coordinate the web app, API, and shared libraries. Treat package boundaries as part of the design: shared contracts belong in libraries, not copied into apps.
Agent
This doc captures the board geometry details that are easy to rediscover the hard way. Use it when changing arrows, snapping, overlays, node rotation, or SVG hit testing.
Agent
Board nodes are user-facing, persisted, and often synchronized. Treat their content shape and interaction behavior as a shared contract.
Agent
Tapiz provides a development-only login endpoint for AI agents that need to open a board and take screenshots.
Agent
Use focused tests while iterating, then run the checks that cover the changed surface area.
Agent
Keep changes focused and easy to review. Prefer understanding the local pattern before introducing a new abstraction.