Skip to content

bug(devops): check-docs-links task references missing script check-markdown-links.py #600

@csjusto

Description

@csjusto

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

  1. Activate @devops agent
  2. Run *check-docs
  3. Task attempts: python scripts/check-markdown-links.py
  4. Fails: file not found

Expected Behavior

Script should exist and validate internal markdown links across the project.

Analysis

  • Task is registered in install-manifest.yaml and devops.md agent dependencies
  • Script path scripts/check-markdown-links.py was 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions