Files
hristudio/docs/README.md
Sean O'Connor ab08c1b724 feat: Enhance plugin store and experiment design infrastructure
- Add plugin store system with dynamic loading of robot actions
- Implement plugin store API routes and database schema
- Update experiment designer to support plugin-based actions
- Refactor environment configuration and sidebar navigation
- Improve authentication session handling with additional user details
- Update Tailwind CSS configuration and global styles
- Remove deprecated files and consolidate project structure
2025-02-28 11:10:56 -05:00

1.5 KiB

HRIStudio Documentation

Welcome to the HRIStudio documentation. This directory contains comprehensive documentation about the design, architecture, and implementation of HRIStudio.

Documentation Structure

Quick Start

  1. Read through architecture.md for a high-level overview
  2. Review development.md for development setup and guidelines
  3. Explore specific topics in their dedicated files

Contributing

When adding new features or making significant changes:

  1. Update relevant documentation files
  2. Follow the established format and style
  3. Include code examples where appropriate
  4. Update this README if adding new documentation files