Added comprehensive documentation for resource evaluation methodology:
- Appendix C in ultimate-guide.md (line 15034)
* 5-point scoring system with decision criteria
* 14 documented assessments by category
* Transparency on integration decisions
* Links to full methodology
- Fixed methodologies.md GSD evaluation link
* Corrected path: claudedocs → docs (public)
- Updated reference.yaml with resource evaluations metadata
* Directory, count (14), methodology references
* Appendix and README section line numbers
All resource-evaluations now properly documented and discoverable.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add affaan-m/everything-claude-code to ecosystem (16k+ stars)
- Note: author hackathon win was for Zenith project, not this repo
- Caveat: Node.js hooks not officially recommended by Anthropic
- Document "Verification Loops" pattern in methodologies.md
- Official Anthropic guidance: iterate until tests pass
- Document "Eval Harness" concept with source link
- Reference: anthropic.com/engineering/demystifying-evals-for-ai-agents
- Add deep_dive index entries for quick lookup
Co-Authored-By: Claude <noreply@anthropic.com>
- Update CLAUDE.md with current values
- Update README.md badges and line counts
- Add Fresh Context Pattern reference in methodologies.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add CITATION.cff for academic citations and GitHub citation button
- Add "For AI Assistants" section in README with llms.txt reference
- Update machine-readable/llms.txt stats (4700+ → 9600+ lines)
- Bump version display to 3.8.0 in README footer
Improves discoverability in GitHub search, Google Scholar, and AI assistants
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add new section based on Addy Osmani's analysis of 2,500+ agent configs:
- Six essential components for specs (commands, testing, structure, style, git, boundaries)
- Permission tiers system (Always/Ask/Never)
- Curse of Instructions warning (more rules = worse adherence)
- Monolithic vs Modular decision table
Source: https://addyosmani.com/blog/good-spec/
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add guide/methodologies.md: index of 15 methodologies with decision tree
- Add guide/workflows/: 4 practical workflow guides
- tdd-with-claude.md: TDD with Claude-specific patterns
- spec-first.md: SDD adapted for CLAUDE.md
- plan-driven.md: effective /plan mode usage
- iterative-refinement.md: prompt→feedback→reprompt loops
- Add Section 9.14 in ultimate-guide.md linking to workflows
- Update guide/README.md with new documentation
- Bump version 3.4.0 → 3.5.0 across all files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>