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

dangernoodle-io / ouroboros
81%

Build:
DEFAULT BRANCH: main
Repo Added 11 Apr 2026 05:31AM UTC
Files 38
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • jae/backlog-notes-split
  • jae/backlog-package
  • jae/batch-mcp-surface
  • jae/checkpoint-instructions
  • jae/cli-query-and-instructions
  • jae/cluster-a-api-parity
  • jae/cluster-plugin-behavior
  • jae/cluster-plugin-docs
  • jae/cluster-x-schema-validation
  • jae/cluster-y-perf-dedup
  • jae/cluster1-token-diet
  • jae/cluster2-hook-correctness
  • jae/cobra-cli
  • jae/contract-conditional
  • jae/data-integrity
  • jae/docs-v020
  • jae/dogfood-fixes
  • jae/generic-document-model
  • jae/hook-cleanup
  • jae/hook-observability
  • jae/hook-observability-to-main
  • jae/initial
  • jae/inline-kb-contract
  • jae/instructions-docs
  • jae/instructions-mcp-clarification
  • jae/internal-app-refactor
  • jae/internal-packages
  • jae/keyword-search
  • jae/ls
  • jae/marketplace-auto-update
  • jae/migrate-plugin-from-marketplace
  • jae/migration-infrastructure
  • jae/ou-114-stop-nudge-contract
  • jae/ou-115-drop-getproject-fallback
  • jae/ou-116-per-project-commit-nudge-cooldown
  • jae/ou-117-subagent-start-cwd-test
  • jae/ou-118-bump-stop-timeouts
  • jae/ou-119-post-edit-check-write-test
  • jae/ou-121-precompact-safety-net
  • jae/ou-122-session-id-diffing
  • jae/ou-125-gate-config-mcp
  • jae/ou-126-gate-import-mcp
  • jae/ou-126-unregister-import
  • jae/ou-134-135-136-kb-block-fix
  • jae/ou-142-prefix-rename
  • jae/ou-157-backlog-manager-limit
  • jae/ou-164-eager-tools
  • jae/ou-170-stop-nudge
  • jae/ou-204-cli-plan-delete-export
  • jae/ou-205-doc-cleanup
  • jae/ou-205-mcp-hard-cut
  • jae/ou-209-omitempty
  • jae/ou-211-bench-target
  • jae/ou-64-keyword-search-empty-slice
  • jae/ou-75-annotations
  • jae/ou-82-batch-search
  • jae/ou-83-item-component
  • jae/ou-84-item-delete
  • jae/ou-85-readme-plugin-path
  • jae/ou-93-multi-project-filter
  • jae/ou-98-ups-kb-contract
  • jae/ou-fix-precompact-persist-mismatch
  • jae/ouroboros-hook-cleanup
  • jae/ouroboros-hook-logging
  • jae/ouroboros-readme-wiki
  • jae/ouroboros-snapshot-gate
  • jae/p1-quick-fixes
  • jae/plugin-test-fixtures-and-log-config
  • jae/pre-compact-loosen-decision-detection
  • jae/progressive-tools
  • jae/project-mgmt-zombie-prevention
  • jae/project-rename
  • jae/put-cli
  • jae/search-tokenize
  • jae/staleness-instructions
  • jae/statusline
  • jae/statusline-project-first
  • jae/subagent-contract-leak
  • jae/update-skills-for-projects-array
  • jae/wire-backlog
  • main

27 May 2026 04:59AM UTC coverage: 80.573% (-0.02%) from 80.595%
26491752508

push

github

web-flow
docs: plugin routing + UX cluster (OU-92, OU-189, OU-190, OU-23, OU-113) (#86)

five docs/routing/UX fixes.

- OU-92: persist/recall/triage SKILL.md docs reference the `component` field for items (subproject scoping).
- OU-189: knowledge-explorer.md description adds counterpart routing note steering single-turn lookups to /recall.
- OU-190: plugin.json gains mcpServers.ouroboros.instructions — short plugin-scoped routing string distinct from MCP serverInstructions.
- OU-23: CLAUDE.md gains "Component convention" subsection documenting binary-vs-plugin item scoping; triage skill mirrors the convention.
- OU-113: statusline gains --plain flag + OUROBOROS_NO_COLOR env override for integration with external statusline wrappers (e.g. ccstatusline with `preserve colors: OFF`).

go tests + plugin tests green. coverage 86.2 unchanged.

2447 of 3037 relevant lines covered (80.57%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
3037 RELEVANT LINES 2447 COVERED LINES
0.94 HITS PER LINE
Source Files on main
  • Tree
  • List 38
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26491752508 main docs: plugin routing + UX cluster (OU-92, OU-189, OU-190, OU-23, OU-113) (#86) five docs/routing/UX fixes. - OU-92: persist/recall/triage SKILL.md docs reference the `component` field for items (subproject scoping). - OU-189: knowledge-explorer.... push 27 May 2026 04:59AM UTC web-flow github
80.57
26491018409 jae/cluster-plugin-docs Merge 9a37086e1 into 421d4b005 Pull #86 27 May 2026 04:36AM UTC web-flow github
80.57
26490577302 main fix: plugin behavior cluster (OU-191, OU-14, OU-22, OU-123, OU-124) (#85) five plugin reliability/perf fixes. - OU-191: DocumentSummary now exposes BM25 score (omitempty; only populated on FTS paths). user-prompt-context.js filters score > -2.0;... push 27 May 2026 04:22AM UTC web-flow github
80.59
26490518374 jae/cluster-plugin-behavior Merge b54b8bdd1 into ccafa662b Pull #85 27 May 2026 04:20AM UTC web-flow github
80.59
26489994947 jae/cluster-plugin-behavior Merge ed2dc725a into ccafa662b Pull #85 27 May 2026 04:02AM UTC web-flow github
80.49
26489590576 main feat: schema validation + conflict detection (OU-173, OU-175, OU-74, OU-184) (#84) four schema/correctness fixes. all add caps or signals; no behavior change for callers within limits. - OU-173: UpdateItem and UpdatePlan reject status values out... push 27 May 2026 03:49AM UTC web-flow github
80.52
26489538752 jae/cluster-x-schema-validation Merge 410c227fb into bb3f4e56e Pull #84 27 May 2026 03:47AM UTC web-flow github
80.52
26489346687 main refactor: perf + dedup cluster (OU-128, OU-165, OU-111, OU-203) (#83) four hygiene fixes, no public API changes. - OU-128: QueryDocuments tag filter pushed from Go-side post-fetch loop to SQL via json_each EXISTS clauses. ALL-must-match semantic... push 27 May 2026 03:41AM UTC web-flow github
80.2
26489294734 jae/cluster-y-perf-dedup Merge 45543f0bc into ab0c6b382 Pull #83 27 May 2026 03:40AM UTC web-flow github
80.2
26488885309 jae/cluster-y-perf-dedup Merge a0f0c6e5a into ab0c6b382 Pull #83 27 May 2026 03:26AM UTC web-flow github
80.1
See All Builds (182)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc