From 74ad72dc6d72672d89ca57ad34f4b5182082dd4d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 23 Jun 2026 21:56:11 +0000 Subject: [PATCH] chore(hygiene): drop phantom README.md from cabal + dead .hypatia-ignore entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two safe cleanups surfaced by the Hypatia findings review: (1) casket-ssg.cabal listed README.md in extra-source-files but the file does not exist (only README.adoc) — removes the 'file does not exist' build warning; (2) .hypatia-ignore still exempted examples/SafeDOMExample.res, whose .res fixture was deleted in #38 — drop the dead exemption, keep the format header. No SPDX/licence changes (held for owner approval per the no-sweep mandate). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01WN6nPWWe4dvXfoqBG6auWN --- .hypatia-ignore | 15 +++------------ casket-ssg.cabal | 1 - 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.hypatia-ignore b/.hypatia-ignore index 3e3fce3..ee3f5cd 100644 --- a/.hypatia-ignore +++ b/.hypatia-ignore @@ -8,15 +8,6 @@ # Comment lines (`#`) and blank lines are tolerated because they never # match the `rule:path` shape under -xF. # -# ─── Example/documentation .res fixtures ──────────────────────────── -# -# examples/SafeDOMExample.res is a DOCUMENTATION FIXTURE showing how to -# consume the SafeDOM library from ReScript. The estate banned-language -# rule correctly flags `.res` files everywhere — exempt this specific -# documentation example so the governance gate passes on every PR. -# -# Going forward: this example should eventually be ported to -# AffineScript (per the 2026-05-25 estate policy refresh — -# `feedback_estate_lang_policy_2026_05_25`). When ported, drop this -# line. -cicd_rules/banned_language_file:examples/SafeDOMExample.res +# (No active exemptions. The former +# `cicd_rules/banned_language_file:examples/SafeDOMExample.res` exemption +# was removed after that .res fixture was deleted in #38.) diff --git a/casket-ssg.cabal b/casket-ssg.cabal index 89ae1f4..c54180d 100644 --- a/casket-ssg.cabal +++ b/casket-ssg.cabal @@ -13,7 +13,6 @@ copyright: 2024-2026 Jonathan D.A. Jewell category: Web build-type: Simple extra-source-files: README.adoc - README.md executable casket-ssg main-is: CasketGnosis.hs