@lousy-agents/cli 2.5.1 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/copilot-with-fastify/{biome.json → biome.template.json} +2 -2
- package/api/copilot-with-fastify/gitignore.template +6 -0
- package/api/copilot-with-fastify/package.json +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/ui/copilot-with-react/biome.json +1 -1
- package/ui/copilot-with-react/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30133,7 +30133,7 @@ const CLI_TEMPLATE_DIR = (0,external_node_path_.join)(PROJECT_ROOT, "cli", "copi
|
|
|
30133
30133
|
{
|
|
30134
30134
|
type: "file",
|
|
30135
30135
|
path: "biome.json",
|
|
30136
|
-
content: readRestApiTemplateFile("biome.json")
|
|
30136
|
+
content: readRestApiTemplateFile("biome.template.json")
|
|
30137
30137
|
},
|
|
30138
30138
|
{
|
|
30139
30139
|
type: "file",
|
|
@@ -30150,6 +30150,11 @@ const CLI_TEMPLATE_DIR = (0,external_node_path_.join)(PROJECT_ROOT, "cli", "copi
|
|
|
30150
30150
|
path: ".yamllint",
|
|
30151
30151
|
content: readRestApiTemplateFile(".yamllint")
|
|
30152
30152
|
},
|
|
30153
|
+
{
|
|
30154
|
+
type: "file",
|
|
30155
|
+
path: ".gitignore",
|
|
30156
|
+
content: readRestApiTemplateFile("gitignore.template")
|
|
30157
|
+
},
|
|
30153
30158
|
// GitHub copilot instructions
|
|
30154
30159
|
{
|
|
30155
30160
|
type: "directory",
|