Skip to content

docs: refresh README examples#10

Merged
satococoa merged 1 commit intomainfrom
codex/realistic-readme-example
Mar 17, 2026
Merged

docs: refresh README examples#10
satococoa merged 1 commit intomainfrom
codex/realistic-readme-example

Conversation

@satococoa
Copy link
Copy Markdown
Owner

Summary

  • replace outdated README sample entries with more realistic local dev files
  • align the JSON output example with the new sample

Copilot AI review requested due to automatic review settings March 17, 2026 14:46
@satococoa satococoa merged commit 4198130 into main Mar 17, 2026
5 checks passed
@satococoa satococoa deleted the codex/realistic-readme-example branch March 17, 2026 14:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README examples to better reflect realistic local development files and aligns the JSON output example accordingly.

Changes:

  • Refreshes the .worktreeinclude example patterns to use more typical local-dev files/caches.
  • Updates the JSON output example to reference the new sample paths.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 143 to 149
"errors": 0
},
"actions": [
{"op": "copy", "path": ".env", "status": "done"},
{"op": "skip", "path": ".vscode/settings.json", "status": "same"},
{"op": "conflict", "path": ".env.local", "status": "diff"}
{"op": "skip", "path": ".mise.local.toml", "status": "same"},
{"op": "conflict", "path": ".vscode/settings.json", "status": "diff"}
]
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.

2 participants