agentuity-vscode 0.1.11 → 0.1.12

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/.vscodeignore CHANGED
@@ -5,12 +5,15 @@ src/**
5
5
 
6
6
  # Config files
7
7
  tsconfig.json
8
+ tsconfig.test.json
9
+ tsconfig.tsbuildinfo
8
10
  .vscode/**
9
11
  .vscode-test/**
10
12
 
11
13
  # Build artifacts and dev files
12
14
  bun.lockb
13
15
  *.log
16
+ *.vsix
14
17
  node_modules/.cache/**
15
18
 
16
19
  # Git
@@ -20,3 +23,4 @@ node_modules/.cache/**
20
23
 
21
24
  # Development documentation
22
25
  PLAN.md
26
+ AGENTS.md