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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.4.22

Ships the managed Bash-profile fix from issue #65 and task
`cde9f87b-ff03-45d2-9882-4899f0ba1e8b`.

The canonical `bash-profile` source now stores a readable-file guard for the
optional `$HOME/.local/bin/env` helper. Login shells therefore emit no
missing-file stderr when the helper is absent, while still sourcing it and
preserving its environment initialization when present.

## 0.4.18

Publishes the three source-visibility commits that landed on `main` after the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasna/instructions",
"version": "0.4.21",
"version": "0.4.22",
"description": "AI coding agent instruction & configuration manager \u2014 store, version, apply, and share all your AI coding configs. CLI + MCP + HTTP API (instructions-serve) + generated SDK + Dashboard.",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading