fix(companion-os): address grind mode review feedback

Restore the bedrock provider import through an explicit workspace path mapping, align pi-grind package metadata with the existing package manifests, remove the unused controller-failure state path, and parse bare ISO dates in local time.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Harivansh Rathi 2026-03-09 00:02:00 -07:00
parent 8c92f479d6
commit 48fa514e7e
7 changed files with 38 additions and 19 deletions

View file

@ -5,6 +5,9 @@
"paths": {
"*": ["./*"],
"@mariozechner/pi-ai": ["./packages/ai/src/index.ts"],
"@mariozechner/pi-ai/bedrock-provider": [
"./packages/ai/src/bedrock-provider.ts"
],
"@mariozechner/pi-ai/oauth": ["./packages/ai/src/oauth.ts"],
"@mariozechner/pi-ai/*": ["./packages/ai/src/*"],
"@mariozechner/pi-ai/dist/*": ["./packages/ai/src/*"],