Files
Owen/.github/CODEOWNERS
Kaj Kowalski ad8dbb95dd
Some checks failed
CI/CD Pipeline / Test & Lint (16.x) (push) Has been cancelled
CI/CD Pipeline / Test & Lint (18.x) (push) Has been cancelled
CI/CD Pipeline / Test & Lint (20.x) (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Release (push) Has been cancelled
Release / Validate Version (push) Has been cancelled
Release / Build and Test (push) Has been cancelled
Release / Create Release (push) Has been cancelled
Release / Publish to NPM (push) Has been cancelled
Release / Deploy Demo (push) Has been cancelled
Animation Processing Pipeline / Validate Animation Names (push) Has been cancelled
Animation Processing Pipeline / Process Blender Animation Assets (push) Has been cancelled
Animation Processing Pipeline / Update Animation Documentation (push) Has been cancelled
Animation Processing Pipeline / Deploy Animation Demo (push) Has been cancelled
Implement multi-scheme animation name mapper for Owen Animation System
- Added AnimationNameMapper class to handle conversion between different animation naming schemes (legacy, artist, hierarchical, semantic).
- Included methods for initialization, pattern matching, conversion, and validation of animation names.
- Developed comprehensive unit tests for the animation name converter and demo pages using Playwright.
- Created a Vite configuration for the demo application, including asset handling and optimization settings.
- Enhanced the demo with features for batch conversion, performance metrics, and responsive design.
2025-05-24 05:40:03 +02:00

39 lines
804 B
Plaintext

# Code owners for the Owen Animation System
# These users will be automatically requested for review when PRs are opened
# Global ownership - project maintainer
* @kjanat
# Core animation system
/src/animation/ @kjanat
/src/core/OwenAnimationContext.js @kjanat
# Animation processing and validation scripts
/scripts/ @kjanat
# Configuration files
/package.json @kjanat
/vite*.config.js @kjanat
/jsdoc.config.json @kjanat
# GitHub workflows and automation
/.github/ @kjanat
# Documentation
/docs/ @kjanat
/README.md @kjanat
/CHANGELOG.md @kjanat
/MULTI_SCHEME_GUIDE.md @kjanat
# Demo application
/demo/ @kjanat
# Examples and integration guides
/examples/ @kjanat
# License files - require special attention
/LICENSE.* @kjanat
# Animation assets - require validation
/assets/animations/ @kjanat