I haven't moved on from the "flat" Coldbox template yet. However running coldbox ai install adds this to the AGENTS.md file:
This is the wrong template AGENTS.md file because this app was created using the older "flat" template. Perhaps one way to solve this issue would be to either:
- Ask during
coldbox ai install which approach is being used (e.g. "flat" or "modern")
- Use a new key in
box.json like templateStyle which the CLI can check for before installing.
Side note: I don't love the term "modern" for the new template, style because the definition of "modern" always changes. Maybe consider naming it something like "isolated", "secure", or "nested" which describes how the app lives in subfolders instead of the root?
I haven't moved on from the "flat" Coldbox template yet. However running
coldbox ai installadds this to the AGENTS.md file:This is the wrong template AGENTS.md file because this app was created using the older "flat" template. Perhaps one way to solve this issue would be to either:
coldbox ai installwhich approach is being used (e.g. "flat" or "modern")box.jsonliketemplateStylewhich the CLI can check for before installing.Side note: I don't love the term "modern" for the new template, style because the definition of "modern" always changes. Maybe consider naming it something like "isolated", "secure", or "nested" which describes how the app lives in subfolders instead of the root?