Update
This commit is contained in:
15
.idea/.idea.LazyBearWorks/.idea/.gitignore
generated
vendored
Normal file
15
.idea/.idea.LazyBearWorks/.idea/.gitignore
generated
vendored
Normal file
@@ -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/
|
||||
4
.idea/.idea.LazyBearWorks/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.LazyBearWorks/.idea/encodings.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user