Skip to content

🔧 chore: migrate domains and quality checks#39

Merged
zrr1999 merged 7 commits into
mainfrom
chore/cloudflare-zrr-dev-migration
May 9, 2026
Merged

🔧 chore: migrate domains and quality checks#39
zrr1999 merged 7 commits into
mainfrom
chore/cloudflare-zrr-dev-migration

Conversation

@zrr1999

@zrr1999 zrr1999 commented Apr 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • migrate public-facing site branding from sixbones.dev to zrr.dev
  • switch repository docs and deploy guidance to Cloudflare Pages Git integration
  • split quality CI into dedicated workflows and replace prek with Vite+ hooks

Validation

  • git diff --check
  • workflow YAML parsing
  • pre-commit hook via .vite-hooks/pre-commit

zrr1999 and others added 3 commits April 29, 2026 17:26
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7ee4b2cd55

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci-links.yml Outdated
- main
paths:
- "apps/blog/data/blog/**/*.md"
- "hosting/**/*.md"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Trigger hosting checks on submodule pointer updates

These path filters match files inside hosting/**, but hosting is a Git submodule in this repo (.gitmodules maps it as a gitlink). GitHub Actions paths filtering is based on changed paths in the superproject, so updates to hosting content arrive as a single changed path (hosting), not hosting/**/*.md; in that case the link/Vale/typos workflows are skipped and hosting docs changes go unchecked. Include hosting in the trigger paths (or remove the path filter) so submodule SHA bumps run these checks.

Useful? React with 👍 / 👎.

zrr1999 added 4 commits May 7, 2026 19:10
- Added `_typos.toml` for typo management.
- Introduced `.eslintignore` to exclude specific directories from ESLint checks.
- Created `.vale.ini` for Vale style checks.
- Updated `AGENTS.md` and `README.md` to reflect new domain `zrr.dev` and project structure.
- Removed `turbo.json` and updated `package.json` scripts for improved command execution.
- Added CI workflows for link checks, typo checks, and Vale integration.
- Updated dependencies and configurations across various files for consistency and performance.
…oject configurations

- Removed `.eslintignore` as it is no longer needed.
- Updated `.gitignore` to include new patterns.
- Revised deployment model in `AGENTS.md` and `README.md` to utilize Cloudflare Workers Static Assets.
- Added `wrangler.jsonc` files for `root`, `blog`, and `slides` applications to configure deployment settings.
- Updated `package.json` scripts for streamlined deployment commands.
- Modified various components and configurations to reflect new naming conventions and project structure.
- Updated dependencies, including `preact` and added `wrangler` for deployment management.
- Updated `_typos.toml` to include typo management for specific files.
- Revised `AGENTS.md` to document the integration of `prek` for pre-commit checks.
- Modified `package.json` to change the `prepare` script to use `prek install`.
- Added new CI workflows for static checks and PR title validation.
- Removed outdated CI workflow validation file.
- Updated various SVG icons to ensure consistent formatting and added newlines where necessary.
- Adjusted file permissions for `Socials.astro` to align with project standards.
…dev-migration

# Conflicts:
#	apps/blog/package.json
#	apps/root/package.json
#	apps/slides/package.json
#	package.json
#	pnpm-lock.yaml
@zrr1999 zrr1999 changed the title chore: migrate domains and quality checks 🔧 chore: migrate domains and quality checks May 9, 2026
@zrr1999
zrr1999 merged commit ed35310 into main May 9, 2026
6 of 7 checks passed
@zrr1999
zrr1999 deleted the chore/cloudflare-zrr-dev-migration branch May 9, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant