• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dangernoodle-io / ouroboros / 24283274735 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 11 Apr 2026 01:17PM UTC
Files 4
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Apr 2026 01:16PM UTC coverage: 66.99% (+3.1%) from 63.859%
24283274735.1

push

github

web-flow
refactor: replace 4 fixed entity types with generic document model (#2)

single documents table with type field replaces separate decisions,
facts, relations, and notes tables. reduces tools from 15 to 6
(put, get, delete, search, export, import) and eliminates per-type
boilerplate — new entity types require zero code changes.

- unified Document/DocumentSummary types with type, project, category,
  title, content, metadata (JSON), and tags fields
- single FTS5 index on title + content + tags
- UNIQUE(type, project, category, title) enables upsert for all types
- compact-by-default: get without id returns summaries (no content)
- removed kb_ prefix from tool names
- added smoke_test.py for end-to-end MCP protocol testing
- 36 tests, golangci-lint clean

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

414 of 618 relevant lines covered (66.99%)

0.75 hits per line

Source Files on job 24283274735.1
  • Tree
  • List 4
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24283274735
  • e551ebfb on github
  • Prev Job for on main (#24275835574.1)
  • Next Job for on main (#24289551174.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc