Commit Graph

164 Commits

Author SHA1 Message Date
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
copilot-swe-agent[bot]
676221efac Remove web/ folder - fully workflow-based web server
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 18:03:02 +00:00
copilot-swe-agent[bot]
e4ac69588a Migrate web/ to data/, update imports in plugins
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 18:01:08 +00:00
copilot-swe-agent[bot]
8e3d967857 Plan: Remove web folder and replace with workflow-based system
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:59:11 +00:00
copilot-swe-agent[bot]
1a410740ad Add quick reference guide for evaluation results
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:57:41 +00:00
copilot-swe-agent[bot]
d44f92b597 Add comprehensive evaluation summary - web module must remain
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:56:45 +00:00
copilot-swe-agent[bot]
dd42876c9d Add documentation clarifying web module and workflow plugin roles
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:54:25 +00:00
copilot-swe-agent[bot]
f6ebf33b4d Add comprehensive analysis of web module and workflow plugins
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:52:22 +00:00
copilot-swe-agent[bot]
2d04c1399e Initial plan 2026-01-10 17:47:15 +00:00
2bb4763e17 Merge pull request #15 from johndoe6345789/copilot/move-plugins-to-individual-folders
Reorganize workflow plugins into npm-style package structure
2026-01-10 17:44:09 +00:00
copilot-swe-agent[bot]
a02190f6a8 Update plugin README with npm-style package structure documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:18:01 +00:00
copilot-swe-agent[bot]
5aaa0f27a8 Reorganize plugins into individual folders with package.json files
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:16:17 +00:00
copilot-swe-agent[bot]
911e435fb3 Initial plan 2026-01-10 17:10:31 +00:00
f9c75c29c2 Merge pull request #14 from johndoe6345789/copilot/convert-to-workflow-plugins
Convert integrations to workflow plugins with backend client initialization
2026-01-10 17:07:55 +00:00
copilot-swe-agent[bot]
babdc1ee85 Remove integrations folder that was accidentally re-added
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:03:26 +00:00
copilot-swe-agent[bot]
9ad907ac03 Make dependencies plugins - refactor notifications to use backend clients
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 17:02:50 +00:00
copilot-swe-agent[bot]
ef16336084 Convert integrations to workflow plugins and remove old folder
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 16:57:22 +00:00
copilot-swe-agent[bot]
8f52b4d550 Initial plan 2026-01-10 16:52:17 +00:00
47b254ffa2 Merge pull request #13 from johndoe6345789/copilot/convert-autometabuilder-to-plugins
Inline utils module into workflow plugins and remove utils directory
2026-01-10 16:51:23 +00:00
copilot-swe-agent[bot]
5133a46216 Fix remaining imports from utils in engine and tools modules
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 16:48:14 +00:00
copilot-swe-agent[bot]
9ca48a5a3b Inline utility functions into workflow plugins and remove utils directory
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 16:46:58 +00:00
copilot-swe-agent[bot]
bd39b5521e Initial plan 2026-01-10 16:41:04 +00:00
8a6e6c23f7 Merge pull request #12 from johndoe6345789/copilot/convert-services-to-workflow-plugins
Consolidate services into workflow plugins, remove services directory
2026-01-10 16:40:18 +00:00
copilot-swe-agent[bot]
ec681fe63e Convert services to workflow plugins and remove old files
- Moved OpenAI factory code into backend_create_openai.py plugin
- Moved OpenAI client helper code into core_ai_request.py plugin
- Moved GitHub integration code into backend_create_github.py plugin
- Moved context loader code into core_load_context.py plugin
- Removed entire services directory (5 files)
- Removed utils/context_loader.py (1 file)
- Updated utils/__init__.py to remove context_loader references

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 16:37:19 +00:00
copilot-swe-agent[bot]
6fccefe12a Initial plan 2026-01-10 16:31:22 +00:00
789f21487a Merge pull request #11 from johndoe6345789/copilot/migrate-to-workflow-plugins
Migrate web data access and Flask server setup to workflow plugins
2026-01-10 16:28:16 +00:00
copilot-swe-agent[bot]
52a6138b75 Add documentation and example workflow for web plugins
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 15:19:52 +00:00
copilot-swe-agent[bot]
f129c8eeb8 Add web data and server workflow plugins with tests
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 15:17:49 +00:00
copilot-swe-agent[bot]
4f9d04c9f1 Initial plan 2026-01-10 15:09:37 +00:00
fabe1b0d4f Merge pull request #10 from johndoe6345789/copilot/clean-up-autometabuilder-root
Reorganize backend/autometabuilder: move utilities to subdirectories and expose as workflow plugins
2026-01-10 15:08:14 +00:00
copilot-swe-agent[bot]
1ecd400ecf Add final summary documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:38:17 +00:00
copilot-swe-agent[bot]
d7d1b5fdc5 Move logging_config to utils and create backend.configure_logging plugin
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:37:00 +00:00
copilot-swe-agent[bot]
8d3905f98d Add comprehensive backend reorganization documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:34:37 +00:00
copilot-swe-agent[bot]
c16f12a6b3 Add workflow triggers documentation and default triggers to all workflows
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:32:47 +00:00
copilot-swe-agent[bot]
f395031366 Reorganize backend/autometabuilder: create engine, loaders, services, and utils subdirectories
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:30:23 +00:00
copilot-swe-agent[bot]
afa5764b46 Initial plan 2026-01-10 14:21:21 +00:00
a80616cfba Merge pull request #9 from johndoe6345789/copilot/upgrade-n8n-schema
Add triggers property to n8n workflow schema
2026-01-10 14:18:52 +00:00
copilot-swe-agent[bot]
25637e3248 Dogfood triggers feature in single_pass workflow
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:08:29 +00:00
copilot-swe-agent[bot]
4180050ae1 Add triggers property and validation to n8n schema
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 14:06:51 +00:00
copilot-swe-agent[bot]
4c4e3012a7 Initial plan 2026-01-10 14:00:47 +00:00
5bdd96c4f8 Merge pull request #8 from johndoe6345789/copilot/add-unit-testing-workflow-plugins
[WIP] Add unit testing for workflow plugins and fix issues
2026-01-10 14:00:01 +00:00
copilot-swe-agent[bot]
689c58b6da Fix: Add missing backend.load_tool_policies to plugin_map.json
- Added backend.load_tool_policies plugin to plugin_map.json
- Total plugins now correctly 90 (was 89)
- All tests still passing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 13:56:50 +00:00
copilot-swe-agent[bot]
379908dd64 Add missing var plugin files and update gitignore
- Added var plugin implementation files (get, set, delete, exists)
- Updated .gitignore to not ignore backend/autometabuilder/workflow/plugins/var/
- These files were created but not committed due to gitignore pattern

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 13:54:57 +00:00
copilot-swe-agent[bot]
3175a4187f Add unit testing workflow plugins and test packages
- Created var plugin directory with get, set, delete, exists plugins
- Created test plugin directory with assert_equals, assert_true, assert_false, assert_exists, run_suite plugins
- Updated plugin_map.json to register all new plugins (90 total plugins now)
- Created 5 test packages: logic_plugins_test, math_plugins_test, string_plugins_test, list_plugins_test, dict_plugins_test
- Added comprehensive unit tests for all new plugins
- Updated documentation with test plugin information
- All tests passing (16 workflow plugin tests + 11 unit testing plugin tests)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 13:53:51 +00:00
copilot-swe-agent[bot]
da82bf6986 Initial plan 2026-01-10 13:45:20 +00:00
dd9fe7dc4f Merge pull request #7 from johndoe6345789/copilot/move-autometabuilder-files
Organize workflow plugins into category subdirectories and convert backend utilities to plugins
2026-01-10 13:44:23 +00:00
copilot-swe-agent[bot]
be093b54c9 Document workflow engine and add reorganization summary
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 13:40:57 +00:00
copilot-swe-agent[bot]
43fa5b80df Add new workflow plugins and update documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 13:39:13 +00:00
copilot-swe-agent[bot]
4b96b640a9 Organize workflow plugins into subdirectories by category
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 13:36:29 +00:00