-
Notifications
You must be signed in to change notification settings - Fork 0
feat: connect add memory UI #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c0b5914
feat: connect add memory UI
nonnil 6855a01
fix: keep add memory route helper bundled
nonnil 4d30196
feat: migrate importer extraction to defuddle
nonnil e71056d
backup memory 019e1be9-a10b-79eb-9e82-1e1570bca605
nonnil 1432ee5
backup memory 019e1be9-e7b9-7af1-a1fd-eb222ee75d22
nonnil a31776e
backup memory 019e1bea-3256-7e41-b73c-2017b1254916
nonnil 94b3722
backup memory 019e1bea-c427-7b4b-b503-bbb2e23a5a4c
nonnil 4911d92
backup memory 019e1bec-e670-77b8-9258-bc7869622925
nonnil 018c19e
backup memory 019e1bea-c427-7b4b-b503-bbb2e23a5a4c
nonnil 9928286
chore: capitalize TRAUMA title
nonnil d9c9e9d
docs: investigate OpenAI import challenge
nonnil af5dc0a
docs: plan browser-assisted import extension
nonnil 0a8d795
feat: add browser-assisted import extension
nonnil 3409a23
docs: document env configuration surface
nonnil f5909b8
docs: keep env example minimal
nonnil 95a6f84
feat: extract live tab content in browser extension
nonnil 54e4149
feat: add backup environment failsafe
nonnil 224b159
test: cover backup failsafe cli migration
nonnil 09dd6a7
docs: record planned PR review responses
nonnil 6bf7f23
fix: address PR review backlog
nonnil a0d5768
fix: harden backup failsafe recovery
nonnil 69a7a43
test: provide git identity for failsafe migration
nonnil 6209a2c
fix: address backup failsafe review blockers
nonnil 8833467
test: align reader e2e fixture backup config
nonnil dde7a63
fix: address codex browser import review
nonnil f48afcc
fix: address mandatory codex review findings
nonnil 49b2b48
fix: address codex review boundary findings
nonnil b1bf354
fix: harden backup and import review boundaries
nonnil 82d926c
fix: classify backup content integrity alerts
nonnil 0573135
fix: add missing backup record recovery
nonnil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,9 @@ | ||
| # Trauma local development environment. | ||
| # Trauma local browser import environment. | ||
| # | ||
| # Copy this file to `.env` (the project gitignores `.env`) and adjust values. | ||
| # Bun loads `.env` automatically for `bun run` scripts, so the values below | ||
| # flow into the dev/start servers, the dev smoke check, and Playwright's | ||
| # webServer configuration unless overridden by the shell. | ||
| # Bun loads `.env` automatically for `bun run` scripts. | ||
|
|
||
| # Bind address for `bun run dev` and `bun run start`. | ||
| # Use `127.0.0.1` (loopback only) for the no-auth local model. | ||
| HOST=127.0.0.1 | ||
|
|
||
| # Port used by `bun run dev` and `bun run start`. | ||
| PORT=3000 | ||
|
|
||
| # Base HMR port used in `app.config.ts`. Server and server-function routers | ||
| # use the next two ports (default: 24678 / 24679 / 24680). | ||
| TRAUMA_HMR_PORT=24678 | ||
| # Browser-assisted imports are disabled by default. Enable only for local | ||
| # development with a random token that is also configured in the extension. | ||
| TRAUMA_BROWSER_IMPORT_ENABLED=false | ||
| TRAUMA_BROWSER_IMPORT_TOKEN= | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ playwright-report/ | |
| test-results/ | ||
| .trauma/ | ||
| data/ | ||
| /~/ | ||
| /.serena/ | ||
| /config.json | ||
| /trauma.config.json | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.