Fix missing logo.mjs in package files array

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-23 22:35:45 -07:00
parent 7ef1ca2859
commit cd0e5d953a
6 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@companion-ai/feynman",
"version": "0.2.7",
"version": "0.2.8",
"description": "Research-first CLI agent built on Pi and alphaXiv",
"type": "module",
"engines": {
@@ -19,6 +19,8 @@
".feynman/themes/",
"extensions/",
"prompts/",
"logo.mjs",
"logo.d.mts",
"scripts/",
"skills/",
"AGENTS.md",