clean: remove .pi/ config from calvana repo — lives in pi-vs-claude-code now

- Removed all .pi/ (agents, themes, extensions, skills, observatory)
- Removed CLAUDE.md (belongs in parent pi repo)
- Added .pi/ and CLAUDE.md to .gitignore
- Added .pi/ to pledge-now-pay-later/.gitignore
This commit is contained in:
2026-03-04 17:32:20 +08:00
parent ef37ca0c18
commit 59485579ec
46 changed files with 31 additions and 5291 deletions

View File

@@ -1,11 +1,13 @@
{
"browser": {
"browserName": "chromium",
"launchOptions": { "headless": true },
"launchOptions": {
"headless": true,
"args": ["--ignore-certificate-errors"]
},
"contextOptions": {
"viewport": { "width": 1440, "height": 900 },
"ignoreHTTPSErrors": true
"ignoreHTTPSErrors": true,
"viewport": { "width": 1440, "height": 900 }
}
},
"outputDir": "./screenshots"
}
}
}