Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-04 18:42:58 +00:00
5e80139afa chore: add pre-commit hook for protected branch validation
cardosofelipe deleted branch feature/61-context-management-engine from cardosofelipe/syndarix 2026-01-04 18:42:23 +00:00
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-04 18:42:18 +00:00
60ebeaa582 test(safety): add comprehensive tests for safety framework modules
758052dcff feat(context): improve budget validation and XML safety in ranking and Claude adapter
1628eacf2b feat(context): enhance timeout handling, tenant isolation, and budget management
2bea057fb1 chore(context): refactor for consistency, optimize formatting, and simplify logic
9e54f16e56 test(context): add edge case tests for truncation and scoring concurrency
Compare 14 commits »
1628eacf2b feat(context): enhance timeout handling, tenant isolation, and budget management
cardosofelipe created branch feature/61-context-management-engine in cardosofelipe/syndarix 2026-01-04 14:23:32 +00:00
2bea057fb1 chore(context): refactor for consistency, optimize formatting, and simplify logic
9e54f16e56 test(context): add edge case tests for truncation and scoring concurrency
96e6400bd8 feat(context): enhance performance, caching, and settings management
6c7b72f130 chore(context): apply linter fixes and sort imports (#86)
027ebfc332 feat(context): implement main ContextEngine with full integration (#85)
Compare 10 commits »
cardosofelipe opened issue cardosofelipe/syndarix#85 2026-01-04 00:52:21 +00:00
feat(context): Phase 7 - Main Engine & Integration
cardosofelipe opened issue cardosofelipe/syndarix#84 2026-01-04 00:52:21 +00:00
feat(context): Phase 6 - Caching Layer
cardosofelipe opened issue cardosofelipe/syndarix#86 2026-01-04 00:52:21 +00:00
feat(context): Phase 8 - Testing & Documentation
cardosofelipe opened issue cardosofelipe/syndarix#83 2026-01-04 00:52:20 +00:00
feat(context): Phase 5 - Model Adapters (Claude, OpenAI)
cardosofelipe opened issue cardosofelipe/syndarix#82 2026-01-04 00:51:16 +00:00
feat(context): Phase 4 - Context Assembly Pipeline
cardosofelipe opened issue cardosofelipe/syndarix#81 2026-01-04 00:51:16 +00:00
feat(context): Phase 3 - Context Scoring & Ranking
cardosofelipe opened issue cardosofelipe/syndarix#80 2026-01-04 00:51:16 +00:00
feat(context): Phase 2 - Token Budget Management
cardosofelipe opened issue cardosofelipe/syndarix#79 2026-01-04 00:51:15 +00:00
feat(context): Phase 1 - Foundation: Types, Config & Exceptions
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-04 00:37:09 +00:00
2ab69f8561 docs(mcp): add comprehensive MCP server documentation
95342cc94d fix(mcp-gateway): address critical issues from deep review
Compare 2 commits »
cardosofelipe closed issue cardosofelipe/syndarix#57 2026-01-04 00:28:37 +00:00
feat(mcp): Implement Knowledge Base MCP Server
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-04 00:28:28 +00:00
f6194b3e19 Merge pull request #72: feat(knowledge-base): implement Knowledge Base MCP Server (#57)
6bb376a336 fix(mcp-kb): add input validation, path security, and health checks
cd7a9ccbdf fix(mcp-kb): add transactional batch insert and atomic document update
953af52d0e fix(mcp-kb): address critical issues from deep review
e6e98d4ed1 docs(workflow): enforce stack verification as mandatory step
Compare 7 commits »
6bb376a336 fix(mcp-kb): add input validation, path security, and health checks
cd7a9ccbdf fix(mcp-kb): add transactional batch insert and atomic document update
953af52d0e fix(mcp-kb): address critical issues from deep review
e6e98d4ed1 docs(workflow): enforce stack verification as mandatory step
ca5f5e3383 refactor(environment): update virtualenv path to /opt/venv in Docker setup
Compare 4 commits »
cardosofelipe closed issue cardosofelipe/syndarix#77 2026-01-04 00:07:24 +00:00
fix(mcp-kb): Race condition in update_document and non-transactional batch insert