From 61eec21b80a8405c351abc2e7eba66d5f15ab674 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 23 Jan 2026 18:30:39 +0100 Subject: [PATCH] docs: add resource evaluation system documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Document claudedocs/resource-evaluations/ structure in CLAUDE.md - Establish scoring methodology (1-5 scale) for external resources - Create process: analysis → scoring → challenge → decision - First evaluation: Remotion + Claude Code (2/5, rejected) Rationale: Systematic tracking of evaluated resources prevents duplicate analysis and provides audit trail for integration decisions. Files remain local (claudedocs/ is gitignored). Co-Authored-By: Claude Sonnet 4.5 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 4e19ef1..787c188 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,6 +32,10 @@ machine-readable/ # For LLM consumption tools/ # Interactive utilities ├── audit-prompt.md # Setup audit prompt └── onboarding-prompt.md # Personalized learning prompt + +claudedocs/ # Claude working documents +├── resource-evaluations/ # External resource assessments +└── *.md # Analysis reports, plans, working docs ``` ## Key Files