Improve Feynman packaging and research prompts

This commit is contained in:
Advait Paliwal
2026-03-24 09:57:25 -07:00
parent 6ff4dde341
commit 0f62901ab0
17 changed files with 253 additions and 36 deletions

View File

@@ -14,6 +14,7 @@
"dist/",
"metadata/",
".feynman/agents/",
".feynman/runtime-workspace.tgz",
".feynman/settings.json",
".feynman/SYSTEM.md",
".feynman/themes/",
@@ -30,6 +31,7 @@
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "tsx src/index.ts",
"prepack": "node ./scripts/prepare-runtime-workspace.mjs",
"postinstall": "node ./scripts/patch-embedded-pi.mjs",
"start": "tsx src/index.ts",
"start:dist": "node ./bin/feynman.js",