Skip to content

Latest commit

 

History

History
114 lines (78 loc) · 3.04 KB

File metadata and controls

114 lines (78 loc) · 3.04 KB

Commit Attribution Standards

Project Attribution

All commits in the AlphaGenome Explorer project include proper attribution to acknowledge the collaborative nature of this work.

Standard Attribution Format

Made by mbxarts.com The Moon in a Box property

Co-Author: Argodez22

Attribution Requirements

  1. Primary Attribution: mbxarts.com - The Moon in a Box property

    • Recognizes the artistic and creative vision behind the project
    • Acknowledges the intellectual property and brand ownership
  2. Co-Author: Argodez22

    • Technical implementation and development
    • System architecture and web application design
    • Genomics platform engineering

Git Configuration

To ensure proper attribution in all commits, configure git with:

git config user.name "Argodez22"
git config user.email "[email protected]"

Commit Message Template

<type>: <description>

<detailed changes>

Made by mbxarts.com The Moon in a Box property

Co-Author: Argodez22

Types of Commits

  • feat: New feature implementation
  • fix: Bug fixes
  • docs: Documentation changes
  • style: Code style changes
  • refactor: Code refactoring
  • test: Test additions or changes
  • chore: Maintenance tasks
  • build: Build system changes

Example Commit

feat: implement AlphaGenome Explorer with 23 interactive genomic tools

- Complete genomic analysis platform with Next.js 14 + TypeScript
- 23 interactive tools: DNA analysis, superpowers, diet, CRISPR simulator, etc.
- Glass morphism design system with dark/light mode
- Bilingual support (EN/ES) with next-intl
- AlphaGenome API integration for variant effect prediction
- Responsive design with Tremor UI components

Made by mbxarts.com The Moon in a Box property

Co-Author: Argodez22

PROHIBITED References

IMPORTANT: The following references are STRICTLY PROHIBITED in this project:

In Commits:

  • No Generated with [Claude Code] or similar AI tool attributions
  • No Co-Authored-By: Claude or any AI tool attribution
  • No references to AI assistants (Claude, GPT, Copilot, etc.)

In Code:

  • No comments mentioning AI tools (e.g., // Generated by Claude)
  • No docstrings referencing AI assistance
  • No metadata or attribution to AI systems

Why This Matters:

  1. Professional Integrity: All code is property of mbxarts.com
  2. IP Protection: Clear ownership chain for legal purposes
  3. Brand Identity: Maintains the project's professional image
  4. Consistency: All attribution follows the same format

Correct Attribution (ONLY):

Made by mbxarts.com The Moon in a Box property

Co-Author: Argodez22

Legal Notice

This attribution format ensures proper recognition of all contributors and maintains the integrity of the project's intellectual property. The attribution should be included in every commit to maintain a clear record of contribution and ownership.

Contact

  • mbxarts.com: [website]
  • Argodez22: [contact information]

This document establishes the attribution standards for the AlphaGenome Explorer project.