@inventeer.tech/apex 0.6.5 → 0.7.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.
- package/README.md +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 `
|
|
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
|
|
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.
|