git
45bdcb3a2a
Merge branch 'main' into copilot/add-missing-ui-atoms
2025-12-27 13:58:10 +00:00
copilot-swe-agent[bot]
7fbd575f91
Make new atoms available in God Tier panel via @/components/ui
...
- Added exports for Icon, Radio, Link, Text, TextArea, and AtomSelect to ui/atoms/index.ts
- Updated ui/index.ts to re-export all new atoms with proper types
- New atoms now accessible via `import { Icon, Radio, etc } from '@/components/ui'`
- God Tier panel (/builder) can now use all new atoms
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:55:11 +00:00
copilot-swe-agent[bot]
1511a42280
Fix Select component ref type from any to HTMLDivElement
...
- Changed forwardRef type from any to HTMLDivElement to match MUI Select
- Addressed code review feedback for type safety
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:46:18 +00:00
copilot-swe-agent[bot]
d6a67bd1c6
Fix TypeScript errors and complete missing base UI atoms implementation
...
- Fixed Select component TypeScript interface to properly extend MuiSelectProps
- Added placeholder prop to SelectProps interface
- Removed non-existent legacy exports from index.ts
- All 36 atom tests passing
- Marked TODO item as complete
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:43:39 +00:00
git
6e3b1bcf37
Merge pull request #97 from johndoe6345789/copilot/organize-dbal-folder-structure
...
Reorganize dbal folder structure: development, production, shared, docs
2025-12-27 13:37:50 +00:00
copilot-swe-agent[bot]
082c687325
Move documentation files to docs folder
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:36:33 +00:00
copilot-swe-agent[bot]
6658c6af0d
Add before/after visualization for DBAL restructure
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:33:25 +00:00
copilot-swe-agent[bot]
f22db00de6
Complete DBAL restructure with summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:32:43 +00:00
copilot-swe-agent[bot]
2180f608fb
Restructure dbal folder: development, production, and shared
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:30:57 +00:00
copilot-swe-agent[bot]
b2dee2d870
Initial plan
2025-12-27 13:22:59 +00:00
git
32e7f32bbd
Merge pull request #80 from johndoe6345789/copilot/identify-organisms-categorization
...
Identify and reclassify organisms incorrectly categorized as molecules
2025-12-27 13:20:38 +00:00
git
acaf163c32
Merge branch 'main' into copilot/identify-organisms-categorization
2025-12-27 13:20:25 +00:00
copilot-swe-agent[bot]
a9c1f602e7
Move SecurityWarningDialog from dialogs to organisms/security
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:18:51 +00:00
copilot-swe-agent[bot]
a549454490
Complete audit: Identify organisms incorrectly categorized as molecules
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 13:13:24 +00:00
git
245aeb9144
Merge pull request #94 from johndoe6345789/copilot/set-default-to-sqlite
...
Add missing DATABASE_URL env var to prisma validate in gated-deployment workflow
2025-12-27 13:02:41 +00:00
copilot-swe-agent[bot]
da1eced7c1
Fix DATABASE_URL environment variable for prisma validate in gated-deployment workflow
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 12:59:24 +00:00
copilot-swe-agent[bot]
a725a5142f
Initial plan
2025-12-27 12:54:36 +00:00
git
e81c8ee54f
Merge pull request #91 from johndoe6345789/copilot/convert-workflows-to-gated-tree
...
Convert workflows to enterprise gated tree workflow with atomic validation steps and remove legacy pipeline cruft
2025-12-27 12:47:37 +00:00
git
e00db1b950
Merge branch 'main' into copilot/convert-workflows-to-gated-tree
2025-12-27 12:47:30 +00:00
copilot-swe-agent[bot]
8c0df64c25
Add atomic gated workflow with granular validation steps
...
Enhancement based on user feedback:
- Create gated-ci-atomic.yml with 12 atomic validation steps
- Each validation tool from /tools runs as separate job
- Gate artifacts persisted via GitHub Actions artifacts (30-day retention)
- Superior visualization: each step shows individual status
- Complete audit trail with JSON artifacts for compliance
- Leverages existing atomic tools: security-scanner, file-size checker, complexity analyzer, stub detector, etc.
- Add comprehensive atomic workflow documentation (11KB)
- Update workflows README with atomic workflow section
Benefits:
- Granular failure detection (know exactly which validation failed)
- Parallel execution within gates
- Individual step timing and artifact preservation
- Better for large teams and enterprise compliance
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 12:45:02 +00:00
git
e6a3c511ee
Merge pull request #90 from johndoe6345789/copilot/audit-atoms-dependencies
...
Ensure atoms have no dependencies on molecules or organisms
2025-12-27 12:42:22 +00:00
git
ef5985a413
Merge branch 'main' into copilot/audit-atoms-dependencies
2025-12-27 12:42:02 +00:00
copilot-swe-agent[bot]
491e469b6b
Complete atom audit - ESLint rule verified and working
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 12:37:54 +00:00
copilot-swe-agent[bot]
195d96f185
Remove legacy pipeline cruft and refactor development.yml
...
Analysis and cleanup:
- Add comprehensive legacy pipeline cruft report (11KB analysis)
- DELETE ci/ci.yml (100% redundant with gated-ci.yml)
- DELETE quality/deployment.yml (100% redundant with gated-deployment.yml)
- REFACTOR development.yml (remove redundant quality checks, keep Copilot features)
- Update workflows README with cleanup documentation
Removed ~816 lines of redundant workflow code while preserving unique features.
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 12:35:39 +00:00
copilot-swe-agent[bot]
ab40e74ba1
Add testing guide and update TODO tracking
...
- Add comprehensive act testing guide for gated workflows
- Update SDLC TODO with completed deployment gate items
- Mark auto-merge workflow updates as complete
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:46:13 +00:00
copilot-swe-agent[bot]
5a9fdea3e5
Complete enterprise gated tree workflow implementation
...
- Update auto-merge.yml to support both legacy and gated CI workflows
- Add comprehensive enterprise gated workflow documentation
- Update workflows README with gated workflow overview
- Fix trailing spaces in gated-ci.yml
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:44:37 +00:00
git
00ac91edb2
Merge pull request #81 from johndoe6345789/copilot/audit-molecules-composition
...
Audit molecule components for atomic design compliance
2025-12-27 04:40:40 +00:00
copilot-swe-agent[bot]
273d8323a1
Complete molecule components audit with detailed report
...
- Audited 21 molecule components (15 unique, 6 duplicates)
- Created comprehensive MOLECULE_AUDIT_REPORT.md with findings
- Identified 81% compliance with 2-5 atom composition rule
- Flagged DropdownMenu (17 sub-components) for refactoring
- Flagged 6 duplicate components for consolidation
- Updated TODO checklist as complete
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:37:21 +00:00
git
111760c7a5
Merge pull request #78 from johndoe6345789/copilot/create-missing-common-molecules
...
Add missing form field and navigation molecules
2025-12-27 04:32:02 +00:00
git
f8b2a714e9
Merge branch 'main' into copilot/create-missing-common-molecules
2025-12-27 04:31:56 +00:00
copilot-swe-agent[bot]
99ce04d16f
Changes before error encountered
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:27:35 +00:00
copilot-swe-agent[bot]
5d0c217b0a
Changes before error encountered
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:25:51 +00:00
git
edebc20dda
Merge pull request #86 from johndoe6345789/copilot/run-lint-on-core-docs
...
Fix npm run lint: broken symlinks and ESLint errors
2025-12-27 04:25:39 +00:00
copilot-swe-agent[bot]
8d7681dff9
Changes before error encountered
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:25:34 +00:00
git
1d78104aee
Merge branch 'main' into copilot/run-lint-on-core-docs
2025-12-27 04:25:34 +00:00
git
9e79575817
Merge pull request #89 from johndoe6345789/copilot/confirm-auto-labeling-rules
...
Validate PR/issue auto-labeling and auto-merge workflow behavior
2025-12-27 04:24:33 +00:00
copilot-swe-agent[bot]
30adff7004
Mark npm run lint task as complete in 0-kickstart.md
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:19:24 +00:00
copilot-swe-agent[bot]
4caa96542b
Add workflow validation summary document
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:17:31 +00:00
copilot-swe-agent[bot]
231b976613
Complete workflow validation: PR/issue auto-labeling and auto-merge confirmed
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:16:51 +00:00
copilot-swe-agent[bot]
04ba8e8062
Fix npm run lint: repair broken symlinks and resolve ESLint errors
...
- Fix symlinks for check-function-coverage.js and generate-test-coverage-report.js to point to correct paths in tools/ subdirectories
- Move 'use client' directive before export statements in theme files
- Add playwright.dbal-daemon.config.ts to ESLint ignores
- Fix unnecessary escape character in regex pattern
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:16:18 +00:00
copilot-swe-agent[bot]
ccee347a01
Add missing common molecules: form fields, search bars, nav items
...
- Created PasswordField, EmailField, NumberField molecules
- Created SearchBar molecule with clear and filter buttons
- Created NavItem, NavLink, NavGroup navigation molecules
- Added comprehensive tests for all new molecules
- Updated index files to export new molecules
- Updated README with new molecule documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:13:54 +00:00
copilot-swe-agent[bot]
b5cf9a1bbc
Initial exploration - identify broken symlinks causing lint failure
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-27 04:11:16 +00:00
copilot-swe-agent[bot]
7e1e23137a
Initial plan
2025-12-27 04:04:59 +00:00
copilot-swe-agent[bot]
23f5bd5c4c
Initial plan
2025-12-27 04:03:35 +00:00
copilot-swe-agent[bot]
f7bbda9a97
Initial plan
2025-12-27 04:03:20 +00:00
copilot-swe-agent[bot]
beca4beb4d
Initial plan
2025-12-27 04:02:17 +00:00
copilot-swe-agent[bot]
323649ee13
Initial plan
2025-12-27 04:01:39 +00:00
copilot-swe-agent[bot]
270901bd7a
Initial plan
2025-12-27 04:01:12 +00:00
copilot-swe-agent[bot]
0ad5ad04a1
Initial plan
2025-12-27 04:01:01 +00:00
copilot-swe-agent[bot]
b1b712c4ff
Initial plan
2025-12-27 04:00:41 +00:00