chore: add Claude Code scaffolding and internal docs#68
Merged
Conversation
- Add CLAUDE.md with project context, commands, and conventions - Add .claude/settings.json with pre-approved tool permissions - Exclude dev config from release/production builds - Add .claude/settings.local.json to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- README.md: project overview and doc index - architecture.md: plugin architecture and request lifecycle - codebase-map.md: directory structure and key files - ai-agent-guide.md: patterns and checklist for AI-assisted development Optimized for developer onboarding and AI agent understanding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
akshaykumar-bsf
approved these changes
Mar 13, 2026
…ease Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Set up Claude Code project config and internal documentation for developer onboarding and AI agent understanding.
What's Included
Claude Code Config
CLAUDE.md— Project context, commands, conventions.claude/settings.json— Pre-approved tool permissionsInternal Documentation
internal-docs/README.md— Project overview and doc indexinternal-docs/architecture.md— Plugin architecture and request lifecycleinternal-docs/codebase-map.md— Directory structure and key filesinternal-docs/ai-agent-guide.md— Patterns and checklist for AI-assisted developmentBuild Exclusions
.distignore— Added .claude, CLAUDE.md, internal-docs.gitignore— Added .claude/settings.local.jsonNotes
internal-docs/is excluded from production builds🤖 Generated with Claude Code