Commit a2ecbf7
committed
chore(vs-extension): remove dev-only files from repo and VSIX
Audit of the develop->main integration surfaced stray files that were
never meant to ship:
- packages/b2c-vs-extension/.claude/settings.json — a contributor's local
Claude permission settings (hardcoded a personal home path) that was
being packaged into the published VSIX. Removed and .claude/ added to
the extension .gitignore.
- DEVELOP-TESTING-SUMMARY.md — a scratch 'features to test' note at the
repo root, not product documentation. Removed.
- test-workspace/** — manual dev fixtures (not used by automated tests)
were bundling into the VSIX. Excluded via .vscodeignore.
No functional change; only affects what lands in the repo and the
packaged extension.1 parent 45f59b1 commit a2ecbf7
5 files changed
Lines changed: 8 additions & 102 deletions
File tree
- .changeset
- packages/b2c-vs-extension
- .claude
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments