Add UX context and development documentation system - #734
Draft
ldstreet wants to merge 1 commit into
Draft
Conversation
Add four documentation files to provide context for both developers and the Maple AI assistant: **AGENTS.md** (~2KB): - Quick development reference for AI assistants - Tech stack, directories, common commands - Code quality standards and git workflow - Auto-loaded by AI development tools **MAPLE_SYSTEM_INSTRUCTION.md** (~3KB): - Concise system instruction for Maple assistant - Interface detection (app vs API/proxy) - Core UI features with usage guidance - Designed for manual copy-paste into Settings → Preferences **MAPLE_UX_CONTEXT.md** (~15KB): - Comprehensive technical UI reference - Detailed feature descriptions with code references - Implementation details and file locations - Platform-specific differences and availability matrix - Reference documentation (not auto-loaded due to size) **DOCUMENTATION.md**: - Guide explaining purpose of each documentation file - How files work together for different scenarios - Maintenance guidelines and update procedures - File size considerations and loading strategies **Usage**: - Developers: AI tools read AGENTS.md automatically - Users: Copy MAPLE_SYSTEM_INSTRUCTION.md to Settings → Preferences - Reference: Consult MAPLE_UX_CONTEXT.md for detailed UI info **Context-aware behavior**: - Maple assistant detects if user is in app or using API/proxy - References UI elements (globe icon, + button) only in app context - Uses capability language (web search available) for API context Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Deploying maple with
|
| Latest commit: |
d741814
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://98dc6586.maple-ca8.pages.dev |
| Branch Preview URL: | https://agent-maple-ux-context.maple-ca8.pages.dev |
ldstreet
marked this pull request as draft
August 4, 2026 16:50
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
NOTE: This PR contains reference documentation only. The actual UX context injection implementation is in PR #733.
This PR adds comprehensive documentation files about Maple's UX and development workflows. These serve as reference material for developers and provide the source content for the UX context that's auto-injected in PR #733.
Files
AGENTS.md(~2.9KB)MAPLE_SYSTEM_INSTRUCTION.md(~3.3KB)MAPLE_UX_CONTEXT.md(~14KB)DOCUMENTATION.md(~6KB)Relationship to PR #733
PR #733 implements the actual UX context auto-injection by:
MAPLE_SYSTEM_INSTRUCTION.mdThis PR provides the full reference documentation that:
Status
This is a draft PR containing reference documentation. Consider:
🤖 Generated with Claude Code