Skip to content

feat: include untracked files in commit plans - #23

Merged
rogerchappel merged 2 commits into
mainfrom
agent/oss-808-include-untracked
Jul 24, 2026
Merged

feat: include untracked files in commit plans#23
rogerchappel merged 2 commits into
mainfrom
agent/oss-808-include-untracked

Conversation

@rogerchappel

Copy link
Copy Markdown
Owner

Summary

  • include ordinary non-ignored untracked files in Markdown and JSON plans
  • preserve special-character paths with NUL-delimited Git output and deterministic sorting
  • report added/untracked metadata and accurate untracked insertion/file counts without mutating the repository
  • document every read-only Git query used

Commits

  • a3d7c6a feat: include untracked files in commit plans
  • 362dec5 docs: document untracked read-only Git queries

Verification

  • npm run release:check
  • bash scripts/validate.sh
  • git diff --check

All 17 tests pass, including untracked-only, mixed tracked/untracked, ignored-file, special-character-path, deterministic-output, and packed-CLI regressions.

@rogerchappel
rogerchappel merged commit 297e3fa into main Jul 24, 2026
1 check 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