fix(cline): Modification of Cline rules and workflows
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
# Shell & OS Rules
|
# Shell & OS Rules
|
||||||
|
|
||||||
- Always use bash/sh syntax for terminal commands, never PowerShell
|
- Make sure you use "Git Bash" for Windows 11, and act accordingly
|
||||||
- Use `cp` instead of `Copy-Item`
|
- Always use bash/sh syntax for terminal commands, if they are compatible with Git Bash for Windows
|
||||||
- Use `mv` instead of `Move-Item`
|
|
||||||
- Use `rm` instead of `Remove-Item`
|
|
||||||
- Use `mkdir -p` instead of `New-Item -ItemType Directory`
|
|
||||||
- Use `cat` instead of `Get-Content`
|
|
||||||
- Use forward slashes `/` in paths, never backslashes `\`
|
|
||||||
- Do not use `$env:` for environment variables, use `$VAR` syntax
|
|
||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"clickCooldownSeconds": 100,
|
"clickCooldownSeconds": 10,
|
||||||
"databaseWipeoutIntervalSeconds": 21600,
|
"databaseWipeoutIntervalSeconds": 21600,
|
||||||
"debugModeForTeams": true,
|
"debugModeForTeams": true,
|
||||||
"configReloadIntervalSeconds": 30,
|
"configReloadIntervalSeconds": 30,
|
||||||
"elementWorth": {
|
"elementWorth": {
|
||||||
"common": 1,
|
"common": 1,
|
||||||
"petrol": 3,
|
|
||||||
"food": 2,
|
"food": 2,
|
||||||
"medic": 5,
|
"petrol": 3,
|
||||||
"science": 8,
|
"goods": 4,
|
||||||
"industry": 4,
|
"industry": 5,
|
||||||
"money": 6,
|
"medic": 6,
|
||||||
"goods": 3
|
"money": 7,
|
||||||
|
"science": 8
|
||||||
},
|
},
|
||||||
"resourceWorth": {
|
"resourceWorth": {
|
||||||
"common": {
|
"common": {
|
||||||
|
|||||||
Reference in New Issue
Block a user