feat: resolve all 8 open issues#76
Open
dbzbb wants to merge 2 commits into
Open
Conversation
- Auriti-Labs#67: Fix TypeScript typecheck OOM — split into 5 project configs, removed 8GB heap workaround (3s total) - Auriti-Labs#70: Clean branding — legacy alias deprecation notice, Total Recall as canonical name - Auriti-Labs#71: Claude Mem import adapter — detect/transform with provenance tracking, 42 tests - Auriti-Labs#72: Import autodetect UX — dry-run reporting, failure messaging, migration guide docs - Auriti-Labs#33: Read-only sharing via JWT — token generation/revocation, scoped viewer, 22 tests - Auriti-Labs#34: Team sync via Git — markdown export/import with YAML frontmatter, merge strategy - Auriti-Labs#35: VS Code extension — CodeLens, QuickPick search (Ctrl+Shift+K), status bar, config - Auriti-Labs#36: Multi-user dashboard — roles/auth/audit, bcrypt passwords, HMAC-SHA256 JWT, 26 tests
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Resolves all 8 open issues in a single PR:
Critical / Build
--max-old-space-size=8192workaround.High Priority
docs/migration-guide.md.share create/list/revokecommands. 22 tests.team init/push/pullCLI commands, local-wins merge strategy.Medium Priority
kiro-memorycommand,Total Recallas canonical product name.What was tested
npm run typecheck— passes (all 5 configs, ~3s total, zero OOM)npm run build— passesArchitecture decisions