@vladimir-ks/aigile 0.2.4 → 0.2.6

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/dist/index.cjs CHANGED
@@ -62,7 +62,7 @@ var BaseEntity = class {
62
62
  };
63
63
 
64
64
  // src/index.ts
65
- var VERSION = true ? "0.2.4" : "0.0.0-dev";
65
+ var VERSION = true ? "0.2.6" : "0.0.0-dev";
66
66
  // Annotate the CommonJS export names for ESM import in node:
67
67
  0 && (module.exports = {
68
68
  BaseEntity,
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ var BaseEntity = class {
35
35
  };
36
36
 
37
37
  // src/index.ts
38
- var VERSION = true ? "0.2.4" : "0.0.0-dev";
38
+ var VERSION = true ? "0.2.6" : "0.0.0-dev";
39
39
  export {
40
40
  BaseEntity,
41
41
  VERSION
package/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "@vladimir-ks/aigile",
3
- "version": "0.2.4",
4
- "description": "JIRA-compatible Agile project management CLI for AI-assisted development",
3
+ "version": "0.2.6",
4
+ "description": "AI-first agile system for autonomous product development and project management",
5
5
  "keywords": [
6
6
  "aigile",
7
7
  "agile",
8
- "jira",
8
+ "ai-first",
9
+ "autonomous",
9
10
  "project-management",
10
- "cli",
11
- "typescript",
11
+ "product-development",
12
+ "ai-agents",
12
13
  "claude-code",
13
- "ai-development"
14
+ "context-management",
15
+ "session-tracking"
14
16
  ],
15
17
  "author": {
16
18
  "name": "Vladimir K.S.",