Squash Odysseus development history

This commit is contained in:
pewdiepie-archdaemon
2026-09-11 06:04:19 +00:00
parent e5c99a5eee
commit 6ee6502010
2050 changed files with 538359 additions and 57745 deletions
+14 -4
View File
@@ -1,8 +1,18 @@
{
"devDependencies": {
"@antithesishq/bombadil": "^0.3.2"
"name": "odysseus",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/odysseus-dev/odysseus.git"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.98.0"
"scripts": {
"test:photo-editor": "playwright test --config tests/e2e/playwright.config.js",
"test:photo-editor:install": "playwright install chromium firefox webkit",
"test:photo-editor:firefox": "PHOTO_EDITOR_E2E_BROWSER=firefox playwright test --config tests/e2e/playwright.config.js",
"test:photo-editor:webkit": "PHOTO_EDITOR_E2E_BROWSER=webkit playwright test --config tests/e2e/playwright.config.js"
},
"devDependencies": {
"@antithesishq/bombadil": "^0.7.0",
"@playwright/test": "^1.62.1"
}
}