nexus-agents 2.1.0 → 2.6.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.
- package/README.md +4 -4
- package/dist/chunk-7YMTGMHI.js +45418 -0
- package/dist/chunk-7YMTGMHI.js.map +1 -0
- package/dist/chunk-DGUM43GV.js +11 -0
- package/dist/cli.d.ts +28 -2
- package/dist/cli.js +19004 -7123
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +23776 -10413
- package/dist/index.js +2496 -2072
- package/dist/index.js.map +1 -1
- package/dist/{pr-reviewer-helpers-44LFL3AT.js → pr-reviewer-helpers-EVFQKF5W.js} +2 -1
- package/dist/pr-reviewer-helpers-EVFQKF5W.js.map +1 -0
- package/package.json +13 -11
- package/dist/chunk-PSABUXMP.js +0 -19283
- package/dist/chunk-PSABUXMP.js.map +0 -1
- /package/dist/{pr-reviewer-helpers-44LFL3AT.js.map → chunk-DGUM43GV.js.map} +0 -0
package/README.md
CHANGED
|
@@ -191,7 +191,7 @@ nexus-agents/
|
|
|
191
191
|
└── pnpm-workspace.yaml
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
See [ARCHITECTURE.md](
|
|
194
|
+
See [ARCHITECTURE.md](../../ARCHITECTURE.md) for detailed module descriptions.
|
|
195
195
|
|
|
196
196
|
### Dependency Flow
|
|
197
197
|
|
|
@@ -371,8 +371,8 @@ We welcome contributions! Please see our guidelines:
|
|
|
371
371
|
- Test coverage must be at least 80%
|
|
372
372
|
- All code must pass linting and type checking
|
|
373
373
|
|
|
374
|
-
See [CODING_STANDARDS.md](
|
|
375
|
-
See [CONTRIBUTING.md](
|
|
374
|
+
See [CODING_STANDARDS.md](../../CODING_STANDARDS.md) for detailed guidelines.
|
|
375
|
+
See [CONTRIBUTING.md](../../CONTRIBUTING.md) for contribution workflow.
|
|
376
376
|
|
|
377
377
|
### Commit Convention
|
|
378
378
|
|
|
@@ -391,7 +391,7 @@ chore(scope): maintenance tasks
|
|
|
391
391
|
|
|
392
392
|
## License
|
|
393
393
|
|
|
394
|
-
MIT - See [LICENSE](
|
|
394
|
+
MIT - See [LICENSE](../../LICENSE) for details.
|
|
395
395
|
|
|
396
396
|
---
|
|
397
397
|
|