Description
Currently, documentation files like AGENTS.md and README.md are updated manually. We should set up an automated pipeline to generate and validate documentation.
Suggested approaches
- Setup a GitHub Actions workflow that automatically updates docs based on code comments using an extractor tool (e.g. Sphinx, pydoc).
- Validate
AGENTS.md commands automatically via CI to ensure they stay up-to-date.
- Automatically update CLI documentation whenever
authsome commands change.
Description
Currently, documentation files like
AGENTS.mdandREADME.mdare updated manually. We should set up an automated pipeline to generate and validate documentation.Suggested approaches
AGENTS.mdcommands automatically via CI to ensure they stay up-to-date.authsomecommands change.