Implement CLI options - #1
Conversation
Add a temporary markdown file under .github that lists the current code changes for the commit, in a format you can paste into a commit message or use as a
checklist.
## Key Changes
- Add .github/COMMIT_SUMMARY.md.
- Keep it human-readable and concise, with bullets for the actual changes made in this branch.
- Include the main areas changed:
- local shell wizard flow
- GitHub auth/PAT handling
- docs updates for the new wizard flow
- workflow wiring and CLI reuse where relevant
- Mark it clearly as temporary so it can be removed after the commit is made.
## Test Plan
- Verify the file exists and is readable in .github.
- Verify the content reflects the current diff, not placeholder text.
- Verify it is markdown and easy to copy into a commit message or commit note.
## Assumptions
- The file is a temporary helper, not a long-term repo artifact.
- Markdown is the preferred format because .github already uses markdown templates.
- The file should summarize the current branch changes, not generate an automated changelog.
</proposed_plan>
Agent-Logs-Url: https://github.com/v-Kaefer/Github-Project-Automation/sessions/489dcfa3-859d-4d68-b701-a6c730d7aa5f Co-authored-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/v-Kaefer/Github-Project-Automation/sessions/489dcfa3-859d-4d68-b701-a6c730d7aa5f Co-authored-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
…owVar Agent-Logs-Url: https://github.com/v-Kaefer/Github-Project-Automation/sessions/d6d577a3-f01e-4230-8804-ba314ffbf17c Co-authored-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
Agent-Logs-Url: https://github.com/v-Kaefer/Github-Project-Automation/sessions/d6d577a3-f01e-4230-8804-ba314ffbf17c Co-authored-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
|
@copilot All tests seem to be failling. Identify if they are fit for the actual codebase. And plan fixes/improvements for them. |
… naming Agent-Logs-Url: https://github.com/v-Kaefer/Github-Project-Automation/sessions/a9ab6241-178d-4a0a-920c-8aac495a5609 Co-authored-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
The pytest suite (9 tests) was actually passing — the red CI badges were from two unrelated gate checks, not from pytest. Root cause:
Fixes in commit
Test improvements (9 → 16 tests):
|
|
@copilot PR metadata validation, seems too strict. What can we about it. |
…ence Agent-Logs-Url: https://github.com/v-Kaefer/Github-Project-Automation/sessions/83f6f640-b2dc-40c8-8f7d-e9779f5ab135 Co-authored-by: v-Kaefer <128633407+v-Kaefer@users.noreply.github.com>
Two changes in commit
Real issue numbers ( |
Add a temporary markdown file under .github that lists the current code changes for the commit, in a format you can paste into a commit message or use as a
checklist.
Key Changes
Test Plan
Assumptions
Linked Issue
Milestone
Summary
How to test
Evidence
Known risks
DoD checklist