Commit Graph

1514 Commits

Author SHA1 Message Date
919f8f2948 fix: guard package consistency quantifier 2025-12-27 15:27:21 +00:00
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
f8b2a714e9 Merge branch 'main' into copilot/create-missing-common-molecules 2025-12-27 04:31:56 +00:00
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
1d78104aee Merge branch 'main' into copilot/run-lint-on-core-docs 2025-12-27 04:25:34 +00:00
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]
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]
b1b712c4ff Initial plan 2025-12-27 04:00:41 +00:00
31418fba86 Merge pull request #52 from johndoe6345789/copilot/create-issue-and-pr-templates
Add issue and PR templates with MetaBuilder-specific validations
2025-12-27 03:58:36 +00:00
8a35a71d7d Merge branch 'main' into copilot/create-issue-and-pr-templates 2025-12-27 03:58:28 +00:00
666f548088 Merge pull request #51 from johndoe6345789/copilot/populate-kanban-board
Add tooling to populate GitHub project kanban from TODO files
2025-12-27 03:44:48 +00:00
copilot-swe-agent[bot]
bda517b1ef Link kanban guide from main README
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:40:58 +00:00
copilot-swe-agent[bot]
ce4bc3d4e0 Add final ready-to-use guide for kanban population
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:40:16 +00:00
copilot-swe-agent[bot]
75e2b6a513 Add implementation summary for kanban population
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:39:05 +00:00
copilot-swe-agent[bot]
a111ca8230 Add comprehensive documentation for kanban population
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:37:44 +00:00
copilot-swe-agent[bot]
75e4cea3cd Add templates documentation and update README
- Created comprehensive TEMPLATES.md guide
- Documents all 5 issue templates and PR template
- Includes MetaBuilder-specific guidelines
- Covers data-driven architecture requirements
- Details multi-tenancy considerations
- Explains permission system (Levels 1-6)
- Package system conventions
- DBAL contribution guidelines
- Updated README Contributing section
- Added links to template documentation
- Listed all available issue templates

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:36:51 +00:00
copilot-swe-agent[bot]
e23b6143ca Add kanban population script and documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:36:30 +00:00
copilot-swe-agent[bot]
52daeccc37 Add comprehensive issue and PR templates for MetaBuilder
- Created ISSUE_TEMPLATE directory with 6 specialized templates
- Bug report template with environment and severity tracking
- Feature request template aligned with data-driven architecture
- Documentation improvement template
- Package request template for MetaBuilder's package system
- DBAL-specific issue template for TS/C++ implementations
- Configuration file with links to docs and discussions
- Comprehensive PR template with architecture checklists
- All templates include MetaBuilder-specific considerations:
  * Multi-tenant safety checks
  * Permission level targeting (Levels 1-6)
  * DBAL usage requirements
  * Data-driven architecture alignment
  * Package system conventions

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 03:35:11 +00:00
copilot-swe-agent[bot]
39f50aa6d6 Initial plan 2025-12-27 03:30:37 +00:00
copilot-swe-agent[bot]
6d007e4690 Initial plan 2025-12-27 03:30:03 +00:00
17fa784d48 Merge pull request #49 from johndoe6345789/copilot/create-tla-specification
Add TLA+ formal specifications for future functionality (workflows, collaboration, integrations)
2025-12-27 03:12:55 +00:00
f222c9a551 Update development.yml 2025-12-27 03:06:47 +00:00
4a49ef9d69 Merge pull request #50 from johndoe6345789/copilot/simulate-github-actions-workflows
Add workflow validation and simulation tools without act/Docker dependency
2025-12-27 03:05:21 +00:00
copilot-swe-agent[bot]
0a9d97ff83 docs: Add workflow verification report
- Document all verification tests
- Show 100% workflow coverage (14/14)
- Confirm all deliverables complete
- Provide performance metrics
- Sign off on task completion

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:53:17 +00:00
copilot-swe-agent[bot]
729a816d56 docs: Add comprehensive workflow simulation summary
- Document all issues found and fixed
- List all new tools created
- Show validation results for all 14 workflows
- Provide testing strategy and workflow recommendations
- Include future improvement suggestions

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:51:46 +00:00
copilot-swe-agent[bot]
8758d3baa5 fix: Improve workflow simulation and diagnostics
- Update simulation script to use npm install instead of npm ci
- Make diagnostic script work without act installation
- Add quick reference guide for workflow commands
- Ensure validation runs even when act is not available

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:50:20 +00:00
copilot-swe-agent[bot]
6313f0ea24 feat: Add workflow validation and simulation tools
- Fix workflow file path references (ci.yml -> ci/ci.yml)
- Add validate-workflows.py for YAML syntax and structure validation
- Add simulate-workflows.sh for local job simulation without act
- Pin dependency-check action to specific SHA for security
- Update npm scripts with validation and simulation commands
- Add comprehensive workflow simulation documentation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:48:16 +00:00
copilot-swe-agent[bot]
d33992ceb6 Initial plan 2025-12-27 02:37:13 +00:00
copilot-swe-agent[bot]
b221ca4a2c Add comprehensive TLA+ specifications summary document
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:20:05 +00:00
copilot-swe-agent[bot]
f220eeeb1d Add TLA+ validation script, quick reference, and known issues documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:18:04 +00:00
copilot-swe-agent[bot]
d967105295 Fix TLA+ syntax errors in collaboration spec and validate all specifications
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:16:00 +00:00
copilot-swe-agent[bot]
73d5ce416d Add TLA+ specifications for future functionality (workflows, collaboration, integrations)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 02:13:48 +00:00
copilot-swe-agent[bot]
4d2d717183 Initial plan 2025-12-27 02:05:01 +00:00
ee8a8de2ab Merge pull request #48 from johndoe6345789/copilot/add-formal-specification
Add formal TLA+ specification for MetaBuilder system
2025-12-27 02:02:59 +00:00
copilot-swe-agent[bot]
cbb257d914 Add formal TLA+ specification for MetaBuilder
- Created spec/metabuilder.tla with comprehensive formal specification
- Modeled 6-level permission system (Public → User → Moderator → Admin → God → Supergod)
- Defined multi-tenant data isolation invariants
- Specified DBAL state machine with security properties
- Included package management operations
- Added safety properties: TenantIsolation, PermissionEnforcement, DataConsistency
- Added liveness properties: EventualProcessing, EventualRecovery
- Created spec/metabuilder.cfg for TLC model checker configuration
- Added spec/README.md with comprehensive documentation and usage guide

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 01:59:07 +00:00
copilot-swe-agent[bot]
4a85077f02 Initial plan 2025-12-27 01:54:25 +00:00
c515af5c75 Merge pull request #46 from johndoe6345789/dependabot/npm_and_yarn/prisma/client-7.2.0
build(deps): bump @prisma/client from 6.19.1 to 7.2.0
2025-12-27 01:35:18 +00:00
19bab1e7e4 Merge branch 'main' into dependabot/npm_and_yarn/prisma/client-7.2.0 2025-12-27 01:35:10 +00:00
9b4cfcd5e4 Merge pull request #47 from johndoe6345789/dependabot/npm_and_yarn/prisma-7.2.0
build(deps-dev): bump prisma from 6.19.1 to 7.2.0
2025-12-27 01:34:53 +00:00
2644ec2a63 Merge branch 'main' into dependabot/npm_and_yarn/prisma-7.2.0 2025-12-27 01:34:46 +00:00
51f65b8f8e docs: txt,qt6,frontends (1 files) release-1 2025-12-26 15:20:38 +00:00
9622834d27 config: vscode,settings,json (1 files) 2025-12-26 15:16:51 +00:00
dependabot[bot]
8c786a9cbc build(deps-dev): bump prisma from 6.19.1 to 7.2.0
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.1 to 7.2.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-26 11:19:16 +00:00