Restructure as Codex plugin

This commit is contained in:
Claire Novotny
2026-04-23 20:14:23 -04:00
parent 1f7e85a03f
commit 72495c1c14
156 changed files with 218 additions and 140 deletions
@@ -0,0 +1,13 @@
{
"name": "bird-search",
"version": "0.8.0",
"description": "Vendored Bird CLI search subset for /last30days",
"type": "module",
"main": "bird-search.mjs",
"private": true,
"engines": {
"node": ">=22"
},
"license": "MIT",
"attribution": "Based on @steipete/bird v0.8.0 by Peter Steinberger (MIT License)"
}