Task Description
Design how to integrate photonos-docs-lecturer detection capabilities into crawler droid.
Design Decisions Needed
-
Detection Strategy:
- Run weblinkchecker.sh AND lecturer analyze?
- Replace weblinkchecker with lecturer?
- Merge both reports?
-
Plugin Selection:
- Which plugins to enable? (orphan_page, orphan_link, orphan_image, image_alignment, heading_hierarchy)
- Any exclusions needed?
-
Performance:
- Parallel threads (current: 10, adjust?)
- Timeout settings?
- Memory constraints?
-
Output Format:
- Keep CSV?
- JSON for programmatic parsing?
- Both?
-
Integration Method:
- Subprocess call from crawler?
- Import lecturer as Python module?
- Separate skill file?
Deliverables
- Updated crawler.md specification
- Implementation approach documented
- Example code snippets
Acceptance Criteria
- ✅ Integration approach decided
- ✅ crawler.md specification updated
- ✅ Ready to implement
Related
Labels
lecturer-integration, crawler, design, medium
Task Description
Design how to integrate photonos-docs-lecturer detection capabilities into crawler droid.
Design Decisions Needed
Detection Strategy:
Plugin Selection:
Performance:
Output Format:
Integration Method:
Deliverables
Acceptance Criteria
Related
Labels
lecturer-integration,crawler,design,medium