@inventeer.tech/apex 0.2.33 → 0.2.34
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ Every time you run a command in APEX, a curated framework of specialized agents,
|
|
|
82
82
|
|
|
83
83
|
None of this requires configuration. It's part of every session, for every developer in your organization.
|
|
84
84
|
|
|
85
|
-
---
|
|
85
|
+
<!-- ---
|
|
86
86
|
|
|
87
87
|
### Multi-repo by design
|
|
88
88
|
|
|
@@ -120,7 +120,7 @@ Push webhooks trigger incremental re-indexing automatically on every commit. The
|
|
|
120
120
|
|
|
121
121
|
### Token visibility, per model
|
|
122
122
|
|
|
123
|
-
Every LLM call is metered. Run `apex usage` to see token consumption broken down by model and provider. No surprise bills, no silent runaway sessions.
|
|
123
|
+
Every LLM call is metered. Run `apex usage` to see token consumption broken down by model and provider. No surprise bills, no silent runaway sessions. -->
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
@@ -385,7 +385,7 @@ Register all 4 with `apex init`. APEX operates across all of them in every sessi
|
|
|
385
385
|
**Q: Can I start a task without a Linear ticket?**
|
|
386
386
|
Yes. Describe the task in plain English directly in the TUI:
|
|
387
387
|
```
|
|
388
|
-
› add rate limiting to the payments API, 100 req/min per user
|
|
388
|
+
› /eng.start add rate limiting to the payments API, 100 req/min per user
|
|
389
389
|
```
|
|
390
390
|
|
|
391
391
|
**Q: How do I pause mid-task and resume tomorrow?**
|