From 01d75adef1de6e54b1e5d580ca7ebade179a186a Mon Sep 17 00:00:00 2001 From: Shahovalov MIkhail Date: Mon, 13 Apr 2026 15:16:57 +0300 Subject: [PATCH] Update --- .idea/.idea.LazyBearWorks/.idea/.gitignore | 15 +++++++++++++++ .idea/.idea.LazyBearWorks/.idea/encodings.xml | 4 ++++ AGENTS.md | 7 +------ LazyBearWorks.sln | 13 +++++++++++++ 4 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 .idea/.idea.LazyBearWorks/.idea/.gitignore create mode 100644 .idea/.idea.LazyBearWorks/.idea/encodings.xml diff --git a/.idea/.idea.LazyBearWorks/.idea/.gitignore b/.idea/.idea.LazyBearWorks/.idea/.gitignore new file mode 100644 index 0000000..fe484be --- /dev/null +++ b/.idea/.idea.LazyBearWorks/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/.idea.LazyBearWorks.iml +/projectSettingsUpdater.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.LazyBearWorks/.idea/encodings.xml b/.idea/.idea.LazyBearWorks/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.LazyBearWorks/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index 46490ff..2c46243 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -49,9 +49,4 @@ - If the request is broad or underspecified, ask one short clarifying question first. Otherwise act on the best reasonable assumption. ### OpenCode: Question First -- Before replying with a prose list of options, use OpenCode `question` whenever there are 2+ meaningful options and the user has not already chosen a direction. -- Apply this aggressively for choices about architecture, config, output format, priorities, naming, and execution direction. -- Skip `question` only when the request is already specific, only one valid answer exists, or the choice is cosmetic and does not affect execution. -- After the user answers, continue immediately and do not restate the same options in prose. -- If `question` is unavailable, ask one short plain-text question. -- If a blocking choice is needed before using a subagent, ask it in the primary agent first. +- Follow `docs/opencode/question-policy.md` for the detailed `question` usage policy. diff --git a/LazyBearWorks.sln b/LazyBearWorks.sln index 3ca6db5..2af6016 100644 --- a/LazyBearWorks.sln +++ b/LazyBearWorks.sln @@ -1,3 +1,4 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.5.2.0 @@ -7,13 +8,25 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Debug|x64.ActiveCfg = Debug|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Debug|x64.Build.0 = Debug|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Debug|x86.ActiveCfg = Debug|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Debug|x86.Build.0 = Debug|Any CPU {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Release|Any CPU.Build.0 = Release|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Release|x64.ActiveCfg = Release|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Release|x64.Build.0 = Release|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Release|x86.ActiveCfg = Release|Any CPU + {F6E53181-377E-ED83-24E1-8161CCB14BDA}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE