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 CHANGED
@@ -191,7 +191,7 @@ nexus-agents/
191
191
  └── pnpm-workspace.yaml
192
192
  ```
193
193
 
194
- See [ARCHITECTURE.md](./ARCHITECTURE.md) for detailed module descriptions.
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](./CODING_STANDARDS.md) for detailed guidelines.
375
- See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution workflow.
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](./LICENSE) for details.
394
+ MIT - See [LICENSE](../../LICENSE) for details.
395
395
 
396
396
  ---
397
397