What needs doing
The README Currency proof content handler has a TODO placeholder where the detection algorithm details should be documented.
File: src/aipass/seedgo/apps/handlers/aipass_proof/readme_currency_content.py (lines 57-58)
What to do
Replace the TODO comment block with documentation explaining:
- How the checker counts
*_check.py files (glob pattern)
- How it extracts checker count from README (regex patterns used)
- Examples of what makes a reference "stale" (removed/renamed standards)
How to find the pattern
Look at other content handlers in the same directory — they follow the same Rich markup format with bullet points and examples using ✓/✗ symbols.
Time estimate
~30 minutes
How to test
Run drone @seedgo standards_query readme_currency and verify the output includes your new content.
What needs doing
The README Currency proof content handler has a TODO placeholder where the detection algorithm details should be documented.
File:
src/aipass/seedgo/apps/handlers/aipass_proof/readme_currency_content.py(lines 57-58)What to do
Replace the TODO comment block with documentation explaining:
*_check.pyfiles (glob pattern)How to find the pattern
Look at other content handlers in the same directory — they follow the same Rich markup format with bullet points and examples using ✓/✗ symbols.
Time estimate
~30 minutes
How to test
Run
drone @seedgo standards_query readme_currencyand verify the output includes your new content.