Skip to content

Commit 9041dba

Browse files
committed
Enhance marketplace metadata
1 parent 2c17af8 commit 9041dba

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
1010
- ESLint/Prettier and SwiftFormat configuration.
1111
- CI workflow for linting, formatting, and tests.
1212
- Open-source documentation (README, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY).
13+
- GitHub issue templates and PR template.
14+
- README preview image and badges.
15+
- VS Code packaging rules via `.vscodeignore`.
1316

1417
## [0.0.1] - 2026-01-14
1518

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codebase-combiner",
33
"displayName": "Codebase Combiner",
4-
"description": "Combine an entire workspace or a specific folder into one Markdown or text file with configurable filters.",
4+
"description": "Combine a workspace or folder into a single Markdown or text file with configurable filters and token estimates.",
55
"version": "0.0.1",
66
"license": "MIT",
77
"publisher": "[email protected]",
@@ -23,12 +23,18 @@
2323
"extension",
2424
"markdown",
2525
"tokens",
26-
"llm"
26+
"llm",
27+
"workspace",
28+
"context",
29+
"prompt-engineering",
30+
"file-export",
31+
"token-count"
2732
],
2833
"engines": {
2934
"vscode": "^1.74.0"
3035
},
3136
"categories": [
37+
"Productivity",
3238
"Other"
3339
],
3440
"activationEvents": [

0 commit comments

Comments
 (0)