monoai 0.2.3 → 0.2.4
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/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ We transform individual code entities into a connected graph. This maps the logi
|
|
|
19
19
|
|
|
20
20
|
### 2. monoai push
|
|
21
21
|
- **Evidence Extraction**: Automatically triggers AST extraction and Knowledge Graph construction to transmit clear evidence of the current implementation state.
|
|
22
|
-
- **Issue
|
|
22
|
+
- **Foundation for Issue Derivation**: Establishes the structural context required to analyze alignment with the active PRD, enabling the central engine to propose a prioritized list of issues for immediate action.
|
|
23
23
|
|
|
24
24
|
## Getting Started
|
|
25
25
|
|
|
@@ -34,7 +34,7 @@ Execute immediately via `npx` without any installation.
|
|
|
34
34
|
# Login (First time only)
|
|
35
35
|
npx monoai login
|
|
36
36
|
|
|
37
|
-
#
|
|
37
|
+
# Extract structure & Git history to build foundation for issue derivation
|
|
38
38
|
npx monoai push
|
|
39
39
|
```
|
|
40
40
|
|
package/dist/index.js
CHANGED