mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: namespace claude managed install paths
This commit is contained in:
parent
08d6c82989
commit
e381c8d8a8
10 changed files with 243 additions and 53 deletions
|
|
@ -640,7 +640,7 @@ Suggested operation shape:
|
|||
"kind": "copy",
|
||||
"moduleId": "rules-core",
|
||||
"source": "rules/common/coding-style.md",
|
||||
"destination": "/Users/example/.claude/rules/common/coding-style.md",
|
||||
"destination": "/Users/example/.claude/rules/ecc/common/coding-style.md",
|
||||
"ownership": "managed",
|
||||
"overwritePolicy": "replace"
|
||||
}
|
||||
|
|
@ -711,7 +711,7 @@ Suggested payload:
|
|||
{
|
||||
"kind": "copy",
|
||||
"moduleId": "rules-core",
|
||||
"destination": "/Users/example/.claude/rules/common/coding-style.md",
|
||||
"destination": "/Users/example/.claude/rules/ecc/common/coding-style.md",
|
||||
"digest": "sha256:..."
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue