Description
This is a smart-contract issue. contracts/CHANGELOG.md is hand-written. Add a script that scans recent commits affecting contracts/contracts/streampay-stream/ and produces a draft changelog entry.
Requirements and Context
- Script under
scripts/
- Groups by feat/fix/task
- Outputs markdown
- Must be secure, tested, and documented
- Should be efficient and easy to review
Suggested Execution
- Fork the repo and create a branch
git checkout -b task/contracts-changelog-gen
- Implement changes
scripts/contracts-changelog.ts
- Test and commit
- Manual run
- Include test output and notes in the PR
Example commit message
task: contracts changelog generator
Acceptance Criteria
Guidelines
- No external services
- Clear documentation and inline comments
- Timeframe: 96 hours
Description
This is a smart-contract issue.
contracts/CHANGELOG.mdis hand-written. Add a script that scans recent commits affectingcontracts/contracts/streampay-stream/and produces a draft changelog entry.Requirements and Context
scripts/Suggested Execution
scripts/contracts-changelog.tsExample commit message
Acceptance Criteria
Guidelines