Skip to content

docs(roadmap): add #408 — status workspace.changed_files ambiguous (untracked included?)#2951

Closed
code-yeongyu wants to merge 1 commit into
mainfrom
docs/roadmap-408-status-changed-files-ambiguous
Closed

docs(roadmap): add #408 — status workspace.changed_files ambiguous (untracked included?)#2951
code-yeongyu wants to merge 1 commit into
mainfrom
docs/roadmap-408-status-changed-files-ambiguous

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #408

status --output-format json on workspace with 5 untracked files:

{"workspace":{
  "changed_files":5,
  "staged_files":0,
  "unstaged_files":0,
  "untracked_files":5,
  "git_state":"dirty · 5 files · 5 untracked"
}}

changed_files==untracked_files — does changed_files include untracked? Unclear. Also git_state prose duplicates the integer fields.

ROADMAP.md only

code-yeongyu added a commit that referenced this pull request May 6, 2026
Batch-appended ROADMAP entries from PRs #2950, #2951, #2953, #2954,
#2955, #2956, #2957, #2959, #2960, #2962, #2963, #2964.

All PRs were CI-green but conflicting on ROADMAP.md due to serial
appends to the same file.
@code-yeongyu
Copy link
Copy Markdown
Collaborator Author

Superseded by direct push 553d25ee which consolidated all 12 conflicting ROADMAP entries into a single commit.

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