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
copilot-swe-agent[bot]
ba95e2277b
Initial plan
2026-01-10 13:31:55 +00:00
89be9c82ee
Merge pull request #6 from johndoe6345789/copilot/delete-autometabuilder-plugins
...
Migrate app bootstrap to workflow architecture, delete legacy plugins directory
2026-01-10 13:29:21 +00:00
copilot-swe-agent[bot]
e38e60d731
Add comprehensive documentation for default_app_workflow package
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 13:26:10 +00:00
copilot-swe-agent[bot]
eff020adca
Delete backend/autometabuilder/plugins and convert all backend functions to workflow plugins
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 13:23:00 +00:00
copilot-swe-agent[bot]
9e43fdd57c
Initial plan
2026-01-10 13:15:51 +00:00
6923335535
Merge pull request #5 from johndoe6345789/copilot/explore-workflow-package-usage
...
Add comprehensive software development primitives as workflow plugins
2026-01-10 13:13:02 +00:00
copilot-swe-agent[bot]
ab00f2ba75
Add comprehensive workflow architecture visualization and documentation
2026-01-10 13:09:38 +00:00
copilot-swe-agent[bot]
39dae832ae
Add final workflow examples and comprehensive summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 13:07:06 +00:00
copilot-swe-agent[bot]
fb43cf9ca3
Add comprehensive tests and documentation for workflow plugins
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 13:04:55 +00:00
copilot-swe-agent[bot]
4776082c34
Add comprehensive workflow plugin library for software development primitives
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 13:02:34 +00:00
copilot-swe-agent[bot]
8b529ac095
Initial plan
2026-01-10 12:54:39 +00:00
1cba95e6f8
Merge pull request #4 from johndoe6345789/copilot/fix-tech-debt-breaking-changes
...
Breaking: Migrate to n8n workflow schema with npm-style packages
2026-01-10 12:53:51 +00:00
copilot-swe-agent[bot]
d9f1385ab5
Clean up legacy code, refactor to <100 LOC, add documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 12:44:19 +00:00
copilot-swe-agent[bot]
c17e4aa19a
Implement n8n workflow schema with npm-style packages
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-10 12:40:20 +00:00
copilot-swe-agent[bot]
f4d0c1a504
Initial plan
2026-01-10 12:30:41 +00:00