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
2 changes: 1 addition & 1 deletion constitution.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Warnings nudge users toward best practices without breaking existing setups.
| 1.0.0 | 2026-03-03 | Initial constitution — universal core + 3 profiles |
| 1.1.0 | 2026-03-05 | Added Autonomous Agent profile for AI agent deployments |
| 1.2.0 | 2026-03-10 | Added mandatory build caching, git workflow, GitHub Releases, gourmand container |
| 1.3.0 | 2026-03-10 | Added Web Application profile for stateful web apps (acquacotta, rotv, immich) |
| 1.3.0 | 2026-03-10 | Added Web Application profile for stateful web apps (acquacotta, rotv) |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Modifying historical entries in the Ratification History table rewrites the record of what was actually ratified in version 1.3.0. To maintain an accurate historical log, past version descriptions should remain unchanged. The deprecation and removal of immich should instead be documented in CHANGELOG.md or under a new version entry for the current release.

Suggested change
| 1.3.0 | 2026-03-10 | Added Web Application profile for stateful web apps (acquacotta, rotv) |
| 1.3.0 | 2026-03-10 | Added Web Application profile for stateful web apps (acquacotta, rotv, immich) |

| 1.4.0 | 2026-03-16 | Added Forked MCP Server profile for containerized third-party MCP servers |
| 1.5.0 | 2026-04-04 | Added CLI Tool profile for standalone Python CLI tools (gatehouse, etc.) |
| 1.6.0 | 2026-04-06 | Added Deprecation Policy (IX), Runtime Warnings (X), Changelog requirement (II), file-based credential loading in MCP Server and CLI Tool profiles |
2 changes: 1 addition & 1 deletion profiles/web-application.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Web Application Profile

> **Profile Version:** 1.0.0
> **Applies to:** End-user web applications deployed as containers (acquacotta, rotv, immich)
> **Applies to:** End-user web applications deployed as containers (acquacotta, rotv)

This profile extends the [universal constitution](../constitution.md) with requirements specific to web application projects in the crunchtools organization. Web applications differ from Container Image projects in that they contain application code, manage stateful data, run multiple services, and require application-level testing.

Expand Down
Loading