Skip to content

Commit 5413fb8

Browse files
committed
improve context load
1 parent 2d4e420 commit 5413fb8

File tree

9 files changed

+515
-2809
lines changed

9 files changed

+515
-2809
lines changed

AIPlan.md

Lines changed: 0 additions & 1344 deletions
This file was deleted.

AI_INTEGRATION.md

Lines changed: 369 additions & 356 deletions
Large diffs are not rendered by default.

models/GuidelineManager.cfc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ component singleton {
1616
CORE_GUIDELINES = [
1717
"boxlang",
1818
"cfml",
19-
"coldbox",
20-
"coldbox-cli",
21-
"cachebox",
22-
"docbox",
23-
"logbox",
24-
"testbox",
25-
"wirebox"
19+
"coldbox"
2620
]
2721
MODULE_GUIDELINES = [
2822
"bcrypt",
@@ -64,6 +58,7 @@ component singleton {
6458
"rulebox",
6559
"s3sdk",
6660
"socketbox",
61+
"testbox",
6762
"unleashsdk"
6863
]
6964
}
@@ -312,8 +307,7 @@ component singleton {
312307
};
313308

314309
// Check for missing core guidelines
315-
var coreGuidelines = [ "coldbox", "testbox", "wirebox" ];
316-
coreGuidelines.each( ( name ) => {
310+
static.CORE_GUIDELINES.each( ( name ) => {
317311
var found = manifest.guidelines.filter( ( g ) => {
318312
return g.name == name
319313
} )

templates/ai/guidelines/core/cachebox.md

Lines changed: 0 additions & 340 deletions
This file was deleted.

0 commit comments

Comments
 (0)