9e81074ea6
Merge pull request #24 from johndoe6345789/copilot/validate-workflow-json-schema
...
Add workflow JSON schema validation tool using jsonschema library
2026-01-11 00:06:30 +00:00
copilot-swe-agent[bot]
0d1f8d06c4
Fix error messages and test assertions based on code review feedback
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:46:27 +00:00
copilot-swe-agent[bot]
4447e949ab
Refactor validation to use jsonschema library with extracted schema file
...
Extract schema from ROADMAP.md to dedicated JSON file in schema/ folder.
Use jsonschema library for validation instead of custom implementation.
Add jsonschema to pyproject.toml dependencies.
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:44:08 +00:00
copilot-swe-agent[bot]
6e31c1dd68
Add error handling for edge cases in path resolution
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:34:29 +00:00
copilot-swe-agent[bot]
5fbc911909
Improve validation tool robustness and fix documentation link
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:33:00 +00:00
copilot-swe-agent[bot]
73f009bde8
Document workflow validation in README
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:30:23 +00:00
copilot-swe-agent[bot]
759c9efcbf
Add workflow JSON validation tool with tests and CI integration
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:28:52 +00:00
copilot-swe-agent[bot]
a33a300c5e
Initial plan
2026-01-10 23:22:05 +00:00
6bae697731
Merge pull request #23 from johndoe6345789/copilot/test-backend-e2e-workflows
...
Add E2E tests and implement JSON-based route system with automatic plugin discovery
2026-01-10 23:20:00 +00:00
copilot-swe-agent[bot]
0edca06be6
Add E2E testing summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:12:17 +00:00
copilot-swe-agent[bot]
e79f04df73
Complete E2E testing implementation for workflow-based backend
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:10:46 +00:00
copilot-swe-agent[bot]
6e016f5547
Implement automatic plugin discovery and fix package.json files
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:07:46 +00:00
copilot-swe-agent[bot]
2d302067b2
Add JSON-based route registration system with API handler plugins
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:04:18 +00:00
copilot-swe-agent[bot]
147b045b0a
Fix workflow package loading and engine builder issues
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 23:00:13 +00:00
copilot-swe-agent[bot]
60930e89be
Initial plan
2026-01-10 22:53:43 +00:00
c2bb271f7b
Merge pull request #22 from johndoe6345789/copilot/move-workflow-directory
...
Consolidate engine module into workflow directory
2026-01-10 22:49:20 +00:00
copilot-swe-agent[bot]
fda7f2c69a
Add migration summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 22:25:27 +00:00
copilot-swe-agent[bot]
23e59e9990
Add test configuration and documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 22:23:28 +00:00
copilot-swe-agent[bot]
acd218f184
Fix backend_load_messages plugin import path
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 22:22:34 +00:00
copilot-swe-agent[bot]
59ecf3ed1b
Update test_ajax_contracts to use workflow for server setup
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 22:19:59 +00:00
copilot-swe-agent[bot]
8973c8087b
Move engine module files to workflow directory
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 22:17:33 +00:00
copilot-swe-agent[bot]
4b66f3ba5c
Initial plan
2026-01-10 22:13:31 +00:00
74743e62a7
Merge pull request #21 from johndoe6345789/copilot/clean-up-markdown-files
...
Move historical documentation to docs/archive
2026-01-10 22:12:16 +00:00
c1be12b9c2
Merge pull request #20 from johndoe6345789/copilot/move-code-to-workflow-plugins
...
Move loader implementations into workflow plugins
2026-01-10 22:11:52 +00:00
copilot-swe-agent[bot]
053595f566
Refactor: consolidate utilities and fix code duplication
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:57:57 +00:00
copilot-swe-agent[bot]
ad2107e980
Move loader implementations to workflow plugins
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:51:38 +00:00
copilot-swe-agent[bot]
5666ca6b03
Clean up markdown files - move historical docs to docs/archive
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:49:09 +00:00
copilot-swe-agent[bot]
177ef3a125
Initial plan
2026-01-10 21:45:54 +00:00
copilot-swe-agent[bot]
d139c69dfa
Initial plan
2026-01-10 21:45:06 +00:00
15bb1dd3d9
Merge pull request #19 from johndoe6345789/copilot/move-workflow-graph-file
...
Move workflow_graph.py from data to workflow module
2026-01-10 21:42:58 +00:00
copilot-swe-agent[bot]
b62b080ace
Move workflow_graph.py from data to workflow folder and update imports
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:33:40 +00:00
copilot-swe-agent[bot]
400ed68312
Initial plan
2026-01-10 21:30:08 +00:00
1656d9fe25
Merge pull request #18 from johndoe6345789/copilot/add-workflow-package-support
...
Migrate run_state.py to workflow plugins
2026-01-10 21:29:06 +00:00
copilot-swe-agent[bot]
d178cc3e3d
Fix spacing issue in control_start_bot.py
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:25:41 +00:00
copilot-swe-agent[bot]
b6d7df84ce
Address code review feedback: improve encapsulation and caching
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:24:40 +00:00
copilot-swe-agent[bot]
fd2a2c5a7c
Delete run_state.py and update documentation after migration
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:21:32 +00:00
copilot-swe-agent[bot]
fa4f15b1d9
Create workflow plugins for run state management
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:18:49 +00:00
copilot-swe-agent[bot]
7fc654802b
Initial plan
2026-01-10 21:14:57 +00:00
bc0f9aa5b0
Merge pull request #17 from johndoe6345789/copilot/add-workflow-package-integration
...
Migrate data module to workflow plugins with declarative orchestration
2026-01-10 21:11:37 +00:00
copilot-swe-agent[bot]
27d040b09e
Add DATA_TO_WORKFLOW_MIGRATION.md summary document
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:07:22 +00:00
copilot-swe-agent[bot]
93a8c1cd62
Update web_server_bootstrap workflow to use new route plugins
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:06:14 +00:00
copilot-swe-agent[bot]
92f5073532
Move Flask routes into workflow plugins, delete old routes and server.py
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:04:52 +00:00
copilot-swe-agent[bot]
56ae902af0
Fix import in app_runner.py to use data wrapper
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 21:00:56 +00:00
copilot-swe-agent[bot]
f2d6152e4e
Remove old data module files and create plugin wrapper layer
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 20:59:57 +00:00
copilot-swe-agent[bot]
2d1b80cb16
Move implementations from data module into workflow plugins
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 20:58:33 +00:00
copilot-swe-agent[bot]
d19ec5fa16
Initial plan
2026-01-10 20:50:18 +00:00
87a06310f2
Merge pull request #16 from johndoe6345789/copilot/evaluate-autometabuilder-plugins
...
Remove web/ folder - migrate to workflow-based architecture
2026-01-10 20:46:44 +00:00
copilot-swe-agent[bot]
53af7de062
Final: Transformation complete - web folder successfully removed
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 18:07:34 +00:00
copilot-swe-agent[bot]
b4c2c98405
Add final transformation summary - journey from NO to YES
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 18:05:56 +00:00
copilot-swe-agent[bot]
b0751483e1
Document web folder removal and workflow-based architecture
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 18:04:23 +00:00