Skip to content

Complete Claude Code migration with comprehensive documentation#1162

Closed
Claude wants to merge 1 commit intomainfrom
claude/migrate-to-claude-code-again
Closed

Complete Claude Code migration with comprehensive documentation#1162
Claude wants to merge 1 commit intomainfrom
claude/migrate-to-claude-code-again

Conversation

@Claude
Copy link
Copy Markdown
Contributor

@Claude Claude AI commented Apr 16, 2026

Optimizes the project for Claude Code development by adding comprehensive AI-assisted development documentation and configuration files.

Changes

New Files

  • .claudeignore — Excludes build outputs, dependencies, generated files, and auto-generated documentation from AI context
  • docs/CLAUDE_CODE_GUIDE.md — 600+ line comprehensive guide covering:
    • AI instruction hierarchy (CLAUDE.md → domain prompts → skills → memories)
    • 8 domain-specific prompt workflows (Data, UI, System, AI, API, Testing, Documentation, Examples)
    • Development workflows for common tasks (new field types, plugins, view types)
    • Best practices enforcement (Zod-first, naming conventions, testing)
    • Troubleshooting and advanced usage patterns

Updated Files

  • README.md — Added "AI-Assisted Development" section with:
    • Claude Code integration quick start
    • Key features (10+ prompts, auto-routing, 100+ examples)
    • GitHub Copilot dual compatibility reference

Documentation Architecture

The project now provides a complete 4-level AI instruction system:

CLAUDE.md (root, auto-loaded)
  ↓
.github/prompts/*.prompt.md (domain context)
  ↓
skills/*/SKILL.md (implementation guides)
  ↓
Repository memories (learned patterns)

Example workflow:

# Ask Claude Code: "Create a new field type for encrypted data"
# → Uses data-protocol.prompt.md
# → Follows Zod-first approach
# → Auto-generates tests and docs

All documentation maintains sync with .github/copilot-instructions.md for dual AI assistant compatibility.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-demo Ready Ready Preview, Comment Apr 16, 2026 2:06am
spec Ready Ready Preview, Comment Apr 16, 2026 2:06am

Request Review

@github-actions github-actions bot added documentation Improvements or additions to documentation size/l labels Apr 16, 2026
@hotlong hotlong closed this Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/l

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants