Skip to content

docs: clarify ignore directives and single-file usage#89

Merged
maksym-arutyunyan merged 4 commits intomainfrom
codex/update-architecture-docs-and-fix-inconsistencies
Jul 25, 2025
Merged

docs: clarify ignore directives and single-file usage#89
maksym-arutyunyan merged 4 commits intomainfrom
codex/update-architecture-docs-and-fix-inconsistencies

Conversation

@maksym-arutyunyan
Copy link
Owner

Summary

  • document ignore directives in the architecture guide
  • explain why the CLI only accepts explicit file paths
  • remove numbered lists for exit codes

Testing

  • cargo build --release --all-targets
  • cargo test
  • cargo test --release
  • cargo clippy --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • git ls-files -z | grep -vzE '^tests/|^e2e-tests/|^README.md$' | xargs -0 -n1 ./target/release/keepsorted --features gitignore,rust_derive_canonical
  • bats e2e-tests
  • ./run-all.sh

https://chatgpt.com/codex/tasks/task_e_688398e44b50832db70bea627b23a1f6

@github-actions github-actions bot added the docs label Jul 25, 2025
@maksym-arutyunyan maksym-arutyunyan merged commit e0b2063 into main Jul 25, 2025
7 checks passed
@maksym-arutyunyan maksym-arutyunyan deleted the codex/update-architecture-docs-and-fix-inconsistencies branch July 25, 2025 15:28
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