Commit 0885041
authored
Move plugins from plugins/example/ to plugins/ (#4752)
## Summary
- Flatten plugin directory structure by moving all contents from
`plugins/example/` up one level to `plugins/`
- Update `COPY` paths in both `Dockerfile` and `Dockerfile.datadog` to
reference `plugins/` instead of `plugins/example/`
- Update GitHub Actions workflow (`gcp_plugins.yml`) trigger path and
docker build `-f` flag to match new structure
## Test plan
- [ ] Verify `plugins/` contains all expected files (main.py, db.py,
models.py, subdirectories, etc.)
- [ ] Verify `plugins/example/` no longer has any tracked files
- [ ] Confirm deployment triggers correctly on next push to `main`
- [ ] Validate Docker build works with updated COPY paths
🤖 Generated with [Claude Code](https://claude.com/claude-code)File tree
219 files changed
+33608
-75
lines changed- .github/workflows
- plugins
- _mem0
- _multion
- advanced
- ahda
- basic
- chatgpt
- example
- import/manual-import
- iq_rating
- notifications
- memorii
- mentor
- teacher
- oauth
- omi-clickup-app
- omi-dropbox-app
- omi-github-app
- .github/workflows
- omi-google-calendar-app
- omi-hive-app
- templates
- static
- omi-linear-app
- templates
- static
- omi-notion-app
- omi-shipbob-app
- templates
- omi-shopify-app
- templates
- static
- omi-slack-app
- omi-twitter-app
- omi-twitter-chat-tools-app
- omi-whoop-app
- subscription
- templates
- chatgpt
- static/images
- subscription
- zapier
- omi-zap
- creates
- test
- creates
- triggers
- triggers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
219 files changed
+33608
-75
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments