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
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This repository contains CLI tooling for composing per-project `AGENTS.md` files from modular rule sets.

## Compatibility

- Node.js >= 20

## Release notes

See `CHANGELOG.md` for release notes.
Expand Down Expand Up @@ -147,11 +151,14 @@ npm install
npm run lint
npm run build
npm test
```

## Overview
This repository contains the compose-agentsmd project.

## Requirements and Configuration
- No required environment variables are documented.

```

## Overview
This repository contains the compose-agentsmd project.

## Documentation
- [CHANGELOG.md](CHANGELOG.md)
- [CONTRIBUTING.md](CONTRIBUTING.md)
- [SECURITY.md](SECURITY.md)
- [LICENSE](LICENSE)
- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
8 changes: 8 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"node": ">=20"
},
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/node": "^25.1.0",
"typescript": "^5.7.3"
},
Expand Down