Loading...
Loading...
Loading...
- This workspace is for ESP32 reliability experiments using PlatformIO + Arduino.
# Copilot Instructions ## Project scope - This workspace is for ESP32 reliability experiments using PlatformIO + Arduino. - Prefer small, readable changes over broad refactors. - Keep each file focused on one test scenario. ## Coding rules - Keep logic simple and explicit; avoid clever patterns. - Use clear variable names and short functions. - Do not add external dependencies unless explicitly requested. - Keep serial logs concise and useful for diagnostics. - Guard long-running input paths (timeouts, max lengths, reset paths). ## Bluetooth test conventions - Treat CR/LF differences explicitly. - Bound all message buffers to avoid memory growth. - Preserve behavior under disconnect/reconnect. - Include basic counters for long-run reliability checks. ## Hardware interaction - Use GPIO 2 LED for quick visual status when practical. - LED behavior should be obvious and documented in setup comments or logs. - Avoid blocking delays in `loop()`; keep response timing steady. ## Edit discipline - Make minimal diffs and do not touch unrelated files. - Keep formatting and style consistent with existing code. - If behavior changes, summarize what changed and why. - Run a compile check after modifications when possible. ## Communication expectations - Ask before adding "nice to have" features. - If a requirement is ambiguous, choose the simplest interpretation. - Prefer practical reliability over feature completeness in test files.
Welcome to the Kangalos Frontend Codebase! This file is designed to help AI agents understand, navigate, and contribute to this project efficiently and in line with our standards.
このドキュメントは、LLM(大規模言語モデル)がSlidevについて理解しやすいよう、公式ドキュメントの内容を1つのファイルにまとめたものです。
**ALWAYS follow these instructions first and fallback to additional search and context gathering only if the information in these instructions is incomplete or found to be in error.**
I am an aspiring AI Engineer (Engineering Lead).