Skip to content

Comments

docs: Add CLAUDE.md and UNITY_CONTEXT.md for AI development guidance#11

Open
nkarkare wants to merge 1 commit intodevelopfrom
feature/claude-md-documentation
Open

docs: Add CLAUDE.md and UNITY_CONTEXT.md for AI development guidance#11
nkarkare wants to merge 1 commit intodevelopfrom
feature/claude-md-documentation

Conversation

@nkarkare
Copy link

@nkarkare nkarkare commented Jul 3, 2025

AI Development Documentation for Core Education Module

This PR adds documentation files to support AI-assisted development in Unity ERP's core education module:

Files Added

  • CLAUDE.md: Core education module development guide with Unity ecosystem awareness
  • UNITY_CONTEXT.md: Complete educational domain business context

Key Features

  • Foundation DocTypes and workflows for Unity ERP educational functionality
  • Unity ERP ecosystem positioning as the foundational module
  • Educational data models that all Unity modules extend
  • Integration with ERPNext accounting and Frappe framework

Benefits

  • Enables AI assistants to understand core educational DocTypes and workflows
  • Provides business context for foundational Unity ERP functionality
  • Documents base data models and integration patterns
  • Supports Unity-specific educational development patterns

🤖 Generated with Claude Code Documentation System

Summary by CodeRabbit

  • Documentation
    • Added comprehensive documentation outlining the architecture, workflows, integrations, and operational guidance for the education app within Unity ERP.
    • Introduced a detailed business context overview for Unity ERP, focusing on educational institution requirements, core modules, integration points, compliance, and performance considerations.

- Add comprehensive CLAUDE.md with Unity ERP foundation module context
- Add UNITY_CONTEXT.md with educational domain business context
- Include core educational DocTypes and workflow foundations
- Provide Unity-specific development patterns for base education functionality
- Reference foundational data models that Unity ERP extends

🤖 Generated with Claude Code (claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Jul 3, 2025

Walkthrough

Two new documentation files, CLAUDE.md and UNITY_CONTEXT.md, have been added. CLAUDE.md provides technical guidance for Claude Code regarding the education app in Unity ERP, detailing its architecture, workflows, integrations, and extensibility. UNITY_CONTEXT.md offers an in-depth business and architectural overview of Unity ERP tailored for educational institutions.

Changes

File(s) Change Summary
CLAUDE.md Added documentation detailing the technical architecture, workflows, and development patterns for the education app in Unity ERP.
UNITY_CONTEXT.md Added business context and architectural overview for Unity ERP, focusing on educational domain requirements and workflows.

Poem

🐇
Two docs now join our warren’s lore,
One for code, and one for more—
Context, structure, workflows bright,
Guidance clear as morning light.
With every hop, our knowledge grows,
In Unity’s fields, where learning flows!
📚✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (3)
UNITY_CONTEXT.md (3)

161-161: Add the missing determiner for smoother reading

- - **Centralized Admissions**: Multiple schools using common admission process
+ - **Centralized Admissions**: Multiple schools using a common admission process

192-192: Clarify the phrase “as per regulations”

- - **Data Retention**: Educational record retention as per regulations
+ - **Data Retention**: Educational record retention as per applicable regulations

This small tweak avoids the slightly awkward “as per regulations” construction and makes the policy reference clearer.


256-257: Prefer an en dash for numeric ranges

- - **Student Population**: 500-5000 students per entity
- - **Staff Size**: 50-500 employees depending on institution size
+ - **Student Population**: 500–5,000 students per entity
+ - **Staff Size**: 50–500 employees, depending on institution size

Purely cosmetic, but it matches common technical-writing conventions and improves readability.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e482a81 and de8862e.

📒 Files selected for processing (2)
  • CLAUDE.md (1 hunks)
  • UNITY_CONTEXT.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
UNITY_CONTEXT.md

[uncategorized] ~161-~161: You might be missing the article “a” here.
Context: ...ed Admissions**: Multiple schools using common admission process - Staff Mobility:...

(AI_EN_LECTOR_MISSING_DETERMINER_A)


[uncategorized] ~192-~192: Did you mean “regulation”? If following ‘per’, nouns are often singular.
Context: ...**: Educational record retention as per regulations - Anonymization: Research and analy...

(CONFUSION_OF_NNS_NN_UN)


[typographical] ~256-~256: If specifying a range, consider using an en dash instead of a hyphen.
Context: ...itution Scale - Student Population: 500-5000 students per entity - Staff Size: 5...

(HYPHEN_TO_EN)


[typographical] ~257-~257: If specifying a range, consider using an en dash instead of a hyphen.
Context: ...0 students per entity - Staff Size: 50-500 employees depending on institution size...

(HYPHEN_TO_EN)

🔇 Additional comments (1)
CLAUDE.md (1)

1-220: Documentation looks solid

The structure, coverage, and cross-references are clear. No content or formatting issues stood out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant