p-backlog 0.2.0 → 0.2.1

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/CHANGELOG.md +4 -0
  2. package/package.json +14 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1
4
+
5
+ - npm keywords match the GitHub topics, so the package is easier to find in npm search. No code changes.
6
+
3
7
  ## 0.2.0
4
8
 
5
9
  - Two interface languages: Russian and English (`backlog config language`, RU/EN switch in the web UI).
package/package.json CHANGED
@@ -1,13 +1,23 @@
1
1
  {
2
2
  "name": "p-backlog",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Personal developer backlog for Claude Code: tasks as Markdown files, CLI, Stop hook and a local web UI",
5
5
  "keywords": [
6
- "backlog",
7
6
  "claude-code",
8
- "cli",
7
+ "claude",
8
+ "anthropic",
9
+ "ai-agents",
10
+ "coding-agent",
11
+ "agent-skills",
12
+ "backlog",
9
13
  "task-management",
10
- "markdown"
14
+ "tech-debt",
15
+ "todo",
16
+ "developer-tools",
17
+ "productivity",
18
+ "cli",
19
+ "markdown",
20
+ "local-first"
11
21
  ],
12
22
  "homepage": "https://github.com/expatriate/p-backlog#readme",
13
23
  "repository": {