1 Commits

Author SHA1 Message Date
f1052787ce Fix main branch README with dual-purpose sections and working links
CRITICAL FIXES:
- Completely rewrote README for dual purpose (template users vs contributors)
- Fixed all broken documentation links that referenced non-existent files on main
- Clear separation: Section 1 for template users, Section 2 for developers
- Added CONTRIBUTING.md with comprehensive development guidelines

TEMPLATE USER SECTION:
- Clear warning: Don't clone, download releases instead
- Direct links to latest release artifacts
- Quick start instructions for CTO delegation
- Focus on template usage, not repository development

DEVELOPER SECTION:
- Instructions for contributing to framework itself
- WORKONMAIN branch workflow explanation
- Links to CONTRIBUTING.md for detailed guidelines
- Clear branch purposes and development setup

WORKING LINKS:
- All links now point to files that exist on main branch
- Release links use Gitea relative paths (../../releases/latest)
- License link works (./LICENSE exists on main)
- CONTRIBUTING.md link works (file created on main)

Ready for clean template user experience with no broken links.
2025-09-05 11:45:56 -05:00