trackfw 2.1.0 → 2.1.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 (1) hide show
  1. package/package.json +10 -3
package/package.json CHANGED
@@ -1,13 +1,20 @@
1
1
  {
2
2
  "name": "trackfw",
3
- "version": "2.1.0",
4
- "description": "Governed software delivery framework: ADR → REQ → ROADMAP → kanban",
3
+ "version": "2.1.1",
4
+ "description": "CLI de governança para entrega de software: ADR → REQ → ROADMAP → kanban. Suporte nativo a agentes de IA (Claude Code, Gemini CLI, Cursor).",
5
5
  "keywords": [
6
6
  "cli",
7
7
  "adr",
8
+ "architecture-decision-records",
8
9
  "roadmap",
9
10
  "governance",
10
- "delivery"
11
+ "software-delivery",
12
+ "devops",
13
+ "ai-agents",
14
+ "developer-tools",
15
+ "kanban",
16
+ "req",
17
+ "trackfw"
11
18
  ],
12
19
  "homepage": "https://github.com/kgsaran/trackfw",
13
20
  "repository": {