pmat 3.16.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
# Docker Integration

## Overview

Run PMAT in Docker containers for CI/CD pipelines.

## Example Dockerfile

```dockerfile
FROM rust:latest
RUN cargo install pmat
WORKDIR /app
CMD ["pmat", "quality-gate"]
```

## Related Documentation

- [GitHub Actions]./github-actions.md
- [CI/CD Integration]./pre-commit.md