Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ef2b829
Initial plan
Copilot Jan 21, 2026
2b527e0
Create plugin-driver-memory example with tutorial implementation
Copilot Jan 21, 2026
0167ecc
Fix TypeScript errors and configure workspace for plugin-driver-memor…
Copilot Jan 21, 2026
8476e99
Integrate @objectstack/objectql for driver management in @objectql/core
Copilot Jan 21, 2026
d8a64b4
Address code review feedback: improve error handling and documentatio…
Copilot Jan 21, 2026
5686de8
Refactor: Native adoption of @objectstack/spec DriverInterface (Break…
Copilot Jan 21, 2026
72a6196
Fix: Remove Driver import and use DriverInterface consistently
Copilot Jan 21, 2026
2b0327e
Initial plan
Copilot Jan 21, 2026
dd0e2b4
WIP: Update types to use DriverInterface from @objectstack/spec
Copilot Jan 21, 2026
2b813f0
Fix: Resolve TypeScript type checking errors by using Driver from @ob…
Copilot Jan 21, 2026
0dfe1f2
Merge pull request #147 from objectstack-ai/copilot/check-action-run-…
hotlong Jan 21, 2026
e5f466f
Fix CI: Update type definitions to use DriverInterface from @objectst…
Copilot Jan 21, 2026
d8a8c99
Fix: Update app.ts and repository.ts to use DriverInterface from @obj…
Copilot Jan 21, 2026
260aa68
Fix: Extend Driver interface to be compatible with DriverInterface fr…
Copilot Jan 21, 2026
1f3b02b
Docs: Improve documentation and clarify backward-compatible ObjectSta…
Copilot Jan 21, 2026
c794beb
Fix: Remove @objectstack/spec imports and add stub types for backward…
Copilot Jan 21, 2026
8a62f28
Fix: Make MongoDriver.connect() public to match Driver interface
Copilot Jan 21, 2026
11f6243
Fix: Remove @objectstack/objectql integration and revert to standard …
Copilot Jan 21, 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
4 changes: 4 additions & 0 deletions examples/plugin-driver-memory/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
dist
*.log
.DS_Store
Loading