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

omry / omegaconf / 2979e2a6-624a-4d21-8374-73e245a72195
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Apr 2026 05:10AM UTC
Jobs 1
Files 19
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

30 Apr 2026 05:08AM UTC coverage: 100.0%. Remained the same
2979e2a6-624a-4d21-8374-73e245a72195

push

circleci

omry
backlog-tool: extract from skill into standalone-installable subproject

Move .claude/skills/update-backlog/ to subprojects/backlog-tool/,
restructured as a pip-installable Python package with a 'backlog-tool'
console script.

CLI subcommands:
* update: regenerate BACKLOG.md, backlog.json, updates.jsonl,
  BACKLOG-UPDATES.md, last_snapshot.json from current GitHub state.
* install: create the backlog branch via the GitHub REST API (gh)
  if missing, drop .github/workflows/update-backlog.yml into the
  target repo. Auto-detects target repo root via sl/git.
* uninstall: remove the workflow, delete the backlog branch (with
  confirmation).
* dump-web: write the bundled web UI assets to a target path or
  directory.

Outputs:
* backlog.json (full issue list + summary stats; consumed by the
  static web UI)
* updates.jsonl (append-only structured event log; bootstrapped from
  BACKLOG-UPDATES.md by parsing structured timestamped lines)

Static web UI in backlog_tool/web/index.html:
* Single self-contained file, vanilla JS, no build step.
* Dark-mode default with toggle, three-column app shell (stats,
  issues, legend) with sticky header, drag-resizable panels persisted
  to localStorage, search + Open/Closed/All toggle + category and
  status filter pills, sortable columns, fixed-bottom Recent activity
  panel rendering the updates feed.

Configuration surface via OmegaConf
(subprojects/backlog-tool/backlog_tool/config.yaml):
* categories (per-category emoji, labels, keywords; insertion order
  drives display order)
* status_emojis, blocked_labels, title_max_length, done_expire_days,
  data_updates_limit
* issue_url_template, pr_url_template with \${repo} interpolation,
  so non-GitHub forges are a config change away
* output filenames

Workflow:
* templates/workflow.yml.tmpl uses 'pip install \$BACKLOG_TOOL_PIP'
  and runs backlog-tool update + dump-web. The install command
  templates this into the target repo.
* This repo's own .github/workflows/update-... (continued)

3667 of 3667 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2979e2a6-624a-4d21-8374-73e245a72195.1 30 Apr 2026 05:10AM UTC 19
100.0
CircleCI Job
Source Files on build 2979e2a6-624a-4d21-8374-73e245a72195
  • Tree
  • List 19
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #2979E2A6...
  • 37e23873 on github
  • Prev Build on main (#0ADFBF34...)
  • Next Build on main (#CD8A2BE0...)
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