Skip to content

expand README generation prompts and default sections#14

Merged
sermachage merged 1 commit into
mainfrom
feat/expand-readme-generation
Apr 1, 2026
Merged

expand README generation prompts and default sections#14
sermachage merged 1 commit into
mainfrom
feat/expand-readme-generation

Conversation

@sermachage
Copy link
Copy Markdown
Owner

@sermachage sermachage commented Apr 1, 2026

Capture richer project metadata during generate runs by adding flags and interactive prompts for features, usage examples, configuration notes, and contributor guidance.

Improve the default renderer by:

  • deriving descriptions from package docs when available
  • inferring sensible default usage snippets from the package type
  • surfacing direct go.mod dependencies and common repo docs
  • linking contributing, security, and license files in the generated output

Update the project documentation and add tests covering the new prompt flow, richer template rendering, and custom usage handling.

Tests: go test ./...

Summary

Related issue

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code cleanup
  • Documentation
  • CI / tooling

Checklist

  • go build ./... passes
  • go vet ./... passes
  • go test -race ./... passes
  • New code is covered by tests (or N/A)
  • Documentation updated if behaviour changed

Capture richer project metadata during generate runs by adding flags and interactive prompts for features, usage examples, configuration notes, and contributor guidance.

Improve the default renderer by:
- deriving descriptions from package docs when available
- inferring sensible default usage snippets from the package type
- surfacing direct go.mod dependencies and common repo docs
- linking contributing, security, and license files in the generated output

Update the project documentation and add tests covering the new prompt flow, richer template rendering, and custom usage handling.

Tests: go test ./...
Copy link
Copy Markdown
Owner Author

@sermachage sermachage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sermachage sermachage merged commit 3c63867 into main Apr 1, 2026
4 checks passed
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