chore(public-prep): OG-Meta + CHANGELOG + CodeQL Security-Scanning#59
Merged
Conversation
a21e08c to
614d2cf
Compare
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Drei Polish-Themen nach Visibility-Flip, gebuendelt in einem PR: **1. Open-Graph + Twitter-Card Meta-Tags** in `static/landing.html`, `static/spielprinzip.html`, `static/index.html`. Bisher wurde beim Sharing auf Slack/Discord/LinkedIn/Twitter nur der nackte Title-Snippet gerendert. Jetzt: - og:title/description/url pro Seite spezifisch - og:image = https://prod-is-lava.dev/images/ingame.png (1672x941 Landscape, naehe am OG-Optimum 1.91:1) - og:image:width/height fuer schnelles Crawler-Sizing - og:locale=de_DE, og:type=website (landing/index) bzw. article (spielprinzip) - twitter:card=summary_large_image + twitter:title/description/image **2. CHANGELOG.md** mit Tier-by-Tier History (Tier 0-4 + 3.5/3.6/3.7 /3.8/3.9). Lose an Keep-a-Changelog 1.1 angelehnt, aber flach statt Added/Changed/Fixed-Buckets (passt zum Roadmap-Stil). Detail-Commits sind im git log; CHANGELOG listet die groesseren Meilensteine pro Tier mit kurzen Bullet-Points und Commit-Hash-Refs. **3. CodeQL Security-Scanning** als `.github/workflows/codeql.yml`. - Sprachen: python + javascript-typescript (build-mode: none, da beide reine Source-Analysis) - Trigger: push/PR auf main + wochentlich Montag 06:00 UTC - Query-Set: security-and-quality (default + extended quality checks) - Findings landen im GitHub Security-Tab; werden separat ge-issued wenn etwas auftaucht - Kostenlos fuer public repos (seit Repo-Flip auf 2026-05-15) Prettier 3.3.3 (CI-Pin) OK. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
614d2cf to
3e4dcd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drei Polish-Themen nach Visibility-Flip, gebündelt:
1. OG-Meta + Twitter-Card in 3 HTML-Files
Bisher rendert das Sharing auf Slack/Discord/LinkedIn nur den nackten Title-Snippet. Mit den neuen Meta-Tags wird
images/ingame.png(1672×941, nah am OG-Optimum 1.91:1) als Preview-Bild gezogen.landing.html: og:type=website, target /spielprinzip.html: og:type=article, target /spielprinzipindex.html: og:type=website, target /play + neue meta description2. CHANGELOG.md (Tier-by-Tier History)
Tier 0–4 plus 3.5/3.6/3.7/3.8/3.9 als kompakte Bullet-Liste pro Tier mit Commit-Hash-Refs. Lose an Keep a Changelog angelehnt, aber flach statt Added/Changed/Fixed-Buckets (passt zum Roadmap-Stil).
3. CodeQL Security-Scanning (.github/workflows/codeql.yml)
Test plan
🤖 Generated with Claude Code