Commit Graph

14 Commits

Author SHA1 Message Date
0bbdb60f31 chore(docs): reorganize - move package docs to package directories (Phase 2)
Move 48 package-specific documentation files from /docs/packages/ to individual
package /docs/ directories. This follows the proximity principle: documentation
lives close to the code it describes.

Breakdown by package:
- admin: 5 files
- audit_log: 3 files
- dashboard: 5 files
- data_table: 5 files
- forum_forge: 5 files
- irc_webchat: 5 files
- media_center: 4 files
- notification_center: 4 files
- stream_cast: 8 files
- user_manager: 4 files

Files remaining in /docs/packages/:
- PACKAGES_INVENTORY.md (cross-project reference)
- PACKAGE_MIGRATION_ROADMAP.md (cross-project reference)
- EXPORT_IMPORT_* (3 files - no package exists yet)
- PACKAGEREPO_* (3 files - no package exists yet)

Benefits:
- Package maintainers can find related docs with package code
- Easier to keep docs in sync with package changes
- Reduces /docs/ directory to project-wide content only

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 17:25:22 +00:00
b874ea8eb4 chore: cleanup documentation and migrate remaining MUI dependencies
- Remove outdated documentation files from root and docs/
- Clean up generated workflow and audit documentation
- Complete fakemui migration in workflowui
- Remove remaining SCSS modules
- Update package dependencies across all packages
- Reorganize documentation structure

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 16:50:25 +00:00
e717a1916b chore: Organize docs folder into logical subfolders
Grouped 100+ docs into categories:
- architecture/ - System design, DBAL, component architecture
- analysis/ - Status reports, assessments, migration analysis
- guides/ - Quick references, how-tos, integration guides
- implementation/ - Implementation details, migration guides
- packages/ - Package-specific docs (forum, notifications, etc)
- phases/ - Phase completion summaries and deliverables
- testing/ - E2E tests, Playwright, test architecture
- workflow/ - Workflow engine documentation

Root level retains: README, ROADMAP, AGENTS, CONTRACT, CLAUDE, PROMPT

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:55:28 +00:00
ed3c824cf4 Remove outdated troubleshooting documentation for CORS bypass, screenshot analyzer, package tests, phase 5 testing report, test coverage summary, workflow failure diagnosis 2026-01-02 23:52:43 +00:00
Richard Ward
3fae30f748 docs: prefixing,packages,entity (1 files) 2025-12-30 22:21:40 +00:00
Richard Ward
9e8877f49b docs: packages,multi,frontend (1 files) 2025-12-30 21:49:45 +00:00
Richard Ward
43477aceae docs: schema,migrations,scripts (2 files) 2025-12-30 21:37:27 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +00:00
021762bd50 docs: add package-sources documentation and update copilot-instructions for 6-level permissions 2025-12-30 00:36:30 +00:00
11cc620f5c docs: prompts,packages,github (14 files) 2025-12-26 02:39:59 +00:00
c09b660cf8 docs: refactoring,packages,quick (18 files) 2025-12-26 02:32:17 +00:00
1a13f9ad75 docs: stub,detection,testing (15 files) 2025-12-26 02:01:34 +00:00
b3e17e7dd4 feat: Add troubleshooting guide and enhance act scripts
- Created a new troubleshooting guide in README.md for common issues and testing problems.
- Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows.
- Added a pre-commit hook script to validate workflows before commits.
- Enhanced run-act.sh script with logging, Docker checks, and improved output formatting.
- Improved test-workflows.sh with an interactive menu and performance tracking.
- Introduced setup-act.sh for quick setup and testing of act integration.
2025-12-25 13:16:45 +00:00
14ec12fce1 doc coverage 2025-12-25 12:18:47 +00:00