miasma 0.2.8

Trap malicious AI web scrapers in an endless pit of poisoned training data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing to Miasma

Contributions are welcome! Please open an [issue](https://github.com/austin-weeks/miasma/issues) for bug reports or feature requests.

If you see an open issue that you'd like to tackle, leave a comment expressing interest and it will be assigned to you.

Please note that primarily AI-generated contributions will be automatically rejected. This project is for humans, by humans.

## Development

For convenience, you can run all CI checks locally with [`just`](https://github.com/casey/just#installation):

```sh
just local-ci
```