refactor(infra): modernize stack with Astro 6 / Tailwind v4 / Biome / OpenSpec#81
Merged
Conversation
- Tool version management: nvm → mise (node 24 + pnpm 11), delete .npmrc use-node-version - Astro 6.4.8 + integrated upgrade (mdx 6, sitemap 3.7, rss 4, check 0.9.9) - Responsive image configuration stabilization: experimentalLayout/Breakpoints → layout/breakpoints -z import from astro/zod (Astro 6 canonical path) - Added new upstream field to blog schema (summary/createAt/status/cost/related) - Added poems content collection - vite-plugin-static-copy upgraded to 4.x (compatible with Vite 7) - pnpm-workspace.yaml declares build script whitelist - Content submodule is synchronized to the latest (including new directories such as poems/career/daily) - task.md updates upgrade status
Set up OpenSpec spec-driven workflow with a seed spec for blog-content derived from content.config.ts, plus the modernize-infra change scaffold ready for implementation.
…dd CI quality gate - Tailwind 3→4: CSS-first @theme via @tailwindcss/vite, remove Sass entirely - Biome replaces ESLint: single tool for lint+format with biome.json - Migrate lucide-astro to @lucide/astro (deprecated package) - Add CI quality gate: astro check + biome ci + astro build + lychee dead links - Update AGENTS.md tech stack conventions; streamline task.md to intent-level backlog - Align engines to node 24 / pnpm 11
…ironment variables
- Add content asset resolver with contentUri/sourcePath/outputUrl triples - Replace remark-relate-image-links with remarkContentAssets plugin - Add in-memory asset manifest with dedup by outputUrl - Add dev middleware and build plugin for asset serving/copying - Add resolveContentBase utility for CONTENT_BASE env var resolution - Add Vitest test framework with fixture tests - Add OpenSpec change artifacts for content-asset-pipeline - Update AGENTS.md with upstream/downstream relationship docs
…zation - Stop rewriting Markdown image node URLs; let Astro handle optimization - remarkContentAssets → remarkContentImageLinks, only converts link nodes - Merge contentAssetBuildIntegration + contentAssetDevServer → contentAssetsIntegration - Remove manifest.ts; build assets are determined by final dist HTML references - Rename resolver fields: isLocalImageAssetUrl, resolveContentAssetReference, publicUrl - Remove inline dev server from astro.config.ts
- Create knowledge/ with architecture doc for content image asset pipeline - Sync openspec/specs/content-assets/spec.md to current implementation - Add knowledge library hook to AGENTS.md - Install knowledge-manager skill
…4 migration bugs - Fix transition-property: transform no longer applies to v4's independent translate/rotate/scale properties - Fix sparklable-text hover broken by @layer priority (components < utilities) - Register 10 semantic color variables in @theme inline, replace 22+ arbitrary value utilities with token classes (bg-prose-bg, text-title, etc.) - Deduplicate sparkle hover logic: prose a / summary / sparklable-text now share single source via @apply - Move sparkle-text alongside sparklable-text as paired @Utility twins in main.css - Add prose/typography layer documentation and modular scale comment - Delete unused --transition-duration-* dead code - Sync AGENTS.md color convention
…onsive breakpoints
- Add concurrency control to cancel outdated CI runs - Add minimal permissions and Astro build cache - Use check-latest and --prefer-offline for reliability - Fix lychee --base → --root-dir (base requires absolute path/URL)
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.
@theme inlinesemantic tokens, drop Sass.cursor/rules, init OpenSpec + knowledge indexpublishedAt, flow-field drops grayscale, replaceanytypes, feed.xml → TSBreaking: Sass/tailwind.config/eslint removed; content images served via pipeline, not
public/imagessymlink.