mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: namespace cursor agent installs
This commit is contained in:
parent
5881554a1c
commit
e1d6d853f7
9 changed files with 121 additions and 7 deletions
|
|
@ -181,7 +181,7 @@ function createNamespacedFlatRuleOperations(adapter, moduleId, sourceRelativePat
|
|||
return operations;
|
||||
}
|
||||
|
||||
function createFlatRuleOperations({
|
||||
function createFlatFileOperations({
|
||||
moduleId,
|
||||
repoRoot,
|
||||
sourceRelativePath,
|
||||
|
|
@ -242,6 +242,10 @@ function createFlatRuleOperations({
|
|||
return operations;
|
||||
}
|
||||
|
||||
function createFlatRuleOperations(options) {
|
||||
return createFlatFileOperations(options);
|
||||
}
|
||||
|
||||
function createInstallTargetAdapter(config) {
|
||||
const adapter = {
|
||||
id: config.id,
|
||||
|
|
@ -342,6 +346,7 @@ function createInstallTargetAdapter(config) {
|
|||
|
||||
module.exports = {
|
||||
buildValidationIssue,
|
||||
createFlatFileOperations,
|
||||
createFlatRuleOperations,
|
||||
createInstallTargetAdapter,
|
||||
createManagedOperation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue