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

dangernoodle-io / ouroboros / 29390301025
92%

Build:
DEFAULT BRANCH: main
Ran 15 Jul 2026 05:00AM UTC
Jobs 1
Files 84
Run time 1min
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

15 Jul 2026 04:59AM UTC coverage: 90.87% (+0.2%) from 90.688%
29390301025

push

github

web-flow
feat(cli): kb noun group with write/list/get/search subcommands (OU-334) (#169)

- kb write: the renamed write command, moved verbatim from the former
  bare `kb` action (breaking change — bare `kb` no longer writes; same
  flags: --project --type --title --content --notes --category --tags
  --stdin)
- kb list/get/search: internal/query-backed reads (domain=kb), coexisting
  with `ls kb`; list filters (--project repeatable, --type, --category,
  --tag repeatable, --limit, --json) — no --since/--sort (kb's read core
  has no since/sort support server-side, and query.Get applies --limit
  before any client-side filter/sort could run, so those flags could
  silently drop or empty valid results; `ls kb` doesn't have them either)
- get fetches by id(s) with --verbose (notes + edges sidecar) and --json;
  a missing id still renders any docs that were found to stdout, then
  returns an error naming the missing id(s) so it surfaces on stderr
  (matches old `ls kb <id>` fail-on-miss behavior) without corrupting a
  --json consumer's stdout stream; a non-numeric id errors
- search is full-text via query.Search with --project/--type/--category/
  --limit/--json
- kb delete is unchanged
- lifted printKBSummaryTable/writeEdges rendering helpers from the
  unlanded OU-324 branch's query_render.go
- no bare-`kb`-write CLI callers found (the persist hook calls
  kb.WriteBatch directly, not the CLI)

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

7276 of 8007 relevant lines covered (90.87%)

1.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29390301025.1 15 Jul 2026 05:00AM UTC 84
90.87
GitHub Action Run
Source Files on build 29390301025
  • Tree
  • List 84
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29390301025
  • dd6109da on github
  • Prev Build on main (#29387803189)
  • Next Build on main (#29390754436)
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