Skip to content

Commit de47bdc

Browse files
committed
feat: Implement RFC-0004 and add RFC-0007 through RFC-0012
RFC Implementations: - RFC-0004: Tiered Interface Primers - IMPLEMENTED - Simplified primer system with budget-aware tier selection - Three tiers: minimal (<80), standard (80-299), full (300+) - Bootstrap block always included (~20 tokens) RFC Updates: - RFC-0006: Documentation System Bridging - status updated - RFC-0001, RFC-0003, RFC-0005: Minor updates and fixes New Draft RFCs: - RFC-0007: ACP Complete Documentation Solution (Umbrella) - RFC-0008: ACP Type Annotations - RFC-0009: Extended Annotation Types - RFC-0010: ACP Documentation Generator - RFC-0011: IDE and LSP Integration - RFC-0012: Built-in Templates and Theming Specification Updates: - Chapter 03: Cache format with bridging support - Chapter 04: Config format with bridge configuration - Chapter 05: Extended annotations documentation - Chapter 06: Updated constraints - Chapter 11: Tool integration updates - Chapter 15: New bridging chapter Schema Updates: - cache.schema.json: Bridge metadata, type sources, extended fields - config.schema.json: Bridge configuration section Infrastructure: - Migrated .claude/commands to managed skills - Added RFC memory files for tracking implementation progress - Cleaned up deprecated scripts and templates
1 parent e17ff03 commit de47bdc

File tree

141 files changed

+24326
-25185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+24326
-25185
lines changed

.acp.config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://acp-protocol.dev/schemas/v1/config.schema.json",
3+
"version": "1.0.0",
4+
"include": [
5+
"**/*.js",
6+
"**/*.jsx",
7+
"**/*.mjs",
8+
"**/*.rs",
9+
"**/*.py",
10+
"**/*.ts",
11+
"**/*.tsx",
12+
"**/*.go",
13+
"**/*.java"
14+
],
15+
"exclude": [
16+
"**/node_modules/**",
17+
"**/dist/**",
18+
"**/build/**",
19+
"**/target/**",
20+
"**/.git/**",
21+
"**/vendor/**",
22+
"**/__pycache__/**"
23+
]
24+
}

.claude/commands/acp.cli-audit-directives.md

Lines changed: 0 additions & 294 deletions
This file was deleted.

0 commit comments

Comments
 (0)