Skip to content

Add task proposals document outlining four scoped issues (2026-04-29)#185

Open
boshu2 wants to merge 1 commit intomainfrom
codex/propose-tasks-to-fix-code-issues
Open

Add task proposals document outlining four scoped issues (2026-04-29)#185
boshu2 wants to merge 1 commit intomainfrom
codex/propose-tasks-to-fix-code-issues

Conversation

@boshu2
Copy link
Copy Markdown
Owner

@boshu2 boshu2 commented Apr 29, 2026

Motivation

  • Capture actionable, single-PR scoped tasks discovered by direct inspection of the repository.
  • Surface a set of low-risk fixes and tests including a documentation typo, a test bug in daemon reconcile IDs, a duplicated command in AGENTS.md, and a missing regression test for tool-event scanners.
  • Provide clear scope and acceptance criteria so changes can be implemented and validated in separate PRs.

Description

  • Add docs/task-proposals-2026-04-29.md containing four task proposals with evidence, scope, and acceptance criteria.
  • Propose fixing a spelling error in docs/workflows/quick-fix.md by changing recievereceive and verifying with rg -n "recieve" docs/workflows/quick-fix.md.
  • Propose correcting test ID generation in cli/internal/daemon/reconcile_test.go by replacing string(rune('0'+phase)) with integer formatting such as strconv.Itoa(phase) or fmt.Sprintf("%d", phase).
  • Propose deduplicating an install.sh command in AGENTS.md and adding a regression test fixture to ensure tool-event scanners ignore plain-text mentions in transcripts.

Testing

  • No automated tests were run for this documentation-only change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant