@inventeer.tech/apex 0.19.2 → 0.20.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 +1 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,17 +145,7 @@ cd ~/repos/frontend && apex init
145
145
 
146
146
  APEX auto-detects the git remote and groups repos into a workspace.
147
147
 
148
- ### 4 — Index the codebase
149
-
150
- ```bash
151
- apex index
152
- ```
153
-
154
- Reads all source files, chunks them into overlapping segments, generates semantic embeddings, and stores them for search. Run once after registration, and again after large changes.
155
-
156
- > The TUI shows an amber warning when the RAG index is more than 24 hours old.
157
-
158
- ### 5 — Launch
148
+ ### 4 — Launch
159
149
 
160
150
  ```bash
161
151
  apex
@@ -313,9 +303,6 @@ apex login # Authenticate with GitHub
313
303
  apex logout # Remove stored credentials
314
304
  apex auth linear # Connect Linear via OAuth
315
305
  apex init # Register current repo in a workspace
316
- apex index # Index workspace repos for semantic search
317
- apex index --repo backend # Index a specific repo only
318
- apex index --full # Force full re-index (clears previous)
319
306
  apex doctor # Run pre-flight health checks
320
307
  apex session list # List paused sessions
321
308
  apex session resume <id> # Resume a paused session
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inventeer.tech/apex",
3
- "version": "0.19.2",
3
+ "version": "0.20.0",
4
4
  "description": "AI-powered software delivery agent",
5
5
  "bin": {
6
6
  "apex": "./bin/apex"