Releases: Hack23/homepage
Hack23 Homepage v1.0.7
Highlights
🏗️ Infrastructure & DevOps
- chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 @dependabot[bot] (#1136)
- chore(deps): bump github/codeql-action from 4.35.0 to 4.35.1 @dependabot[bot] (#1134)
🔒 Security & Compliance
- Update gh-aw skills with latest features, compact agents and copilot-instructions @copilot-swe-agent[bot] (#1137)
- chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 @dependabot[bot] (#1136)
- chore(deps): bump github/codeql-action from 4.35.0 to 4.35.1 @dependabot[bot] (#1134)
📚 Documentation
- Update gh-aw skills with latest features, compact agents and copilot-instructions @copilot-swe-agent[bot] (#1137)
🔄 Code Quality & Refactoring
- chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 @dependabot[bot] (#1136)
📦 Dependencies
- chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 @dependabot[bot] (#1136)
- chore(deps): bump github/codeql-action from 4.35.0 to 4.35.1 @dependabot[bot] (#1134)
🤖 GitHub Copilot & AI
- Update gh-aw skills with latest features, compact agents and copilot-instructions @copilot-swe-agent[bot] (#1137)
🔍 Content & SEO
- Update gh-aw skills with latest features, compact agents and copilot-instructions @copilot-swe-agent[bot] (#1137)
- chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 @dependabot[bot] (#1136)
- chore(deps): bump github/codeql-action from 4.35.0 to 4.35.1 @dependabot[bot] (#1134)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.7.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.7.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.7 --repo Hack23/homepage --pattern "homepage-v1.0.7.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.7.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.7.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.7.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.6...v1.0.7
📦 Release Artifacts
homepage-v1.0.7.zip- Complete website package (minified HTML/CSS/JS)homepage-v1.0.7.zip.sha256- Checksum for verificationhomepage-v1.0.7.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify artifacts using the GitHub CLI:
# Verify checksum
sha256sum -c homepage-v1.0.7.zip.sha256
# Verify build attestation
gh attestation verify homepage-v1.0.7.zip -R Hack23/homepageHack23 Homepage v1.0.6
Highlights
🏗️ Infrastructure & DevOps
- chore(deps): bump github/codeql-action from 4.34.1 to 4.35.0 @dependabot[bot] (#1133)
- Add package.json with pinned exact versions and fix brace-expansion vulnerability @copilot-swe-agent[bot] (#1132)
- chore(deps): bump github/codeql-action from 4.34.0 to 4.34.1 @dependabot[bot] (#1131)
- chore(deps): bump anchore/sbom-action from 0.23.1 to 0.24.0 @dependabot[bot] (#1130)
🔒 Security & Compliance
- chore(deps): bump github/codeql-action from 4.34.1 to 4.35.0 @dependabot[bot] (#1133)
- chore(deps): bump github/codeql-action from 4.34.0 to 4.34.1 @dependabot[bot] (#1131)
📦 Dependencies
- chore(deps): bump github/codeql-action from 4.34.1 to 4.35.0 @dependabot[bot] (#1133)
- Add package.json with pinned exact versions and fix brace-expansion vulnerability @copilot-swe-agent[bot] (#1132)
- chore(deps): bump github/codeql-action from 4.34.0 to 4.34.1 @dependabot[bot] (#1131)
- chore(deps): bump anchore/sbom-action from 0.23.1 to 0.24.0 @dependabot[bot] (#1130)
🔍 Content & SEO
- chore(deps): bump github/codeql-action from 4.34.1 to 4.35.0 @dependabot[bot] (#1133)
- Add package.json with pinned exact versions and fix brace-expansion vulnerability @copilot-swe-agent[bot] (#1132)
- chore(deps): bump github/codeql-action from 4.34.0 to 4.34.1 @dependabot[bot] (#1131)
- chore(deps): bump anchore/sbom-action from 0.23.1 to 0.24.0 @dependabot[bot] (#1130)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.6.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.6.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.6 --repo Hack23/homepage --pattern "homepage-v1.0.6.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.6.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.6.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.6.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.5...v1.0.6
📦 Release Artifacts
homepage-v1.0.6.zip- Complete website package (minified HTML/CSS/JS)homepage-v1.0.6.zip.sha256- Checksum for verificationhomepage-v1.0.6.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify artifacts using the GitHub CLI:
# Verify checksum
sha256sum -c homepage-v1.0.6.zip.sha256
# Verify build attestation
gh attestation verify homepage-v1.0.6.zip -R Hack23/homepageHack23 Homepage v1.0.5
Highlights
🏗️ Infrastructure & DevOps
- fix: use immutableCreate to fix missing SPDX/intoto release assets @copilot-swe-agent[bot] (#1129)
- chore(deps): bump github/codeql-action from 4.33.0 to 4.34.0 @dependabot[bot] (#1127)
- chore(deps): bump actions/attest-sbom from 4.0.0 to 4.1.0 @dependabot[bot] (#1126)
🔒 Security & Compliance
- chore(deps): bump github/codeql-action from 4.33.0 to 4.34.0 @dependabot[bot] (#1127)
📦 Dependencies
- chore(deps): bump github/codeql-action from 4.33.0 to 4.34.0 @dependabot[bot] (#1127)
- chore(deps): bump actions/attest-sbom from 4.0.0 to 4.1.0 @dependabot[bot] (#1126)
🔍 Content & SEO
- fix: use immutableCreate to fix missing SPDX/intoto release assets @copilot-swe-agent[bot] (#1129)
- chore(deps): bump github/codeql-action from 4.33.0 to 4.34.0 @dependabot[bot] (#1127)
- chore(deps): bump actions/attest-sbom from 4.0.0 to 4.1.0 @dependabot[bot] (#1126)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.5.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.5.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.5 --repo Hack23/homepage --pattern "homepage-v1.0.5.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.5.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.5.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.5.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.4...v1.0.5
📦 Release Artifacts
homepage-v1.0.5.zip- Complete website package (minified HTML/CSS/JS)homepage-v1.0.5.zip.sha256- Checksum for verificationhomepage-v1.0.5.spdx.json- SBOM (Software Bill of Materials)*.intoto.jsonl- SLSA Build Provenance Attestations
🔐 Security
All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify artifacts using the GitHub CLI:
# Verify checksum
sha256sum -c homepage-v1.0.5.zip.sha256
# Verify build attestation
gh attestation verify homepage-v1.0.5.zip -R Hack23/homepageHack23 Homepage v1.0.4
Highlights
🏗️ Infrastructure & DevOps
- chore(deps): bump release-drafter/release-drafter from 7.1.0 to 7.1.1 @dependabot[bot] (#1125)
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 @dependabot[bot] (#1124)
- chore(deps): bump release-drafter/release-drafter from 7.0.0 to 7.1.0 @dependabot[bot] (#1123)
- chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 @dependabot[bot] (#1122)
- chore(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0 @dependabot[bot] (#1121)
- chore(deps): bump ncipollo/release-action from 1.20.0 to 1.21.0 @dependabot[bot] (#1120)
- chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0 @dependabot[bot] (#1119)
- chore(deps): bump treosh/lighthouse-ci-action from 12.6.1 to 12.6.2 @dependabot[bot] (#1118)
- chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 @dependabot[bot] (#1117)
🔒 Security & Compliance
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 @dependabot[bot] (#1124)
- chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 @dependabot[bot] (#1122)
- chore(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0 @dependabot[bot] (#1121)
🔄 Code Quality & Refactoring
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 @dependabot[bot] (#1124)
- chore(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0 @dependabot[bot] (#1121)
📦 Dependencies
- chore(deps): bump release-drafter/release-drafter from 7.1.0 to 7.1.1 @dependabot[bot] (#1125)
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 @dependabot[bot] (#1124)
- chore(deps): bump release-drafter/release-drafter from 7.0.0 to 7.1.0 @dependabot[bot] (#1123)
- chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 @dependabot[bot] (#1122)
- chore(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0 @dependabot[bot] (#1121)
- chore(deps): bump ncipollo/release-action from 1.20.0 to 1.21.0 @dependabot[bot] (#1120)
- chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0 @dependabot[bot] (#1119)
- chore(deps): bump treosh/lighthouse-ci-action from 12.6.1 to 12.6.2 @dependabot[bot] (#1118)
- chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 @dependabot[bot] (#1117)
🤖 GitHub Copilot & AI
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 @dependabot[bot] (#1124)
🔍 Content & SEO
- chore(deps): bump release-drafter/release-drafter from 7.1.0 to 7.1.1 @dependabot[bot] (#1125)
- chore(deps): bump actions/cache from 5.0.3 to 5.0.4 @dependabot[bot] (#1124)
- chore(deps): bump release-drafter/release-drafter from 7.0.0 to 7.1.0 @dependabot[bot] (#1123)
- chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 @dependabot[bot] (#1122)
- chore(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0 @dependabot[bot] (#1121)
- chore(deps): bump ncipollo/release-action from 1.20.0 to 1.21.0 @dependabot[bot] (#1120)
- chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0 @dependabot[bot] (#1119)
- chore(deps): bump treosh/lighthouse-ci-action from 12.6.1 to 12.6.2 @dependabot[bot] (#1118)
- chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 @dependabot[bot] (#1117)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.4.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.4.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.4 --repo Hack23/homepage --pattern "homepage-v1.0.4.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.4.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.4.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.4.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @dependabot[bot], @pethers and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.3...v1.0.4
Hack23 Homepage v1.0.3
Highlights
🏗️ Infrastructure & DevOps
- chore(deps): bump anchore/sbom-action from 0.23.0 to 0.23.1 @dependabot[bot] (#1115)
- chore(deps): bump release-drafter/release-drafter from 6.3.0 to 6.4.0 @dependabot[bot] (#1114)
🔒 Security & Compliance
- Translate 18 FR/ES product pages body content @copilot-swe-agent[bot] (#1116)
🌐 Internationalization
- Translate 18 FR/ES product pages body content @copilot-swe-agent[bot] (#1116)
📦 Dependencies
- chore(deps): bump anchore/sbom-action from 0.23.0 to 0.23.1 @dependabot[bot] (#1115)
- chore(deps): bump release-drafter/release-drafter from 6.3.0 to 6.4.0 @dependabot[bot] (#1114)
🔍 Content & SEO
- Translate 18 FR/ES product pages body content @copilot-swe-agent[bot] (#1116)
- chore(deps): bump anchore/sbom-action from 0.23.0 to 0.23.1 @dependabot[bot] (#1115)
- chore(deps): bump release-drafter/release-drafter from 6.3.0 to 6.4.0 @dependabot[bot] (#1114)
🎯 Specific Areas
- Translate 18 FR/ES product pages body content @copilot-swe-agent[bot] (#1116)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.3.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.3.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.3 --repo Hack23/homepage --pattern "homepage-v1.0.3.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.3.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.3.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.3.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.2...v1.0.3
Hack23 Homepage v1.0.2
Highlights
- Analyze translation PR completion rates and create 5 focused issues assigned to Copilot @copilot-swe-agent[bot] (#1092)
- Translate FR/ES core page body content (partial: services, why-hack23, security-assessment-checklist) @copilot-swe-agent[bot] (#1102)
- Translate DA/FI ISO 27001 pages: certification costs, implementation mistakes, and Sweden guide @copilot-swe-agent[bot] (#1103)
🏗️ Infrastructure & DevOps
- chore(deps): bump release-drafter/release-drafter from 6.2.0 to 6.3.0 @dependabot[bot] (#1113)
- chore(deps): bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#1093)
- chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 @dependabot[bot] (#1091)
🔒 Security & Compliance
- Translate Dutch (NL) core + product pages — partial completion (7/14 files) @copilot-swe-agent[bot] (#1109)
- Complete German translation for 12 DE pages — third review pass @copilot-swe-agent[bot] (#1111)
- [Translation] Norwegian (Bokmål) — Translate 12/13 core + product pages @copilot-swe-agent[bot] (#1110)
- chore(deps): bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#1093)
- chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 @dependabot[bot] (#1091)
🌐 Internationalization
- Translate Dutch (NL) core + product pages — partial completion (7/14 files) @copilot-swe-agent[bot] (#1109)
- Translate Swedish core + product pages body content (SV localization) @copilot-swe-agent[bot] (#1112)
- Complete German translation for 12 DE pages — third review pass @copilot-swe-agent[bot] (#1111)
- [Translation] Norwegian (Bokmål) — Translate 12/13 core + product pages @copilot-swe-agent[bot] (#1110)
📚 Documentation
- Fix TRANSLATION_DOCUMENTATION_README: replace misleading infrastructure-only scores with two-tier metrics @copilot-swe-agent[bot] (#1100)
🔄 Code Quality & Refactoring
- chore(deps): bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#1093)
📦 Dependencies
- chore(deps): bump release-drafter/release-drafter from 6.2.0 to 6.3.0 @dependabot[bot] (#1113)
- chore(deps): bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#1093)
- chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 @dependabot[bot] (#1091)
🔍 Content & SEO
- chore(deps): bump release-drafter/release-drafter from 6.2.0 to 6.3.0 @dependabot[bot] (#1113)
- Translate Dutch (NL) core + product pages — partial completion (7/14 files) @copilot-swe-agent[bot] (#1109)
- Translate Swedish core + product pages body content (SV localization) @copilot-swe-agent[bot] (#1112)
- Complete German translation for 12 DE pages — third review pass @copilot-swe-agent[bot] (#1111)
- [Translation] Norwegian (Bokmål) — Translate 12/13 core + product pages @copilot-swe-agent[bot] (#1110)
- chore(deps): bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#1093)
- Fix TRANSLATION_DOCUMENTATION_README: replace misleading infrastructure-only scores with two-tier metrics @copilot-swe-agent[bot] (#1100)
- chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 @dependabot[bot] (#1091)
🎯 Specific Areas
- Translate Dutch (NL) core + product pages — partial completion (7/14 files) @copilot-swe-agent[bot] (#1109)
- Translate Swedish core + product pages body content (SV localization) @copilot-swe-agent[bot] (#1112)
- Complete German translation for 12 DE pages — third review pass @copilot-swe-agent[bot] (#1111)
- [Translation] Norwegian (Bokmål) — Translate 12/13 core + product pages @copilot-swe-agent[bot] (#1110)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.2.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.2.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.2 --repo Hack23/homepage --pattern "homepage-v1.0.2.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.2.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.2.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.2.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.1...v1.0.2
Hack23 Homepage v1.0.1
Highlights
🏗️ Infrastructure & DevOps
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 @dependabot[bot] (#1089)
- chore(deps): bump actions/dependency-review-action from 4.8.3 to 4.9.0 @dependabot[bot] (#1088)
- chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 @dependabot[bot] (#1087)
- chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 @dependabot[bot] (#1085)
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 @dependabot[bot] (#1084)
- chore(deps): bump actions/attest-build-provenance from 4.0.0 to 4.1.0 @dependabot[bot] (#1083)
- chore(deps): bump anchore/sbom-action from 0.22.2 to 0.23.0 @dependabot[bot] (#1081)
- chore(deps): bump actions/attest-sbom from 3.0.0 to 4.0.0 @dependabot[bot] (#1080)
- chore(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0 @dependabot[bot] (#1079)
🔒 Security & Compliance
- chore(deps): bump actions/dependency-review-action from 4.8.3 to 4.9.0 @dependabot[bot] (#1088)
- chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 @dependabot[bot] (#1087)
- Fix broken Data_Protection_Policy.md links across 32 files @copilot-swe-agent[bot] (#1086)
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 @dependabot[bot] (#1084)
- THREAT_MODEL.md v2.0: Close ISMS gap analysis findings, add FUTURE_THREAT_MODEL.md @copilot-swe-agent[bot] (#1082)
🌐 Internationalization
- Complete index_??.html translations: multi-column footer, nav accessibility, language switcher @copilot-swe-agent[bot] (#1090)
- Fix broken Data_Protection_Policy.md links across 32 files @copilot-swe-agent[bot] (#1086)
🎨 UI/UX Improvements
- Complete index_??.html translations: multi-column footer, nav accessibility, language switcher @copilot-swe-agent[bot] (#1090)
📚 Documentation
- Complete index_??.html translations: multi-column footer, nav accessibility, language switcher @copilot-swe-agent[bot] (#1090)
- Fix broken Data_Protection_Policy.md links across 32 files @copilot-swe-agent[bot] (#1086)
- THREAT_MODEL.md v2.0: Close ISMS gap analysis findings, add FUTURE_THREAT_MODEL.md @copilot-swe-agent[bot] (#1082)
🔄 Code Quality & Refactoring
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 @dependabot[bot] (#1089)
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 @dependabot[bot] (#1084)
📦 Dependencies
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 @dependabot[bot] (#1089)
- chore(deps): bump actions/dependency-review-action from 4.8.3 to 4.9.0 @dependabot[bot] (#1088)
- chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 @dependabot[bot] (#1087)
- chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 @dependabot[bot] (#1085)
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 @dependabot[bot] (#1084)
- chore(deps): bump actions/attest-build-provenance from 4.0.0 to 4.1.0 @dependabot[bot] (#1083)
- chore(deps): bump anchore/sbom-action from 0.22.2 to 0.23.0 @dependabot[bot] (#1081)
- chore(deps): bump actions/attest-sbom from 3.0.0 to 4.0.0 @dependabot[bot] (#1080)
- chore(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0 @dependabot[bot] (#1079)
🤖 GitHub Copilot & AI
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 @dependabot[bot] (#1089)
- Fix broken Data_Protection_Policy.md links across 32 files @copilot-swe-agent[bot] (#1086)
🔍 Content & SEO
- Complete index_??.html translations: multi-column footer, nav accessibility, language switcher @copilot-swe-agent[bot] (#1090)
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 @dependabot[bot] (#1089)
- chore(deps): bump actions/dependency-review-action from 4.8.3 to 4.9.0 @dependabot[bot] (#1088)
- chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 @dependabot[bot] (#1087)
- Fix broken Data_Protection_Policy.md links across 32 files @copilot-swe-agent[bot] (#1086)
- chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 @dependabot[bot] (#1085)
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 @dependabot[bot] (#1084)
- chore(deps): bump actions/attest-build-provenance from 4.0.0 to 4.1.0 @dependabot[bot] (#1083)
- THREAT_MODEL.md v2.0: Close ISMS gap analysis findings, add FUTURE_THREAT_MODEL.md @copilot-swe-agent[bot] (#1082)
- chore(deps): bump anchore/sbom-action from 0.22.2 to 0.23.0 @dependabot[bot] (#1081)
- chore(deps): bump actions/attest-sbom from 3.0.0 to 4.0.0 @dependabot[bot] (#1080)
- chore(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0 @dependabot[bot] (#1079)
🎯 Specific Areas
- Complete index_??.html translations: multi-column footer, nav accessibility, language switcher @copilot-swe-agent[bot] (#1090)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.1.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.1.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.1 --repo Hack23/homepage --pattern "homepage-v1.0.1.spdx.json"
...Hack23 Homepage v1.0.0
Highlights
- Add CRA-ASSESSMENT.md and update architecture documentation portfolio @copilot-swe-agent[bot] (#1077)
🏗️ Infrastructure & DevOps
- chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#1078)
- chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 @dependabot[bot] (#1076)
🔒 Security & Compliance
- chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#1078)
- chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 @dependabot[bot] (#1076)
- Add complete C4 architecture documentation portfolio @copilot-swe-agent[bot] (#1075)
📚 Documentation
- Add complete C4 architecture documentation portfolio @copilot-swe-agent[bot] (#1075)
🔄 Code Quality & Refactoring
- chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#1078)
📦 Dependencies
- chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#1078)
- chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 @dependabot[bot] (#1076)
🔍 Content & SEO
- chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#1078)
- chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 @dependabot[bot] (#1076)
- Add complete C4 architecture documentation portfolio @copilot-swe-agent[bot] (#1075)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v1.0.0.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v1.0.0.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v1.0.0 --repo Hack23/homepage --pattern "homepage-v1.0.0.spdx.json"
# View SBOM in JSON format
cat homepage-v1.0.0.spdx.json | jq
# Extract package list from SBOM
cat homepage-v1.0.0.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v1.0.0.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.0.2...v1.0.0
Hack23 Homepage v0.0.2
Highlights
- Trim agents below 30K char limit, add 9 cross-repo skills @copilot-swe-agent[bot] (#1074)
🏗️ Infrastructure & DevOps
- Add new project pages for European Parliament MCP Server, Riksdagsmonitor, and EU Parliament Monitor with sitemap updates @copilot-swe-agent[bot] (#1063)
- chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 @dependabot[bot] (#1073)
- Add European Parliament MCP Server, Riksdagsmonitor, and EU Parliament Monitor to projects pages with full i18n @copilot-swe-agent[bot] (#1071)
- Add Riksdagsmonitor project pages with full ISMS documentation links and 14-language SEO @copilot-swe-agent[bot] (#1069)
- Add European Parliament MCP Server project pages (main, features, docs) @copilot-swe-agent[bot] (#1068)
🔒 Security & Compliance
- chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 @dependabot[bot] (#1073)
🌐 Internationalization
- Add new project pages for European Parliament MCP Server, Riksdagsmonitor, and EU Parliament Monitor with sitemap updates @copilot-swe-agent[bot] (#1063)
- Add European Parliament MCP Server, Riksdagsmonitor, and EU Parliament Monitor to projects pages with full i18n @copilot-swe-agent[bot] (#1071)
- Add EU Parliament Monitor project pages with full ISMS documentation links @copilot-swe-agent[bot] (#1070)
📦 Dependencies
- chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 @dependabot[bot] (#1073)
🔍 Content & SEO
- Add new project pages for European Parliament MCP Server, Riksdagsmonitor, and EU Parliament Monitor with sitemap updates @copilot-swe-agent[bot] (#1063)
- chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3 @dependabot[bot] (#1073)
- Add European Parliament MCP Server, Riksdagsmonitor, and EU Parliament Monitor to projects pages with full i18n @copilot-swe-agent[bot] (#1071)
- Add EU Parliament Monitor project pages with full ISMS documentation links @copilot-swe-agent[bot] (#1070)
- Add Riksdagsmonitor project pages with full ISMS documentation links and 14-language SEO @copilot-swe-agent[bot] (#1069)
- Add European Parliament MCP Server project pages (main, features, docs) @copilot-swe-agent[bot] (#1068)
🏆 Hack23 Quality & Security Badges
📋 ISMS Public Policies
Hack23 is committed to transparency and evidence-based security. All policies are publicly available:
📊 Quality & Security Reports
This release includes comprehensive quality assurance and security validation:
🔒 Supply Chain Security (SLSA Build Level 3)
- ✅ Build Provenance Attestation: View Attestations
- 📦 SBOM (SPDX format):
homepage-v0.0.2.spdx.json - 🔐 GitHub OIDC Signing: Ephemeral credentials, no long-lived secrets
- 🛡️ Tag-Triggered Parameterless Builds: Reproducible builds from source tags (workflow_dispatch allows version parameter input)
🧪 Test & Quality Reports (docs/ directory)
- ✅ HTML Validation: W3C standards compliance
- ⚡ Lighthouse Audit: Performance, SEO, Best Practices
- ♿ Accessibility Report: WCAG 2.1 AA compliant (Score: 100)
- 🔒 Security Scan: OWASP ZAP full scan
- 📚 Documentation Viewer: Comprehensive quality dashboard
📈 Quality Metrics
- Lighthouse Performance: > 90
- Lighthouse Accessibility: 100 (WCAG 2.1 AA)
- Lighthouse SEO: 100
- Lighthouse Best Practices: 100
- HTML Validation: Pass (W3C)
- Security Score: OpenSSF Scorecard tracked
🌐 Deployment Targets
- Primary: https://hack23.com (AWS S3 + CloudFront)
- Backup: https://hack23.github.io/homepage/ (GitHub Pages)
- Node.js Version: 24 (LTS)
🔐 Verify Release Artifacts
Verify Build Attestations
# Install GitHub CLI (gh) if not already installed
# Download and verify the release artifact
gh attestation verify homepage-v0.0.2.zip --owner Hack23View SBOM (Software Bill of Materials)
# Download the SBOM from release assets
gh release download v0.0.2 --repo Hack23/homepage --pattern "homepage-v0.0.2.spdx.json"
# View SBOM in JSON format
cat homepage-v0.0.2.spdx.json | jq
# Extract package list from SBOM
cat homepage-v0.0.2.spdx.json | jq '.packages[] | {name, version}'Verify Release Signature
# Verify the release was signed with GitHub's OIDC provider
gh attestation verify homepage-v0.0.2.zip \
--owner Hack23 \
--signer-workflow Hack23/homepage/.github/workflows/release.yml🙏 Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, Copilot, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.0.1...v0.0.2
Hack23 Homepage v0.0.1
Highlights
- Fix labeler v5+ compatibility, add release documentation badges, update architecture docs @copilot-swe-agent[bot] (#1060)
- Add automatic PR labeling based on file changes and conventional commits @copilot-swe-agent[bot] (#1059)
- Add GitHub Agentic Workflows skills library (5 comprehensive skills) @copilot-swe-agent[bot] (#1057)
- Expand ISMS skills library: 23→43 skills with STYLE_GUIDE.md compliance @copilot-swe-agent[bot] (#1056)
- Fix HTML entity encoding while preserving entities, JSON-LD, and JavaScript @copilot-swe-agent[bot] (#1054)
- Optimize S3 deployment: set cache headers at upload time, deploy all content reliably @copilot-swe-agent[bot] (#1055)
- Expand skills library with 9 new skills across 5 categories @copilot-swe-agent[bot] (#1051)
- Create 8 GitHub issues for Chinese translation completion @copilot-swe-agent[bot] (#995)
- Create 8 GitHub issues for Japanese translation completion @copilot-swe-agent[bot] (#1008)
- Create 8 Swedish translation improvement issues (unassigned) @copilot-swe-agent[bot] (#1019)
- Change X-MCP-Toolsets header value to 'all' @pethers (#1047)
- Remove Norwegian locale changes from Japanese translation branch @copilot-swe-agent[bot] (#1043)
- Complete Japanese translation of ISO 27001 implementation guide @copilot-swe-agent[bot] (#1044)
- Complete Japanese translation for discordian-cybersecurity_ja.html @copilot-swe-agent[bot] (#1039)
- Complete Japanese translation for CIA business case blog post @copilot-swe-agent[bot] (#1038)
- Complete Swedish translation for blog-information-hoarding_sv.html @copilot-swe-agent[bot] (#1040)
- Complete Japanese translation for CIA architecture documentation @copilot-swe-agent[bot] (#1042)
- Complete Japanese translation for compliance frameworks documentation @copilot-swe-agent[bot] (#1041)
- Fix MCP paths, enable Insiders API, make copilot instructions rule-based @copilot-swe-agent[bot] (#1037)
- Complete Swedish translations for industry solution pages (betting-gaming, cannabis-security) @copilot-swe-agent[bot] (#1035)
- Complete Japanese translation for blog-cia-osint-intelligence_ja.html @copilot-swe-agent[bot] (#1032)
- Swedish: George Dorn CIA and Black Trigram code analysis posts @copilot-swe-agent[bot] (#1034)
- Complete Swedish translation for blog-compliance-architecture_sv.html @copilot-swe-agent[bot] (#1036)
- Finalize Swedish translation documentation at 98.5% quality @copilot-swe-agent[bot] (#1033)
- Fix HTML validation: Replace invalid parameter tags with meta tags @copilot-swe-agent[bot] (#1031)
- Complete Swedish translation for CIA project page (cia-project_sv.html) @copilot-swe-agent[bot] (#1029)
- Complete Swedish translation for blog_sv.html @copilot-swe-agent[bot] (#1030)
- Complete Swedish translation for blog-automated-convergence_sv.html body content @copilot-swe-agent[bot] (#1028)
- Fix unescaped less-than characters in Chinese translation @copilot-swe-agent[bot] (#1010)
- Complete Chinese translation for blog-automated-convergence_zh.html @copilot-swe-agent[bot] (#1004)
- Complete Chinese translation for blog-cia-alternative-media-discordian-2026_zh.html @copilot-swe-agent[bot] (#1009)
- Complete Chinese translation for blog-cia-architecture_zh.html @copilot-swe-agent[bot] (#1007)
- Complete Chinese translation for blog-public-isms-benefits_zh.html @copilot-swe-agent[bot] (#1005)
- Complete Simplified Chinese translation for blog-cia-mindmaps_zh.html @copilot-swe-agent[bot] (#1006)
- Fix duplicate meta descriptions, complete SEO headers, and translate 17 Finnish/Danish blog pages @copilot-swe-agent[bot] (#989)
- Translate SEO metadata and structured data across localized pages @copilot-swe-agent[bot] (#986)
- Fix meta descriptions and translate body content across 6 languages @copilot-swe-agent[bot] (#987)
- Fix nested heading tags in blog_sv.html @copilot-swe-agent[bot] (#985)
- Remove outdated documents for clarity and efficiency @pethers (#983)
- Translate blog index HTML files (blog_*.html) - Complete translation with all links localized including Schema.org metadata (13 of 13 files - 100%) @copilot-swe-agent[bot] (#981)
- Complete translation of Schema.org terms, body content, meta tags, career history, internal links, language/location metadata, and Service schemas in all 13 localized index files @copilot-swe-agent[bot] (#980)
- Restore 243 blog translation files, update documentation, and complete index_*.html translations for all 13 languages @copilot-swe-agent[bot] (#979)
- Replace CIA Compliance Manager logo URL with Hack23 domain @copilot-swe-agent[bot] (#976)
- Replace CIA Compliance Manager GitHub Pages URL with custom domain @copilot-swe-agent[bot] (#975)
- Revert "Fix duplicate @context in JSON-LD structured data across all languages (681 files)" @pethers (#974)
- Fix duplicate @context in JSON-LD structured data across all languages (681 files) @copilot-swe-agent[bot] (#973)
- [WIP] Update workflows documentation based on current GitHub workflows @copilot-swe-agent[bot] (#972)
- Fix hreflang and og:locale headers across all 1,344 HTML files @copilot-swe-agent[bot] (#971)
- Create 6 translation quality improvement issues (Korean, Japanese, Spanish, Arabic, Hebrew, Dutch) @copilot-swe-agent[bot] (#958)
- Japanese translation quality improvement: SEO metadata enhancement for 90 files with contextually relevant keywords and metadata translation @copilot-swe-agent[bot] (#965)
- Complete Arabic technical infrastructure: HTML titles, keywords, RTL, inLanguage; identify 26 files needing translation @copilot-swe-agent[bot] (#969)
- Improve Dutch translation quality from 83.5% to 91%+ across 56 files @copilot-swe-agent[bot] (#970)
- Spanish translation: SEO metadata + visible content (index_es.html ~95%, blog_es.html ✅ 100%) @copilot-swe-agent[bot] (#967)
- Hebrew translation SEO enhancement: 90% → 94%+ quality across 96 files @copilot-swe-agent[bot] (#966)
- Korean translation quality improvement: Phase 2 ISMS policy files - 3 complete at 100% (75% → 95%+) @copilot-swe-agent[bot] (#968)
- Complete translation documentation: 100% coverage achieved across all 13 languages @copilot-swe-agent[bot] (#957)
- Create 10 translation completion issues for multilingual homepage @copilot-swe-agent[bot] (#935)
- Finnish translation QA: Fix Schema.org inLanguage, improve meta descriptions, eliminate all Swedish/English content, complete all keywords translation, and achieve 98% quality @copilot-swe-agent[bot] (#937)
- Complete French translation coverage: create 10 missing files, achieve 99%+ quality with comprehensive content translation and complete English content removal @copilot-swe-agent[bot] (#948)
- 🇳🇱 Dutch Translation: PROJECT COMPLETE - 94-95% Quality Achieved, All Criteria Met @copilot-swe-agent[bot] (#942)
- Complete Norwegian translation QA review - achieve 99.5%+ quality with 100% files at Excellent level @copilot-swe-agent[bot] (#943)
- Spanish translation: ALL 7 priority files completed - Phase 1 COMPLETE! 🎉 @copilot-swe-agent[bot] (#947)
- Complete Japanese translation: SEO metadata, sitemap navigation, breadcrumbs, FAQ & blog page @copilot-swe-agent[bot] (#956)
- Complete Hebrew translation: Create missing files and enhance quality to 90-95%+ @[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-...