-
-
Notifications
You must be signed in to change notification settings - Fork 807
Open
Labels
status: needs-triageAwaiting initial triageAwaiting initial triagetype: docsDocumentation improvementsDocumentation improvements
Description
Summary
The task check-docs-links.md (registered in install-manifest) references scripts/check-markdown-links.py, a script that was never implemented. The *check-docs command fails with ENOENT.
Steps to Reproduce
- Activate
@devopsagent - Run
*check-docs - Task attempts:
python scripts/check-markdown-links.py - Fails: file not found
Expected Behavior
Script should exist and validate internal markdown links across the project.
Analysis
- Task is registered in
install-manifest.yamlanddevops.mdagent dependencies - Script path
scripts/check-markdown-links.pywas never created (no git history) - The framework uses Node.js/JS for all scripts, but the task references Python — stack inconsistency
- Directory
infrastructure/scripts/documentation-integrity/exists with related JS modules but no link checker
Suggested Fix
Implement check-markdown-links.js in Node.js (consistent with framework stack) at .aiox-core/infrastructure/scripts/ and update the task to reference the JS script instead of Python.
Environment
- AIOX version: 5.0.3
- Node.js: v22.15.0
- OS: Windows 11
🤖 Generated with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs-triageAwaiting initial triageAwaiting initial triagetype: docsDocumentation improvementsDocumentation improvements