You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/ai/agents/agent-flat-instructions.md
+48-4Lines changed: 48 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,24 @@ This is a ColdBox HMVC application using the **flat template structure** where a
37
37
38
38
## Framework Knowledge
39
39
40
-
Core ColdBox and |LANGUAGE_MODE| guidelines are installed in `.ai/guidelines/core/`. Supported tools
40
+
Core ColdBox and language guidelines are installed in `.ai/guidelines/core/`. Supported tools
41
41
(e.g., VS Code Copilot) load them automatically via file attachments. For other agents, load them
42
42
explicitly when you need framework fundamentals:
43
43
44
44
-`read_file` on `.ai/guidelines/core/coldbox.md` — ColdBox conventions, handlers, routing, DI reference
45
-
-`read_file` on `.ai/guidelines/core/boxlang.md` — BoxLang syntax and patterns (or `cfml.md` for CFML projects)
45
+
-`read_file` on |LANGUAGE_GUIDELINE_FILE| — |LANGUAGE_GUIDELINE_DESC|
46
+
47
+
## Installed Modules
48
+
49
+
The following ColdBox modules are installed in this project. Use these when generating code, checking available services, and suggesting relevant skills or guidelines:
50
+
51
+
|INSTALLED_MODULES|
52
+
53
+
## Handlers Snapshot
54
+
55
+
Current event handlers and their public actions (auto-updated on `coldbox ai refresh`):
56
+
57
+
|HANDLERS_SNAPSHOT|
46
58
47
59
## AI Integration & Resources
48
60
@@ -177,5 +189,37 @@ This project has access to the following Model Context Protocol (MCP) documentat
177
189
<!-- COLDBOX-CLI:END -->
178
190
179
191
<!-- ℹ️ YOUR PROJECT DOCUMENTATION — Add your custom details below. ColdBox CLI will NOT overwrite this section. -->
180
-
<!-- 📝 TODO: Describe your business domain, key services, auth approach, and project-specific conventions. -->
181
-
<!-- Suggested sections: Business Domain, Key Services/Models, Authentication/Security, API Endpoints, Database, Deployment -->
192
+
193
+
## About This Application
194
+
195
+
> ⚠️ Fill in this section to give your AI assistant context about your specific application.
196
+
197
+
### Business Domain
198
+
199
+
<!-- Describe what this application does and its primary purpose -->
200
+
201
+
### Key Services & Models
202
+
203
+
<!-- List important services and their responsibilities, e.g.:
Copy file name to clipboardExpand all lines: templates/ai/agents/agent-modern-instructions.md
+48-4Lines changed: 48 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,24 @@ This is a ColdBox HMVC application using the **modern template structure** with
64
64
65
65
## Framework Knowledge
66
66
67
-
Core ColdBox and |LANGUAGE_MODE| guidelines are installed in `.ai/guidelines/core/`. Supported tools
67
+
Core ColdBox and language guidelines are installed in `.ai/guidelines/core/`. Supported tools
68
68
(e.g., VS Code Copilot) load them automatically via file attachments. For other agents, load them
69
69
explicitly when you need framework fundamentals:
70
70
71
71
-`read_file` on `.ai/guidelines/core/coldbox.md` — ColdBox conventions, handlers, routing, DI reference
72
-
-`read_file` on `.ai/guidelines/core/boxlang.md` — BoxLang syntax and patterns (or `cfml.md` for CFML projects)
72
+
-`read_file` on |LANGUAGE_GUIDELINE_FILE| — |LANGUAGE_GUIDELINE_DESC|
73
+
74
+
## Installed Modules
75
+
76
+
The following ColdBox modules are installed in this project. Use these when generating code, checking available services, and suggesting relevant skills or guidelines:
77
+
78
+
|INSTALLED_MODULES|
79
+
80
+
## Handlers Snapshot
81
+
82
+
Current event handlers and their public actions (auto-updated on `coldbox ai refresh`):
83
+
84
+
|HANDLERS_SNAPSHOT|
73
85
74
86
## AI Integration & Resources
75
87
@@ -216,5 +228,37 @@ This project has access to the following Model Context Protocol (MCP) documentat
216
228
<!-- COLDBOX-CLI:END -->
217
229
218
230
<!-- ℹ️ YOUR PROJECT DOCUMENTATION — Add your custom details below. ColdBox CLI will NOT overwrite this section. -->
219
-
<!-- 📝 TODO: Describe your business domain, key services, auth approach, and project-specific conventions. -->
220
-
<!-- Suggested sections: Business Domain, Key Services/Models, Authentication/Security, API Endpoints, Database, Deployment -->
231
+
232
+
## About This Application
233
+
234
+
> ⚠️ Fill in this section to give your AI assistant context about your specific application.
235
+
236
+
### Business Domain
237
+
238
+
<!-- Describe what this application does and its primary purpose -->
239
+
240
+
### Key Services & Models
241
+
242
+
<!-- List important services and their responsibilities, e.g.:
0 commit comments