All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Content: Scaled back product showcase to focus exclusively on "Flight Deck" and "Visuals".
- Website: Removed "AI Co-Producer", "The DJ Brain", and "DigiPi" from the landing page.
- Ecosystem: Added "Radio Stream Player" to project documentation and profile.
- Ecosystem: Added "Core CMS" project to documentation, profile, and roadmap.
- Hub: Added product cards for "Core CMS" and "Radio Stream Player" to
index.html. - Navigation: Added link to main site (
brainav.ca) in Navbar and Footer ofindex.html.
- Repo Structure: Refactored repository to serve only the GitHub org profile and the
hub.brainav.caPages site. The mainbrainav.cawebsite source has been moved to a new private repository. - Roadmap: Cleaned up
roadmap.mdto focus on Hub/Profile maintenance and high-level ecosystem tracking, removing detailed product tasks. - Profile: Updated
profile/README.mdto align with the pivot notice, reordered products to match roadmap priority, and fixed links. - AI Context: Updated
PROMPT.mdandPROMPT_GUIDE.mdto reflect the removal of PHP and the new Hub maintenance workflow. - Docs: Removed legacy PHP references from
CONTRIBUTING.mdandreadme.md. Removed placeholder links fromDESIGN_GUIDE.md. - Design: Updated
DESIGN_GUIDE.mdto distinguish between marketing and app typography scales. - Frontend: Integrated Google Fonts (Inter) in
index.htmlandstyle.cssto align with design system. - Content: Broadened ecosystem description from "AI agents" to "creative tools" in
profile/README.md,roadmap.md, andindex.html. - Frontend: Reordered product cards in
index.htmlto match the strategic priority (AI Co-Producer first).
- Backend: Removed PHP dependency and
public/directory structure as the main site is no longer hosted here.
- Ecosystem: Added "DigiPi" (Digital Signage & Hotspot) project to website and documentation.
- Roadmap: Added task to integrate DigiPi with Flight Deck framework.
- Roadmap: Added "Phase 4: Platform Unification" for JasonBrain CMS integration.
- Docs: Updated
scratchpad.mdstructure and added commit prompt toPROMPT_GUIDE.md.
- Website: Added the "Flight Deck" project to the Ecosystem showcase on the homepage.
- Website: Updated Flight Deck link to prototypes and clarified Visuals as an add-on.
- Website: Restored "Explore Framework" link to Flight Deck card.
- Docs: Updated
README.mdandprofile/README.mdwith Flight Deck details and links. - Deployment: Synced
public/index.phpwithindex.htmlcontent (Flight Deck & Visuals updates). - Hub: Updated
index.htmltitle and heading to "BrainAV Ecosystem Hub" to distinguish it from the main site. - Roadmap: Added database planning task for user accounts (Phase 1).
- Deployment: Completed initial cPanel deployment and DNS configuration.
- Roadmap: Added
Audio-Visualizerrepository initialization task. - Visuals: Initialized
Audio-Visualizerrepo and deployed mic-reactive demo. - Docs: Added repository link for "The DJ Brain" (Roadmap/Planning phase).
- Docs: Added repository link for "AI Co-Producer" (Roadmap/Planning phase).
- Added Feather Icons library for modern SVG iconography.
- Backend: Added
public/contact.phpfor PHP-based contact form handling. - Config: Added
public/config.sample.phpand.gitignorerules for secure configuration. - Deployment: Documented dual-deployment strategy (cPanel for main site, GitHub Pages for hub) in
README.md.
- Web Pivot: Refactored
index.htmlto replace DJ service content with the new "AI Tech Lab" product showcase. - Content: Added "The DJ Brain" and "AI Co-Producer" sections.
- Navigation: Updated links to point to products and external resources (GitHub, Blog).
- Repository Structure: Renamed
.GEMINIto.geminiand centralized AI context files. - Website: Moved assets to
public/and convertedindex.htmltopublic/index.php. - Documentation: Centralized
DESIGN_GUIDE.md,CODE_OF_CONDUCT.md, andSECURITY.mdin the root.github/directory. - Roadmap: Moved
roadmap.mdto root and updated Phase 0/1 goals. - Profile: Updated
README.mdto distinguish between the Website repo and Product repos.
- UI Bug: Fixed
.btn-secondaryvisibility issues on light backgrounds by applying brand colors.
- Cleanup: Removed unused CSS classes (
.form-container,.contact-section, etc.) following the removal of legacy DJ service content. - Legacy: Deleted nested
.GITHUBand.githubfolders containing deprecated files.
- Created
prompt.mdfor AI context loading and task launching. - Created
CONTRIBUTING.mdto define workflow and tech stack. - Added "Project Checkup" task to
prompt.md.
- Strategic Pivot: Updated
roadmap.mdto reflect transition from DJ Services to AI Tech Lab. - Updated
AI_DEV_GUIDE.mdto align with the new product-focused mission. - Updated
CONTRIBUTING.mdto include changelog update rules. - Updated
README.mdandprofile/README.mdto define the BrainAV Ecosystem: "The DJ Brain" (Performance) and "AI Co-Producer" (Creation).
- Codebase Modernization: Refactored the monolithic
index.htmlby separating all CSS intostyle.cssand all JavaScript intomain.js. - Style Centralization: Removed all inline
styleattributes and replaced them with semantic and utility CSS classes. - Design System Alignment: Updated the entire site's color palette to use the variables defined in
DESIGN_GUIDE.md. - Business Strategy: Removed all specific pricing from the website to encourage users to make contact for custom quotes.
- CSS Bug: Corrected an issue where the main
h1heading was invisible due to an incorrect CSS variable. - Responsive Layout: Resolved mobile layout issues where content was overflowing or had excessive padding, particularly in the main container and contact form sections.
- Initialized project structure and documentation for BrainAV.ca.
- Created
roadmap.mdto outline future development goals. - Created
CHANGELOG.mdto track project progress. - Created
DESIGN_GUIDE.mdfor UI/UX consistency. - Created
AI_DEV_GUIDE.mdto provide context for AI-assisted development.