diff --git a/.gitignore b/.gitignore index 191b622..cbaa1d3 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ dist /.vscode/snipsnap.code-snippets .vercel .env*.local + +# Keep plan/search artifacts for OMX workflows +docs/data/ diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..a48c6d2 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# AGENTS Instructions + +## Development Model + +- Use trunk-based development. +- Make changes directly on `master`. +- Do not create or rely on long-lived feature branches. diff --git a/components/all-updates-subscribe.vue b/components/all-updates-subscribe.vue index d24abf1..b6741a8 100644 --- a/components/all-updates-subscribe.vue +++ b/components/all-updates-subscribe.vue @@ -59,10 +59,10 @@