1.5 KiB
1.5 KiB
description, applyTo
| description | applyTo |
|---|---|
| Instructions for using the JMESPath Testing Tool repository. | **/*.md,**/.js |
AI Agent Instructions for JMESPath Testing Tool
This repository contains a React-based web application that allows users to test JMESPath expressions against JSON data. The application includes both a frontend and a backend server.
Coding Guidelines:
- Use React, Vite and JavaScript/TypeScript for development.
- Check the current date to establish context for choosing versions and dependencies.
- Use Node.js 24 or higher LTS version.
- When asked, answer the question and provide explanations. Do not guess nor infer missing information. Report lack of information instead.
- When requested to make changes, do not modify unrelated parts of the code nor apply unapproved changes. Always present a change plan first, wait for approval, then implement the changes.
- Do not try to manage the files directly. Instead always use Git mv, rm, etc. commands to ensure proper tracking.
- Do not run the development server(s) unless explicitly instructed to do so. Report the need to run the server for testing purposes and wait for approval.
- When working with MUI components, use the latest stable version and leverage the tools from the MCP server (
mui-mcp). - Do not hardcode color values. Use MUI theme palette colors instead.
- Do not use emojis in code comments, program output, or log messages.
- Suggest code commits, but never create them without consent.
- Never push changes.