add Go-side learnings model and store layer on top of the merged DBML schema
expose MCP tools to create, fetch, and list curated learnings
support project/category/area/status/priority/tag/query filtering for learnings
Included
internal/types/learning.go
internal/store/learnings.go
internal/tools/learnings.go
MCP server registration and catalog updates
test expectations updated for the new tools
Notes
this adds the store + MCP tool surface for structured learnings
thoughts remain separate from learnings
search in this slice is database-backed list/query filtering, not semantic recall
Validation
go test ./internal/store ./internal/tools ./internal/mcpserver
Follow-up
add update/delete operations for learnings
wire learnings into broader retrieval/context surfaces if desired
## Summary
- add Go-side learnings model and store layer on top of the merged DBML schema
- expose MCP tools to create, fetch, and list curated learnings
- support project/category/area/status/priority/tag/query filtering for learnings
## Included
- internal/types/learning.go
- internal/store/learnings.go
- internal/tools/learnings.go
- MCP server registration and catalog updates
- test expectations updated for the new tools
## Notes
- this adds the store + MCP tool surface for structured learnings
- thoughts remain separate from learnings
- search in this slice is database-backed list/query filtering, not semantic recall
## Validation
- go test ./internal/store ./internal/tools ./internal/mcpserver
## Follow-up
- add update/delete operations for learnings
- wire learnings into broader retrieval/context surfaces if desired
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Included
Notes
Validation
Follow-up