Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Enforce Conventional Commit-style PR titles in CI via amannn/action-semantic-pull-request. (#22, #41)
- Add example Codex skills for PR creation and squash-merge commit message drafting. (#42)
- Add Nix flake devShell with Rust tooling, coding agents, and zsh entry. (#43)
- Add Nix flake package output for `nix run`, `nix profile install`, and `nix build`. (#43)
- Add Nix flake package output for `nix run`, `nix profile add`, and `nix build`. (#43)

### Changed

- Migrate Nix flake configuration from flake-utils to flake-parts. (#52)
- Add autonomy and communication guidance for AI agents. (#42)
- Document `nix develop` devShell usage in contributing guide. (#43)
- Refine one-line descriptions (README, Nix flake metadata, Homebrew formula, and GitHub repository description). (#43)
- Update README examples to use `nix profile add` instead of deprecated `nix profile install`. (#57)

### Changed

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ brew install acevif/tap/ignore
Install to your profile:

```sh
nix profile install github:acevif/ignore
nix profile add github:acevif/ignore
```

Use in your devShell (flake input):
Expand Down Expand Up @@ -142,8 +142,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, guidelines, and ho

## Document status

- Last updated: 2026-01-25
- Last reviewed: 2026-01-22
- Last updated: 2026-04-03
- Last reviewed: 2026-04-03

<details>
<summary>Date definitions</summary>
Expand Down