From 1e8152b6a95ebedd0e945066bbb397e70c8fc1b4 Mon Sep 17 00:00:00 2001 From: Kurt Overmier Date: Fri, 3 Apr 2026 05:17:17 -0500 Subject: [PATCH] docs: remap docs-manifest.json from edgestack-v2 to current repos Replace deprecated edgestack_v2 sources with their new home repos: - stackbilt-web: platform.md, ecosystem.md, api-reference.md - stackbilt-mcp-gateway: mcp.md - charter: compass-governance-api.md (moved from edgestack) - aegis-oss: architecture.md (new aegis block) Also removes CLAUDE.md.pre-adf-migrate.bak and fixes trailing comma in charter block that made the JSON technically invalid. Closes Stackbilt-dev/docs#11 Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md.pre-adf-migrate.bak | 296 ---------------------------------- docs-manifest.json | 168 ++++++++++--------- 2 files changed, 90 insertions(+), 374 deletions(-) delete mode 100644 CLAUDE.md.pre-adf-migrate.bak 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