0xrobinr/documeth

Generates documentation and an append-only history entry from git diffs, then opens a PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 24, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: 0xrobinr/documeth@1547be2f235f9f84b1cbd66ac6458b1e340d8cf0 # no releases — HEAD as of 2026-07-16

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
openai_api_keyOpenAI API keyyes
modelOpenAI model name (Responses API)nogpt-4o
modediff (default) or fullnodiff
include_globsNewline-separated glob patterns to includenosrc/**/*.ts src/**/*.tsx packages/**/*.ts packages/**/*.tsx
exclude_globsNewline-separated glob patterns to excludeno**/*.test.ts **/*.spec.ts **/node_modules/** **/dist/** **/build/** **/.next/** **/coverage/** **/*.min.* **/*.map **/*.d.ts
max_filesMax changed files to send to the modelno25
max_chars_per_fileMax characters per file to sendno12000
docs_dirDocs directory to write intonodocs
history_fileAppend-only history file (relative path)nodocs/HISTORY.md
pr_branchBranch name for docs PRnobot/documeth
pr_titlePull request titlenodocs: documeth update
pr_bodyPull request bodynoThis PR was generated automatically. - Updates documentation based on recent code changes - Appends an entry to docs history
commit_messageCommit messagenodocs: update documentation (documeth)
add_pathsPaths to include in PR commit (git pathspec), newline-separatednodocs/**

no outputs