@inventeer.tech/apex 0.6.4 → 0.7.0

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -97,7 +97,7 @@ workspace: payment-platform
97
97
  └── shared-types/ (TypeScript contracts)
98
98
  ```
99
99
 
100
- When APEX works on `ENG-123: add refund endpoint`, it:
100
+ When APEX works on `INV-123: add refund endpoint`, it:
101
101
  - Reads the backend schema, frontend payment hooks, and shared type definitions
102
102
  - Generates a plan that touches all three repos
103
103
  - Writes changes across all repos in one session
@@ -212,7 +212,7 @@ APEX reads git status across all repos, loads recent architectural decisions, re
212
212
  ### `/eng.start ENG-XX` · Investigate
213
213
 
214
214
  ```
215
- /eng.start ENG-123
215
+ /eng.start INV-123
216
216
  ```
217
217
 
218
218
  APEX fetches the Linear ticket (description, acceptance criteria, linked issues), recalls relevant past sessions from episodic memory, and searches the codebase via semantic RAG. It produces a full cross-repo investigation report with a clear problem statement and scope.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inventeer.tech/apex",
3
- "version": "0.6.4",
3
+ "version": "0.7.0",
4
4
  "description": "AI-powered software delivery agent",
5
5
  "bin": {
6
6
  "apex": "./bin/apex"