@db-ux/agent-cli 3.0.2-copilot2-e7bf98b → 3.0.2-copilot3-1616965

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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -14,10 +14,7 @@ Use this command in your repository:
14
14
  npx @db-ux/agent-cli
15
15
  ```
16
16
 
17
- This will search for all `@db-ux` packages inside your `node_modules` and copy the documentation to your repository.
18
- A new folder will be created named `_db-ux-docs`.
19
-
20
- You might want to add this folder to your `.gitignore` file.
17
+ The DB UX Design System docs will get appended (or replaced in subsequent runs, e.g. after a DB UX Design System update) within the file `.github/copilot-instructions.md` (if the file doesn't exist in your codebase so far, it gets created).
21
18
 
22
19
  You can also change the root path where the tool should check for `node_modules`:
23
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/agent-cli",
3
- "version": "3.0.2-copilot2-e7bf98b",
3
+ "version": "3.0.2-copilot3-1616965",
4
4
  "type": "module",
5
5
  "description": "CLI for DB UX Design System generate AI agent instructions",
6
6
  "repository": {
@@ -25,14 +25,14 @@
25
25
  "test:cli": "tsx src/cli.ts --help"
26
26
  },
27
27
  "dependencies": {
28
- "commander": "^14.0.0",
29
- "glob": "^11.0.2"
28
+ "commander": "14.0.0",
29
+ "glob": "11.0.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "cpr": "3.0.1",
33
33
  "esbuild": "0.25.5",
34
- "tsx": "^4.19.4",
35
- "vitest": "^3.2.1"
34
+ "tsx": "4.19.4",
35
+ "vitest": "3.2.4"
36
36
  },
37
37
  "publishConfig": {
38
38
  "registry": "https://registry.npmjs.org/",