- Changed background gradients and color schemes in `now.astro` and `projects.astro` to use primary colors.
- Updated text styles and backgrounds to enhance readability and visual appeal.
- Added new font imports for better typography.
- Introduced custom animations and hover effects in `global.css` for enhanced user interaction.
- Adjusted CSS variables for a more cohesive design across light and dark modes.
- add now/hire pages and update IA/navigation
- feature Elynd in projects and homepage messaging
- refresh services/blog/brand copy for AI product positioning
- reduce hydration overhead by using Astro Container
- remove Google Fonts external dependency and use local fallback stack
- Introduced `openspec-explore` skill for exploratory discussions and idea clarification without implementation.
- Added `openspec-ff-change` skill to fast-forward artifact creation for quick implementation setups.
- Created `openspec-new-change` skill to guide users through structured change creation with a step-by-step approach.
- Implemented `openspec-onboard` skill for guided onboarding, walking users through a complete OpenSpec workflow cycle.
- Developed `openspec-sync-specs` skill to intelligently sync delta specs from changes to main specs without archiving.
- Added `openspec-verify-change` skill to validate that implementations match change artifacts before archiving.
- Created `openspec-ff-change` skill for fast-forward artifact creation.
- Introduced `openspec-new-change` skill for structured change creation.
- Developed `openspec-onboard` skill for guided onboarding through OpenSpec workflow.
- Added `openspec-sync-specs` skill for syncing delta specs to main specs.
- Implemented `openspec-verify-change` skill for verifying implementation against change artifacts.
- Updated `.gitignore` to exclude OpenSpec generated files.
- Added `skills-lock.json` to manage skill dependencies.
- Add modern-code-icon.svg and update favicon with gradient styling
- Implement glass effect, hover animations and gradient text in global.css
- Enhance GlassHeader with motion animations and new icon
- Update design variables for modern look including shadows and transitions
The stats grid section was commented out as it's no longer needed on the homepage. This cleanup improves code maintainability by removing unused UI components.
Remove unnecessary JSDoc comments and redundant explanations from components, types, and data files. Simplify code structure while maintaining functionality.
Clean up language handling logic in components by removing redundant comments and simplifying state management. Move type imports to dedicated type import statements where applicable.