Commit Graph

3 Commits

Author SHA1 Message Date
鄭沛軒 4c8d5606a8 feat: update project configuration and migrate to Gitea
- Add CLAUDE.md working guidelines for AI assistant
- Update project management tools and scripts
- Reorganize analysis reports with current dates
- Move document consistency checklist to scripts directory
- Update user flow specifications
- Add compliance checking tool

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 12:36:50 +08:00
鄭沛軒 f5bd20406c feat: implement comprehensive project management system
- Create unified drama command interface for all tools
- Implement structured report management system with templates
- Establish issue tracking system with priority classification
- Fix UI naming inconsistencies in system design (spelling and special characters)
- Organize all shell scripts into tools/ directory for cleaner structure
- Add VS Code integration with tasks and keybindings
- Create automated consistency checking and maintenance tools
- Generate detailed UI consistency analysis report
- Establish decision recording templates for technical choices
- Integrate problem tracking with report system for complete traceability

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 01:55:35 +08:00
鄭沛軒 937f6994eb feat: restructure API specifications into modular architecture
Major refactoring of API documentation for better maintainability:

## New Modular Structure
- Split 2400+ line monolithic API spec into 10 focused modules
- Created centralized navigation at docs/04_technical/api/README.md
- Each module now 200-400 lines for easier maintenance

## Completed API Modules (7/10)
-  Authentication & Authorization API (JWT, OAuth, permissions)
-  User Management API (profiles, stats, achievements)
-  Dialogue Practice API (scenarios, AI analysis, assistance)
-  Subscription System API (in-app purchases, permissions)
-  Daily Missions API (tasks, progress, rewards)
-  Error Handling (comprehensive error codes)
-  Common Standards (RESTful principles, formats)

## Updated Specifications
- Third-party integration spec with iOS/Android in-app purchases
- API completion plan with 3-phase development strategy
- Organized processed requirements in 已處理/ folder

## Technical Improvements
- 35+ API endpoints fully documented with examples
- 11 error categories with handling guidelines
- Unified response formats and security standards
- Team-friendly parallel development structure

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 13:29:26 +08:00