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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ for public contracts once they are declared stable.

### Added

- MIT License for source and distribution metadata.
- Initial FastAPI service with liveness, readiness, and `AgentSpec` validation.
- Unit, smoke, lint, type, dependency audit, and container build automation.
- Risk-based review and delivery policy.
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 fly1d

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ actor identity, request idempotency, backup automation, and durable workflows re

## License

No license has been selected yet. Publishing this repository does not by itself grant reuse
rights. Choose an open-source or commercial license before making the GitHub repository public.
Licensed under the [MIT License](LICENSE).
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Security Policy

Do not report suspected vulnerabilities through a public issue. Until a dedicated security
contact is configured, keep the GitHub repository private and report findings directly to the
repository owner.
Do not report suspected vulnerabilities through a public issue. Use GitHub's private
vulnerability reporting when available, or contact the repository owner directly.

Security-sensitive changes include authentication, authorization, tool policies, sandboxing,
secrets, audit records, memory retention, tenant isolation, and dependency provenance. These
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "agent-control-plane"
version = "0.1.0"
description = "A reliability and governance control plane for production AI agents."
readme = "README.md"
license = "MIT"
requires-python = ">=3.11"
dependencies = [
"alembic>=1.16,<2",
Expand Down