Compare commits

..

2 Commits

2 changed files with 6 additions and 5 deletions

View File

@@ -7,14 +7,14 @@ STRUCTURE: LazyBear.MCP/{Program.cs, Services/Kubernetes/{K8sConfigTools,K8sDepl
## [A] КОД — ALWAYS ## [A] КОД — ALWAYS
PRE_EDIT: read_file → keep_style → min_diff → no_secrets_in_code PRE_EDIT: read_file → keep_style → min_diff → no_secrets_in_code
PRE_COMMIT: dotnet build OK | MCP protocol intact | lang=ru (comments/docs/commits) PRE_COMMIT: dotnet build OK | MCP protocol intact
PRIORITY: user > this_file > code_style PRIORITY: user > this_file > code_style
--- ---
## [B] КОММУНИКАЦИЯ — ALWAYS ## [B] КОММУНИКАЦИЯ — ALWAYS
LANG: thinking=en | output=ru | code+comments+commits=ru LANG: thinking=en (ALWAYS, never zh) | output=ru | code=en | comments+commits=ru
DO: act_first → confirm_if_needed | short_and_precise | sequential_questions DO: act_first → confirm_if_needed | short_and_precise | sequential_questions
DONT: end_with_question_only | print_secret_values | commit_.env.local DONT: end_with_question_only | print_secret_values | commit_.env.local
SECRETS: use .env.local if exists; else state_once + ref .env.example SECRETS: use .env.local if exists; else state_once + ref .env.example

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3.5-agent" "model": "ollama/qwen3.5-agent",
} "instructions": "You MUST think and reason in English only. Never use Chinese in your thinking. Write all responses, comments, and commit messages in Russian."
}