Skip to content

Fix docstring style, author attribution, and pfb usage#31

Merged
ali5ter merged 1 commit into
mainfrom
chore/fix-docstring-style-and-author-attribution
Apr 19, 2026
Merged

Fix docstring style, author attribution, and pfb usage#31
ali5ter merged 1 commit into
mainfrom
chore/fix-docstring-style-and-author-attribution

Conversation

@ali5ter
Copy link
Copy Markdown
Owner

@ali5ter ali5ter commented Apr 19, 2026

Summary

  • Python scripts (convert.py, search.py, download.py): complete module headers with
    Author/Version/Date/License/Dependencies/Exit codes; convert all @param/@return/@example
    tags to Google-style Args:/Returns:/Example: docstring sections
  • init-findings.sh: fix author attribution (ali5terAlister Lewis-Bowen <email>);
    add pfb loading (matching init-symlinks.sh pattern); convert all echo output to pfb calls

Test plan

  • bash -n syntax check passes on all .sh files
  • python3 -c "import ast; ast.parse(...)" passes on all .py files
  • markdownlint passes with zero warnings
  • No @param/@return tags remaining in any Python file

🤖 Generated with Claude Code

- convert.py, search.py, download.py: add Author/Version/Date/License/
  Dependencies/Exit codes to module headers; convert all @param/@return/@example
  tags to Google-style Args:/Returns:/Example: sections
- init-findings.sh: fix author attribution (ali5ter → full Name <email>);
  add pfb loading and convert all echo output to pfb calls

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ali5ter ali5ter merged commit 55c497f into main Apr 19, 2026
@ali5ter ali5ter deleted the chore/fix-docstring-style-and-author-attribution branch April 19, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant