Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f4eaa33
feat(auth): add idempotency check to auth setup command
weroperking Mar 6, 2026
d8661b3
Fix documentation issues in CODEBASE_MAP.md and .gitignore
weroperking Mar 6, 2026
3356fc9
T-01: Implement CDC (Change Data Capture) for automatic database even…
weroperking Mar 7, 2026
149d130
T-02: Implement server-side event filtering on subscriptions
weroperking Mar 7, 2026
fefa883
T-03: Implement auto-generated REST API routes from Drizzle schema
weroperking Mar 7, 2026
3a9ba36
T-04: Implement application-layer RLS evaluator for SQLite
weroperking Mar 7, 2026
610daf9
feat(storage): T-05 - Add RLS policies for storage bucket operations
weroperking Mar 7, 2026
1f0e8ce
feat(auth): T-06 - Implement Magic Link / OTP authentication
weroperking Mar 7, 2026
3ef93c9
feat(auth): T-07 - Implement MFA / Two-Factor Authentication
weroperking Mar 7, 2026
c54d2f3
feat(auth): T-08 - Implement Phone / SMS Authentication
weroperking Mar 7, 2026
fac71df
feat(storage): T-13 - Bucket config and MIME validation
weroperking Mar 7, 2026
fa5ec2c
docs: fix formatting error in March 2026 update document
weroperking Mar 7, 2026
b66e11b
feat(core): add vector search module with pgvector support (T-14)
weroperking Mar 7, 2026
bcfe3b3
feat(core): add branching/preview environment support (T-15)
weroperking Mar 7, 2026
24c6155
feat(cli): add branch management commands
weroperking Mar 7, 2026
e1699cd
feat(graphql): add vector search resolver generation
weroperking Mar 7, 2026
17bf23d
test(core): add comprehensive tests for GraphQL, RLS, and Storage
weroperking Mar 7, 2026
f8d89f6
docs: update March 2026 feature documentation and test fixes
weroperking Mar 7, 2026
521efd4
docs: remove obsolete planning docs and update feature documentation
weroperking Mar 7, 2026
310f070
Merge branch 'main' into feature/core-tasks-march-2026
weroperking Mar 7, 2026
d3fafe6
Remove Vercel project configuration from tracking
weroperking Mar 8, 2026
e922daa
docs: update documentation files
weroperking Mar 8, 2026
0bae330
core: enhance branching functionality
weroperking Mar 8, 2026
35cf219
core: update database providers
weroperking Mar 8, 2026
aafdb6e
core: enhance vector search and embeddings
weroperking Mar 8, 2026
32c2323
core: update storage and RLS functionality
weroperking Mar 8, 2026
a698d5d
core: enhance auto-rest and config
weroperking Mar 8, 2026
98111fc
cli/client: update CLI and client auth
weroperking Mar 8, 2026
bba213a
core: update tests for recent changes
weroperking Mar 8, 2026
a038ca5
templates: update base template
weroperking Mar 8, 2026
88487a6
Merge branch 'feature/core-tasks-march-2026' of https://github.com/we…
weroperking Mar 8, 2026
d27456e
docs: remove obsolete task documentation files
weroperking Mar 19, 2026
a45c6ce
docs: add core task issues documentation
weroperking Mar 19, 2026
05a82a6
docs: update CODEBASE_MAP documentation and biome config
weroperking Mar 19, 2026
0bc0bd3
test: update test-project app files
weroperking Mar 19, 2026
5c11cf1
cli: update CLI command implementations
weroperking Mar 19, 2026
34cb877
cli: update CLI main entry point
weroperking Mar 19, 2026
2d41730
test: update CLI test files
weroperking Mar 19, 2026
0fa21b6
client: update client auth module
weroperking Mar 19, 2026
0d27f13
core: update database provider implementations
weroperking Mar 19, 2026
aaeb88d
core: update RLS, storage, vector, GraphQL and config modules
weroperking Mar 19, 2026
0df688d
test: update core package test files
weroperking Mar 19, 2026
619185b
test: update template and shared package test files
weroperking Mar 19, 2026
af83213
core: update branching module implementations
weroperking Mar 19, 2026
3a5e8ac
refactor(cli): improve dev server and function lifecycle management
weroperking Mar 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dist
.vscode/
.idea/

cli-auth-page/

.env
.env.*
Expand All @@ -28,3 +27,5 @@ coverage/
.parcel-cache/

.DS_Store

.vercel/
138 changes: 0 additions & 138 deletions 01_bb_dev_hot_reload.md

This file was deleted.

72 changes: 0 additions & 72 deletions 02_better_error_messages.md

This file was deleted.

Loading
Loading