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
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,22 @@ scripts/gepa/results/scores.jsonl
scripts/gepa/state.json
scripts/gepa/results/
scripts/gepa/generations/

# Agent tool working dirs (untracked, per-tool scratch)
.ralph/
.swarm/
.bjarne/
.entire/
.opencode/

# Local backups and lint artifacts
.git.backup/
.lint-errors.log
.lint-fix-log.json
.lint-fix-log.*.json

# Local scratch / generated trees
archive/
site/
voyager/
plugins/
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ elif [ -d "$HOME/.nvm/versions/node" ]; then
fi

npx lint-staged
bash scripts/determinism-pre-commit.sh
npm run build
22 changes: 0 additions & 22 deletions .lint-fix-log.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Options: `--until`, `--until-not`, `--until-empty`, `--until-non-empty`, `--unti
- [Development Guide](./docs/DEVELOPMENT.md) — Contributing and development
- [Architecture](./docs/architecture.md) — System design
- [API Reference](./docs/API_REFERENCE.md) — API documentation
- [Vision](./vision.md) — Product vision and principles
- [Vision](./docs/vision.md) — Product vision and principles
- [Status](./docs/status.md) — Current project status
- [Roadmap](./docs/roadmap.md) — Future plans

Expand Down
80 changes: 0 additions & 80 deletions RELEASE_NOTES.md

This file was deleted.

Loading
Loading