From ad24dcac58eea06f874055665aeed02801fde004 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 8 Sep 2026 10:08:23 +0200 Subject: feat: serve the latest Slackware -current ChangeLog entry to Homepage Homepage's customapi widget speaks JSON and cannot parse text, so the ChangeLog needs something in front of it. This proxy fetches the file, keeps only the entry above the first separator, and serves the counts, the CVE ids, a truncated package list and the entry as a page. Package lines are matched by starting at column 0 rather than by their trailing period, since the indented notes below them frequently end in one too. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_0184D3xBAHPcZE9jZ45R5J26 --- CLAUDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CLAUDE.md (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..daa4f3e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,8 @@ +# slackware-changelog + +See @AGENTS.md for everything: modules, endpoints, deployment and the +ChangeLog parsing gotchas. + +This file is intentionally thin. AGENTS.md is the single source of truth, +shared across every agent tool. Do not duplicate content here, edit AGENTS.md +instead. -- cgit v1.2.3