Decisions
6 documents
Design: C# and Windows Coding Guidelines
Add two new guideline files (`csharp.md` and `windows.md`) to `~/.claude/guidelines/` and update three existing files...
Design: UI Design Guidelines
Add a new `guidelines/ui.md` file covering cross-platform UI design principles. Provides sensible defaults when no pr...
Format: Cookbook Project Definition (.acproj)
draftSelf-contained, platform-agnostic project format (cookbook-project.json) that defines an app as a tree of components, resources, and context — the source of truth from which native code is generated per platform.
Infrastructure: Global Plugin Cleanup — Move Project-Specific Plugins to Per-Project
Removed 19 plugins from global Claude Code config. Hook-heavy plugins were firing on every tool call across all projects. Project-specific plugins (LSPs, design, testing) add overhead in irrelevant projects.
Ingredient / Recipe / Cookbook Artifact Hierarchy
draftThree-tier artifact hierarchy — ingredients (atomic specs), recipes (compositions), cookbooks (app assemblies) — replacing the flat recipe model and cookbook-project naming.
Perf Deep Dive: Rule Pipelines
Replace static rule file installation with a generated, project-specific rule file and iterative planning/implementation pipelines.