diff --git a/CLAUDE.md.pre-adf-migrate.bak b/CLAUDE.md.pre-adf-migrate.bak deleted file mode 100644 index f4314c1..0000000 --- a/CLAUDE.md.pre-adf-migrate.bak +++ /dev/null @@ -1,296 +0,0 @@ -# CLAUDE.md - -This file provides guidance to Claude Code when working in this repository. -These rules override all default behavior. Follow them exactly as written. - ---- - -# StackBilt Docs - -Public documentation site for the StackBilt platform, Charter CLI, and Compass governance system. - ---- - -## 1. Tech Stack & Environment Constraints - -This is a **static-output Astro documentation site** styled with Tailwind CSS and deployed to Cloudflare's edge network via Wrangler. - -| Layer | Technology | Version | -|-------|-----------|---------| -| Framework | Astro | 5.x | -| Styling | Tailwind CSS | 3.4 (`sb-*` design tokens) | -| Markdown | MDX + Shiki (`github-dark-default`) | via `@astrojs/mdx` | -| Content | Astro Content Collections | Zod-typed frontmatter | -| Deployment | Cloudflare Workers Static Assets | Wrangler 4.x | -| Governance | Charter CLI (`@stackbilt/cli`) | 0.6.0 | - -### Package Manager - -**npm is the package manager for this repository.** A `package-lock.json` lockfile exists at the project root. Before executing any install or script command: - -1. Confirm `package-lock.json` exists (never `yarn.lock`, `pnpm-lock.yaml`, or `bun.lockb`). -2. Use `npm` for all commands — `npm install`, `npm run