From efe132aa02ca5b28617600fa4a35e1e08e11ff50 Mon Sep 17 00:00:00 2001 From: Daichi Narushima <1938249+dceoy@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:27:07 +0900 Subject: [PATCH 1/2] Remove root agent instruction files --- AGENTS.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 0e357f2..0000000 --- a/AGENTS.md +++ /dev/null @@ -1,38 +0,0 @@ -# Repository Guidelines - -## Build, Test, and Development Commands - -- `.agents/skills/local-qa/scripts/qa.sh`: run the repository QA workflow after - any file update. This wraps formatting, linting, type checks, tests, Markdown - formatting, and workflow/security checks. - -The API server runtime requires Windows with MetaTrader 5 installed and logged -in. Non-Windows systems are suitable for editing docs and most mocked tests. - -## Testing Guidelines - -Parametrize unit tests with `pytest.mark.parametrize` when the same behavior -should be verified across multiple input and expected-output cases. Prefer -mocked MT5/pdmt5 interactions unless a test explicitly requires a Windows MT5 -terminal. - -## Design Principles - -Apply KISS, DRY, and YAGNI when changing code. Prefer the simplest direct -implementation that satisfies the current requirement. Remove duplication when -it improves clarity or prevents drift, but avoid abstractions that do not serve -an immediate need. Keep changes small, focused, and easy to review. - -## Commit & Pull Request Guidelines - -Keep commits scoped to one logical change. Before committing or opening a PR, -run `.agents/skills/local-qa/scripts/qa.sh`. Pull requests should describe the -behavior change, list verification commands, link related issues when -applicable, and call out any runtime impact for Windows/MT5 users. - -## Security & Configuration Tips - -Do not commit credentials, terminal account details, or real API keys. Configure -runtime values through environment variables such as `MT5API_SECRET_KEY`, -`MT5API_ROUTER_PREFIX`, `MT5API_HOST`, `MT5API_PORT`, and -`MT5API_LOG_LEVEL`. From 322d1b529885c3b9cc80339acd299a394731a971 Mon Sep 17 00:00:00 2001 From: Daichi Narushima <1938249+dceoy@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:27:15 +0900 Subject: [PATCH 2/2] Remove root agent instruction files --- CLAUDE.md | 1 - 1 file changed, 1 deletion(-) delete mode 120000 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 120000 index 47dc3e3..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -AGENTS.md \ No newline at end of file