Add CLAUDE.md: comprehensive framework guidance for AI assistants - #1
Merged
Conversation
Add Claude-facing documentation at the repo root describing the architecture, request lifecycle, routing, controllers/response types, the MongoDB modeling system (models, embeddables, factory API, attributes, hooks, dispatch/cascade, validation, meta), services, config schema, plugin/extension model, conventions, recipes, and build/test/CI. Aimed at helping Claude work on the framework and on apps built on it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VHMzRj65pSTe2yv6f9UAs8
hybridauth/hybridauth <=3.12.2 is affected by advisory PKSA-27jb-7jhc-ynjm (GHSA-r3hf-q3mf-7h6w, improper SSL certificate validation in the curl HTTP client). v3.13.0 is the fixed release. Raise the constraint from ^3.8 to ^3.13 so only the patched version resolves; this also unblocks installs under Composer versions that refuse advisory-affected packages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VHMzRj65pSTe2yv6f9UAs8
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
Add a new
CLAUDE.mdfile that serves as a fast-path reference guide for Claude (and other AI assistants) working on the framework or applications built on it. This document complements the existingREADME.mdandreadme/directory with a more concise, structured mental model of the framework's architecture and conventions.Key Changes
CLAUDE.md(455 lines) containing:Notable Details
https://claude.ai/code/session_01VHMzRj65pSTe2yv6f9UAs8