You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create tool factories (generic, not EEGLab-specific)
Index existing repos
Performance testing
Key Design Principle
These are GENERIC tools that any community can use, not EEGLab-specific.
Other communities (BIDS, MNE, FieldTrip) should be able to enable them via config.
Success Criteria
Can extract MATLAB docstrings from eeglab repo
Can extract Python docstrings from Python-based EEG tools
Parent Epic: #97
Depends on: #99
Goal
Create generic tools to extract and index MATLAB/Python docstrings from any codebase.
Tasks
MATLAB Docstring Extractor
src/tools/docstring/matlab.pyosa sync docstrings --community eeglab --language matlabcreate_search_matlab_docs_tool()Python Docstring Extractor
src/tools/docstring/python.pyastmodule for parsingcreate_search_python_docs_tool()Integration
Key Design Principle
These are GENERIC tools that any community can use, not EEGLab-specific.
Other communities (BIDS, MNE, FieldTrip) should be able to enable them via config.
Success Criteria
Timeline
2 weeks
Challenges