docs: add agent guidance files and update onboarding README#233
Open
rlorenzo wants to merge 2 commits into
Open
docs: add agent guidance files and update onboarding README#233rlorenzo wants to merge 2 commits into
rlorenzo wants to merge 2 commits into
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #233 +/- ##
=======================================
Coverage 44.51% 44.51%
=======================================
Files 895 895
Lines 51760 51760
Branches 4827 4827
=======================================
Hits 23041 23041
Misses 28149 28149
Partials 570 570
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
- Add CLAUDE.md, AGENTS.md, DESIGN.md, and PRODUCT.md as the source of truth for agent, design-system, and product conventions - README: correct the pre-commit hook description, document the Jenkins pre-push hook and Claude Code tooling, add CI status badges, and bump the IDE prerequisite to Visual Studio 2026 - Ignore .claude/ (per-developer agent config)
…CP, Impeccable, PLAN/SMOKETEST docs) Claude-Session: https://claude.ai/code/session_014NWgnoQfDu78LJ3o6vTusm
JasonRobertFrancis
approved these changes
Jun 24, 2026
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
Adds the AI-agent and design guidance files for the project, and refreshes the README so onboarding is accurate.
Changes
CLAUDE.md- environment rules, architecture, DB/EF Core, C# and Vue standards, security, git/branch workflowAGENTS.md- entry point for non-Claude agents; defers toCLAUDE.mdDESIGN.md- VIPER2 design system (UC Davis brand tokens, typography, components, accessibility)PRODUCT.md- product context and design principles.claude- per-developer Claude Code config.playwright-mcp/,.impeccable/- agent testing/working folders (snapshots, logs, screenshots)PLAN-*.md,SMOKETEST-*.md- local agent scratch docs (plans and smoke-test guides)