b835b50174
Merge branch 'main' into codex/refactor-package-catalog-structure
2025-12-27 17:22:17 +00:00
a9e34e7432
refactor: modularize package catalog definitions
2025-12-27 17:22:07 +00:00
14fba411f9
Merge pull request #144 from johndoe6345789/codex/refactor-luablockseditor-structure-and-files
...
Refactor Lua blocks editor into modular components
2025-12-27 17:21:47 +00:00
9cd6bcfd37
Merge branch 'main' into codex/refactor-luablockseditor-structure-and-files
2025-12-27 17:21:39 +00:00
acf0a7074e
refactor: modularize lua blocks editor
2025-12-27 17:21:29 +00:00
5f48cedfa3
Merge pull request #143 from johndoe6345789/codex/refactor-github-components-and-hooks-structure
...
refactor: modularize github actions viewer
2025-12-27 17:21:07 +00:00
cacf567534
Merge branch 'main' into codex/refactor-github-components-and-hooks-structure
2025-12-27 17:21:05 +00:00
072506a637
refactor: modularize github actions viewer
2025-12-27 17:20:36 +00:00
8378449299
Merge pull request #141 from johndoe6345789/codex/refactor-tools/refactoring-structure
...
Refactor multi-language refactor tooling
2025-12-27 17:20:02 +00:00
37a53e1c65
Merge branch 'main' into codex/refactor-tools/refactoring-structure
2025-12-27 17:19:47 +00:00
4454e4d104
refactor: modularize multi-language refactor tooling
2025-12-27 17:19:34 +00:00
d370695498
Merge pull request #134 from johndoe6345789/copilot/update-dependencies-dashboard
...
Update dependencies per Renovate: framer-motion → motion v12.6.2, actions/checkout v4 → v6
2025-12-27 17:13:28 +00:00
2f37440ae4
Merge branch 'main' into copilot/update-dependencies-dashboard
2025-12-27 17:13:16 +00:00
84bc504f23
Merge pull request #131 from johndoe6345789/copilot/fix-pre-deployment-issue
...
Fix Prisma 7 monorepo configuration and add required SQLite adapter
2025-12-27 17:12:38 +00:00
4e1f627644
Merge branch 'main' into copilot/fix-pre-deployment-issue
2025-12-27 17:12:32 +00:00
copilot-swe-agent[bot]
ba063117b6
Fix motion package version to match Renovate requirement (12.6.2)
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 17:09:36 +00:00
copilot-swe-agent[bot]
2bf3e274f7
Update docs with correct Prisma 7 migration info
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 17:03:49 +00:00
copilot-swe-agent[bot]
a45a630a76
Update dependencies: replace framer-motion with motion, update actions/checkout to v6, remove deprecated @types/jszip
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 17:03:08 +00:00
copilot-swe-agent[bot]
3afbd7228b
Add SQLite adapter for Prisma 7 runtime
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 17:01:37 +00:00
copilot-swe-agent[bot]
e4db8a0bdc
Fix Prisma 7 monorepo setup - install at root level
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:56:34 +00:00
a0c47a8b81
Merge pull request #135 from johndoe6345789/codex/refactor-typescript-files-into-modular-structure
...
Refactor level 1 homepage builder into modular components
2025-12-27 16:54:56 +00:00
9a7e5bf8c8
refactor: modularize level1 homepage builder
2025-12-27 16:54:45 +00:00
copilot-swe-agent[bot]
05fac4ec16
Initial plan
2025-12-27 16:53:39 +00:00
46188f6fb9
Merge pull request #132 from johndoe6345789/codex/refactor-typescript-files-to-modular-structure
...
Refactor render and size analysis tools into modular lambda structure
2025-12-27 16:49:28 +00:00
94aa22828f
refactor: modularize render analysis and size checks
2025-12-27 16:49:05 +00:00
copilot-swe-agent[bot]
cc7b5c78de
Initial plan
2025-12-27 16:48:11 +00:00
9c2f42c298
Merge pull request #127 from johndoe6345789/copilot/rollback-production-deployment
...
Fix Prisma 7 monorepo config and improve deployment failure handling
2025-12-27 16:47:10 +00:00
89f0cc0855
Merge branch 'main' into copilot/rollback-production-deployment
2025-12-27 16:47:02 +00:00
60669ead49
Merge pull request #129 from johndoe6345789/codex/refactor-typescript-files-into-modules
...
Refactor complexity checker into modular lambda-per-file layout
2025-12-27 16:44:50 +00:00
copilot-swe-agent[bot]
23d01a0b11
Final code review improvements
...
- Use 'prisma/config' import (re-export from @prisma/config for better compatibility)
- Change workflow condition from always() to failure() for proper job triggering
- Fix migration rollback command syntax with proper schema path
- All changes verified and tested successfully
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:44:41 +00:00
3cab2e42e1
refactor: modularize complexity checker
2025-12-27 16:44:25 +00:00
copilot-swe-agent[bot]
bb25361c97
Address code review feedback
...
- Remove dotenv import attempt (not needed, DATABASE_URL set via env)
- Remove @ts-ignore directive
- Replace dangerous 'prisma migrate reset' with safer 'prisma migrate resolve' in rollback docs
- Verified Prisma generation still works without dotenv import
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:43:00 +00:00
copilot-swe-agent[bot]
f7dfa1d559
Update deployment workflow to prefer roll-forward over rollback
...
- Rename rollback-preparation job to deployment-failure-handler
- Add detection of pre-deployment vs production failures
- Provide clear roll-forward guidance emphasizing it as preferred approach
- Include when rollback is appropriate (only for critical production issues)
- Create more actionable issues with fix-forward checklists
- Add helpful troubleshooting for common pre-deployment failures
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:40:56 +00:00
copilot-swe-agent[bot]
def61b1da3
Fix Prisma client generation in CI/CD
...
- Fix import path from 'prisma/config' to '@prisma/config' in prisma.config.ts
- Add proper output path to generator in schema.prisma for monorepo structure
- Make dotenv import optional with try/catch for CI environments
- Prisma client now generates successfully in frontends/nextjs/node_modules/.prisma/client
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:39:50 +00:00
98eddc7c65
Merge pull request #128 from johndoe6345789/codex/refactor-typescript-files-into-modules
...
Refactor implementation completeness analyzer into modular files
2025-12-27 16:37:10 +00:00
5689e9223e
refactor: modularize implementation completeness analyzer
2025-12-27 16:36:46 +00:00
copilot-swe-agent[bot]
6db635e3bc
Initial plan
2025-12-27 16:30:45 +00:00
d6dd5890b2
Merge pull request #79 from johndoe6345789/copilot/ensure-molecules-import-atoms
...
Ensure molecules only import from atoms, not organisms
2025-12-27 16:27:33 +00:00
e4cfc2867d
Merge branch 'main' into copilot/ensure-molecules-import-atoms
2025-12-27 16:26:51 +00:00
copilot-swe-agent[bot]
438628198f
Mark molecule import audit as complete in TODO
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:25:02 +00:00
5753a0e244
Merge pull request #75 from johndoe6345789/copilot/convert-todo-items-to-issues
...
Enhance TODO-to-issues conversion with filtering, monitoring, and automation
2025-12-27 16:24:43 +00:00
b2f198dbc8
Merge branch 'main' into copilot/convert-todo-items-to-issues
2025-12-27 16:24:37 +00:00
96fe4a6ce3
Merge branch 'main' into copilot/ensure-molecules-import-atoms
2025-12-27 16:23:31 +00:00
51ed478f50
Merge pull request #77 from johndoe6345789/copilot/audit-organisms-composition
...
Complete organism composition audit per Atomic Design principles
2025-12-27 16:23:14 +00:00
90c090c1bd
Merge branch 'main' into copilot/audit-organisms-composition
2025-12-27 16:23:04 +00:00
a17ec87fcc
Merge pull request #125 from johndoe6345789/copilot/triage-issues-in-repo
...
Fix false-positive rollback issues from pre-deployment validation failures
2025-12-27 16:21:29 +00:00
13432be4f3
Merge branch 'main' into copilot/triage-issues-in-repo
2025-12-27 16:20:26 +00:00
copilot-swe-agent[bot]
1819dc9b17
Add comprehensive triage summary
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:16:09 +00:00
copilot-swe-agent[bot]
38fec0840e
Add documentation for issue triage process
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:15:18 +00:00
copilot-swe-agent[bot]
c13c862b78
Fix gated-deployment workflow to prevent false-positive rollback issues
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 16:14:03 +00:00