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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
memory/
skills/
config.yaml
!src/memory/
!src/skills/
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.3.4](https://github.com/avoidwork/madz/compare/1.3.3...1.3.4)

- fix: set HOME env var to /home/madz in Dockerfile [`#191`](https://github.com/avoidwork/madz/pull/191)

#### [1.3.3](https://github.com/avoidwork/madz/compare/1.3.2...1.3.3)

> 12 June 2026

- chore: bump version to 1.3.3 [`#189`](https://github.com/avoidwork/madz/pull/189)

#### [1.3.2](https://github.com/avoidwork/madz/compare/1.3.1...1.3.2)

> 12 June 2026
Expand Down
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ providers:
requestsPerMinute: 120
sandbox:
paths:
- ./
- memory/
- skills/
- src/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avoidwork/madz",
"version": "1.3.3",
"version": "1.3.4",
"description": "A personality-driven AI harness channeling Mads Mikkelsen's cinematic soul.",
"keywords": [
"cli",
Expand Down