Commit Graph

236 Commits

Author SHA1 Message Date
f21d1c7b0f Archive root summary markdown files 2026-01-13 21:07:41 +00:00
copilot-swe-agent[bot]
320aa270d4 Add comprehensive pipeline consolidation documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:24:33 +00:00
copilot-swe-agent[bot]
9a757fd5df Add GHCR container image support with multi-arch builds and security scanning
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 17:37:44 +00:00
copilot-swe-agent[bot]
2cd0e9c517 Update investigation report - application now starts but database operations fail
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:22:08 +00:00
copilot-swe-agent[bot]
dfefe916c5 Update investigation report with final findings and blocker analysis
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:02:56 +00:00
copilot-swe-agent[bot]
544dceba62 Final update: Document both Playwright issues - config fix applied, application bug identified
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:36:19 +00:00
copilot-swe-agent[bot]
651083ec72 Fix Playwright tests: add Prisma client generation to webServer command
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:32:29 +00:00
copilot-swe-agent[bot]
3831e6cca9 docs: Add comprehensive TESTING_GUIDE.md with TDD and Playwright best practices
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:51:31 +00:00
copilot-swe-agent[bot]
d8e60ffb1d Add comprehensive implementation summary documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:04:39 +00:00
copilot-swe-agent[bot]
492f29c48d docs: add comprehensive MVP implementation plan for TODO items
- Created TODO_MVP_IMPLEMENTATION.md documenting all 5 TODO items from codebase
- Item 1: Compiler implementation (frontends/nextjs/src/lib/compiler/index.ts)
- Item 2: Database page queries for static generation (app/ui/[[...slug]]/page.tsx)
- Item 3: RenderComponent CRUD integration (app/[tenant]/[package]/[...slug]/page.tsx)
- Item 4: Dynamic package component loading (app/[tenant]/[package]/page.tsx)
- Item 5: User session and authentication context (app/page.tsx)
- Includes implementation plans, acceptance criteria, and priority order
- Organized by priority: Auth first (high), CRUD second (high), optimizations last (medium-low)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-07 21:00:52 +00:00
copilot-swe-agent[bot]
a63c0ece19 revert: remove all metadata.json changes per user request
- Removed all 43 generated seed/metadata.json files
- Removed generate-package-metadata.js and validate-package-metadata.js scripts
- Removed MVP_PACKAGE_METADATA_MIGRATION.md documentation
- Reverted package-integration.test.ts to original 8 packages
- Reverted scripts/README.md to original state
- Cleaned up empty seed directories

Per user feedback, packages already have comprehensive package.json files at root level.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-07 20:10:35 +00:00
copilot-swe-agent[bot]
d0f851a59e docs: add MVP package metadata migration documentation
- Created comprehensive documentation in docs/MVP_PACKAGE_METADATA_MIGRATION.md
- Documents the migration from 8 to 51 packages with metadata
- Includes usage instructions for generation and validation scripts
- Provides future maintenance guidelines

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-07 19:42:57 +00:00
ed3c824cf4 Remove outdated troubleshooting documentation for CORS bypass, screenshot analyzer, package tests, phase 5 testing report, test coverage summary, workflow failure diagnosis 2026-01-02 23:52:43 +00:00
33751e1515 feat: Implement TypeScript JSON Abstraction Pattern documentation
- Added comprehensive documentation for the TypeScript JSON Abstraction Pattern, detailing its architecture, benefits, and practical use cases.
- Included examples of JSON input and corresponding TypeScript output, along with compiler implementation sketches.

feat: Enhance RootLayout to load header and footer packages

- Modified RootLayout to asynchronously load header and footer packages using the unified package loader.
- Rendered header and footer conditionally based on package metadata availability.

refactor: Update package-glue structure and imports

- Refactored package-glue exports to streamline imports and improve organization.
- Removed deprecated package-loader module and adjusted related imports accordingly.

fix: Correct package catalog imports in loader functions

- Updated import paths in various loader functions to reference the core package catalog correctly.

chore: Introduce unified package loader for better package management

- Created a unified package loader to handle loading packages from both filesystem JSON and legacy in-memory catalog.
- Implemented functions to load single and all packages, check package existence, and list package IDs.

feat: Add minimal declarative component renderer

- Introduced a lightweight declarative component registry to facilitate package component loading.
- Implemented functions for loading, retrieving, and listing registered components.
2026-01-02 23:39:55 +00:00
1a60d3b767 docs: delete obsolete Lua, triage, audit, and archive docs 2026-01-02 23:36:18 +00:00
d30fc6c87a docs: move TESTING_COMPLETE.md into docs/testing/ 2026-01-02 23:34:34 +00:00
438435f3b6 docs(archive): move legacy top-level docs into docs/archive/ 2026-01-02 23:33:42 +00:00
7dec5f0fac Refactor code structure for improved readability and maintainability 2026-01-02 23:28:43 +00:00
7acce2e9d4 docs: add comprehensive summaries for script.json, styles.json, and types.json patterns 2025-12-31 21:43:24 +00:00
Richard Ward
2db0bf49ed docs: migration,fakemui,icons (16 files) 2025-12-31 00:33:03 +00:00
Richard Ward
6ac998b4f8 docs: tsx,storybook,src (4 files) 2025-12-31 00:31:34 +00:00
Richard Ward
5a18ea4dab docs: styles,system,shared (2 files) 2025-12-31 00:28:29 +00:00
Richard Ward
e61b1f47ec docs: summary,styling,shared (2 files) 2025-12-31 00:15:13 +00:00
Richard Ward
f2ebee76cf docs: package,production,dbal (20 files) 2025-12-30 23:47:16 +00:00
Richard Ward
2c8b881f14 docs: tsx,storybook,src (2 files) 2025-12-30 23:03:36 +00:00
Richard Ward
dc91e6be66 docs: routing,restful,architecture (1 files) 2025-12-30 22:59:14 +00:00
Richard Ward
b5daaaf991 docs: storybook,src,routing (2 files) 2025-12-30 22:57:54 +00:00
Richard Ward
15665fdf4b docs: tsx,storybook,src (2 files) 2025-12-30 22:44:02 +00:00
Richard Ward
3fae30f748 docs: prefixing,packages,entity (1 files) 2025-12-30 22:21:40 +00:00
Richard Ward
9e8877f49b docs: packages,multi,frontend (1 files) 2025-12-30 21:49:45 +00:00
Richard Ward
43477aceae docs: schema,migrations,scripts (2 files) 2025-12-30 21:37:27 +00:00
Richard Ward
1a4d7bf43f docs: permissions,shared,reports (2 files) 2025-12-30 19:51:38 +00:00
Richard Ward
ea389f1b20 docs: summary,config,packages (6 files) 2025-12-30 14:33:26 +00:00
Richard Ward
3ff6f2b779 docs: packages,lua,stats (12 files) 2025-12-30 14:31:20 +00:00
Richard Ward
797ef925b9 docs: tsx,nextjs,frontends (9 files) 2025-12-30 14:29:39 +00:00
Richard Ward
aa29a09384 docs: quickstart,map,implementation (2 files) 2025-12-30 13:35:43 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +00:00
021762bd50 docs: add package-sources documentation and update copilot-instructions for 6-level permissions 2025-12-30 00:36:30 +00:00
6268cbb4bd feat: add UI rendering pipeline documentation 2025-12-29 23:01:12 +00:00
50cd5c40b2 Refactor page rendering functions for consistency and readability
- Adjusted indentation and formatting in get-pages.ts for consistency.
- Enhanced readability in build-feature-card.ts by formatting parameters and adding commas.
- Updated build-features-component.ts to maintain consistent formatting and added missing commas.
- Improved formatting in build-hero-component.ts for better readability.
- Standardized formatting in build-level1-homepage.ts by adding commas.
- Refactored initialize-default-pages.ts for consistent indentation and added commas.
- Cleaned up PageRendererUtils.ts by ensuring consistent argument handling.
- Streamlined check-permissions.ts for better readability and consistency.
- Refined execute-lua-script.ts for consistent error handling and formatting.
- Enhanced get-page.ts and get-pages-by-level.ts with consistent return formatting.
- Improved load-pages.ts for better readability and consistent formatting.
- Standardized on-page-load.ts and on-page-unload.ts for consistent formatting and readability.
2025-12-29 22:38:34 +00:00
7243f29f19 feat: Add UI Standards, Refactoring Summary, and Dependency Update Reports
- Introduced UI Standards document to enforce Material-UI and SASS usage.
- Created Refactoring Summary detailing the conversion of large TypeScript files to JSON, improving maintainability and reducing code complexity.
- Added Dependency Update Summary outlining major version updates and API refactoring for Prisma and other dependencies.
- Documented Legacy Pipeline Cruft Analysis to identify redundant workflows post-implementation of gated workflows.
- Enhanced PR Summary for converting TODO items to GitHub issues with new scripts and automation workflows.
- Established Renovate Dependency Dashboard Status Report confirming successful dependency updates and compliance with UI standards.
2025-12-29 21:37:54 +00:00
copilot-swe-agent[bot]
5e3a913988 Add comprehensive refactoring summary documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 21:23:45 +00:00
copilot-swe-agent[bot]
3970ef22fd Analyze refactoring tools and identify issues
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 21:11:37 +00:00
copilot-swe-agent[bot]
4db87be546 Changes before error encountered
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 19:33:03 +00:00
copilot-swe-agent[bot]
2489c2133e Add extraction registry tracking and improve logging with detailed function analysis
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:56:18 +00:00
copilot-swe-agent[bot]
4427f63c17 Add full project-wide extraction output - 52 files processed successfully
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:40:57 +00:00
copilot-swe-agent[bot]
0baaa09caf Add Auto Code Extractor 3000™ execution output to PR
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:35:19 +00:00
copilot-swe-agent[bot]
c12008bd3f Add implementation summary and final documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:33:17 +00:00
copilot-swe-agent[bot]
29ed9d4b7e Add Auto Code Extractor 3000™ - fully automated code extraction tool
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:30:18 +00:00
copilot-swe-agent[bot]
45452e4b15 Initial plan for auto code extractor 3000™
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 18:20:45 +00:00