From 108e48a878ec8fdca404bc14a0bab83c61771260 Mon Sep 17 00:00:00 2001 From: Scott McCarty Date: Tue, 23 Jun 2026 19:56:32 -0400 Subject: [PATCH] chore: remove deprecated immich references Immich was deprecated and removed from the CrunchTools stack. Removes references from constitution.md ratification history and web-application.md profile header. Co-Authored-By: Claude Opus 4.6 (1M context) --- constitution.md | 2 +- profiles/web-application.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constitution.md b/constitution.md index a4d0efb..ae4fe0b 100644 --- a/constitution.md +++ b/constitution.md @@ -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) | | 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 | diff --git a/profiles/web-application.md b/profiles/web-application.md index 38f5453..810ca77 100644 --- a/profiles/web-application.md +++ b/profiles/web-application.md @@ -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.