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
+36-28Lines changed: 36 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
<!-- COLDBOX-CLI:START -->
2
+
<!-- ⚡ This section is managed by ColdBox CLI and will be refreshed on `coldbox ai refresh`. -->
3
+
<!-- ⚠️ Do NOT edit content between COLDBOX-CLI:START and COLDBOX-CLI:END markers — changes will be overwritten. -->
4
+
1
5
# |PROJECT_NAME| - AI Agent Instructions
2
6
3
7
This is a ColdBox HMVC application using the **flat template structure** where all application code lives in the webroot. Compatible with Adobe ColdFusion 2018+, Lucee 5.x+, and BoxLang 1.0+.
@@ -88,34 +92,6 @@ box testbox run
88
92
/?fwreinit=true
89
93
```
90
94
91
-
## Custom Application Details
92
-
93
-
<!-- Add project-specific information below -->
94
-
95
-
### Business Domain
96
-
97
-
<!-- Describe what this application does -->
98
-
99
-
### Key Services/Models
100
-
101
-
<!-- List important services and their responsibilities -->
102
-
103
-
### Authentication/Security
104
-
105
-
<!-- Describe authentication approach if applicable -->
106
-
107
-
### API Endpoints
108
-
109
-
<!-- Document REST API routes if applicable -->
110
-
111
-
### Deployment
112
-
113
-
<!-- Document deployment process -->
114
-
115
-
### Third-Party Integrations
116
-
117
-
<!-- List external services, APIs, or integrations -->
118
-
119
95
## AI Integration
120
96
121
97
This project includes AI-powered development assistance with guidelines, skills, and MCP documentation servers.
@@ -195,3 +171,35 @@ This project has access to the following Model Context Protocol (MCP) documentat
195
171
- ColdBox Docs: https://coldbox.ortusbooks.com
196
172
- TestBox: https://testbox.ortusbooks.com
197
173
- WireBox: https://wirebox.ortusbooks.com
174
+
175
+
<!-- COLDBOX-CLI:END -->
176
+
177
+
<!-- ℹ️ YOUR PROJECT DOCUMENTATION — Add your custom details below. ColdBox CLI will NOT overwrite this section. -->
178
+
179
+
## Custom Application Details
180
+
181
+
<!-- Add project-specific information below -->
182
+
183
+
### Business Domain
184
+
185
+
<!-- Describe what this application does -->
186
+
187
+
### Key Services/Models
188
+
189
+
<!-- List important services and their responsibilities -->
190
+
191
+
### Authentication/Security
192
+
193
+
<!-- Describe authentication approach if applicable -->
194
+
195
+
### API Endpoints
196
+
197
+
<!-- Document REST API routes if applicable -->
198
+
199
+
### Deployment
200
+
201
+
<!-- Document deployment process -->
202
+
203
+
### Third-Party Integrations
204
+
205
+
<!-- List external services, APIs, or integrations -->
Copy file name to clipboardExpand all lines: templates/ai/agents/agent-modern-instructions.md
+40-32Lines changed: 40 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
<!-- COLDBOX-CLI:START -->
2
+
<!-- ⚡ This section is managed by ColdBox CLI and will be refreshed on `coldbox ai refresh`. -->
3
+
<!-- ⚠️ Do NOT edit content between COLDBOX-CLI:START and COLDBOX-CLI:END markers — changes will be overwritten. -->
4
+
1
5
# |PROJECT_NAME| - AI Agent Instructions
2
6
3
7
This is a ColdBox HMVC application using the **modern template structure** with application code separated from the public webroot. Compatible with Adobe ColdFusion 2018+, Lucee 5.x+, and BoxLang 1.0+.
@@ -125,38 +129,6 @@ docker-compose logs -f
125
129
-**ORM:** |ORM_ENABLED| - Object-Relational Mapping via CBORM or Quick
126
130
-**Migrations:** |MIGRATIONS_ENABLED| - Database version control with CommandBox Migrations
127
131
128
-
## Custom Application Details
129
-
130
-
<!-- Add project-specific information below -->
131
-
132
-
### Business Domain
133
-
134
-
<!-- Describe what this application does -->
135
-
136
-
### Key Services/Models
137
-
138
-
<!-- List important services and their responsibilities -->
139
-
140
-
### Authentication/Security
141
-
142
-
<!-- Describe authentication approach if applicable -->
143
-
144
-
### API Endpoints
145
-
146
-
<!-- Document REST API routes if applicable -->
147
-
148
-
### Database
149
-
150
-
<!-- Document database setup, migrations, seeders if applicable -->
151
-
152
-
### Deployment
153
-
154
-
<!-- Document deployment process -->
155
-
156
-
### Third-Party Integrations
157
-
158
-
<!-- List external services, APIs, or integrations -->
159
-
160
132
## AI Integration
161
133
162
134
This project includes AI-powered development assistance with guidelines, skills, and MCP documentation servers.
@@ -238,3 +210,39 @@ This project has access to the following Model Context Protocol (MCP) documentat
238
210
- ColdBox Docs: https://coldbox.ortusbooks.com
239
211
- TestBox: https://testbox.ortusbooks.com
240
212
- WireBox: https://wirebox.ortusbooks.com
213
+
214
+
<!-- COLDBOX-CLI:END -->
215
+
216
+
<!-- ℹ️ YOUR PROJECT DOCUMENTATION — Add your custom details below. ColdBox CLI will NOT overwrite this section. -->
217
+
218
+
## Custom Application Details
219
+
220
+
<!-- Add project-specific information below -->
221
+
222
+
### Business Domain
223
+
224
+
<!-- Describe what this application does -->
225
+
226
+
### Key Services/Models
227
+
228
+
<!-- List important services and their responsibilities -->
229
+
230
+
### Authentication/Security
231
+
232
+
<!-- Describe authentication approach if applicable -->
233
+
234
+
### API Endpoints
235
+
236
+
<!-- Document REST API routes if applicable -->
237
+
238
+
### Database
239
+
240
+
<!-- Document database setup, migrations, seeders if applicable -->
241
+
242
+
### Deployment
243
+
244
+
<!-- Document deployment process -->
245
+
246
+
### Third-Party Integrations
247
+
248
+
<!-- List external services, APIs, or integrations -->
0 commit comments