Skip to content
Merged
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,11 @@ The PlanGuard AI explanation **does not decide approval, deployment, risk score,

OpenAI-compatible endpoints currently require a public IPv4 DNS answer for an HTTPS hostname. IPv6-only endpoints are not supported.

## References
## Contributing workflow

Community contributions target the protected `dev` integration branch. Stable releases are promoted from the repository-owned `dev` branch to release-only `main` through a separate reviewed pull request. See [Contributing](CONTRIBUTING.md) and [Governance](GOVERNANCE.md) for the full workflow.

## Documentation

- [Release: v1.0.0](https://github.com/Theorvane/planguard/releases/tag/v1.0.0)
- [Complete workflow example](examples/workflows/ai-terraform-review.yml)
Expand Down
Loading