JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"lora",
"mesh-network",
"tui"
],
"is_fork": false,
"size_kb": 2724,
"has_wiki": false,
"homepage": "https://bramblemesh.org",
"languages": {
"Go": 395005,
"Shell": 38107,
"Makefile": 485,
"JavaScript": 8706
},
"pushed_at": "2026-07-19T07:07:28Z",
"created_at": "2026-07-08T10:27:30Z",
"owner_type": "User",
"updated_at": "2026-07-19T07:07:33Z",
"description": "CLI and chat TUI for Bramble mesh nodes over serial, WiFi, or BLE",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Justin Lindh",
"type": "User",
"login": "justinlindh",
"company": null,
"location": "Henderson, NV",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/802578?v=4",
"created_at": "2011-05-21T20:00:27Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 5541
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-18T11:45:07Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-18T11:29:30Z"
},
{
"tag": "v0.11.4",
"kind": "patch",
"published_at": "2026-07-18T09:25:51Z"
},
{
"tag": "v0.11.3",
"kind": "patch",
"published_at": "2026-07-18T09:12:44Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2026-07-18T01:35:29Z"
}
],
"recent_commits": [
{
"oid": "816ef9bc4fa56e21567c47a4d871aae7b9153e23",
"body": "* ci(ci): enforce PR template section headers on pull requests\n\nAdd a required PR Template workflow that reads the level-2 section\nheaders from .github/PULL_REQUEST_TEMPLATE.md and verifies each one\nappears verbatim, with its formatting, in the pull request body. It\nruns on opened, edited, reopened,\n[…]\nLs, and trailers\nthat routinely exceed that, so drop the gate, matching the bramble repo\nwhich already disables both rules.\n\n---------\n\nCo-authored-by: digits-bot <digits-bot@users.noreply.github.com>",
"is_bot": false,
"headline": "ci(ci): enforce PR template section headers on pull requests (#9)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-19T07:07:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "43908dcfe3368f1eab4ea36d4e50b1d70edf370a",
"body": "…(#8)\n\nThe publish job's explicit if condition replaces the implicit success()\ngate, so a failed build leg would still attach a partial binary set to the\nrelease. Check both build results explicitly. Also document the attached\nbinaries in the release doc.",
"is_bot": false,
"headline": "fix(release): require build legs to succeed before publishing assets …",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T11:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6356ba9d3f8cc6da8c5d6c4fd5aa9dc4c1322e1",
"body": "After semantic-release publishes a release, build and attach binaries for\nlinux/amd64, linux/arm64, darwin/amd64, darwin/arm64, windows/amd64 and\nwindows/arm64 plus a SHA256SUMS file.\n\nThe release job now detects a publish by looking for a v-tag at HEAD (the\ntag semantic-release pushes on release), \n[…]\nacOS runners. A publish job collects the artifacts, generates\nSHA256SUMS and uploads everything to the release with gh. Binaries embed the\nreal version via -ldflags -X so bramble --version reports it.",
"is_bot": false,
"headline": "feat(release): attach prebuilt cross-platform binaries to releases (#7)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T11:28:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc195c29750842b5c604767c646f8df714937919",
"body": "…th (#6)\n\nA real recording session on the bench exposed two regressions that\nmodel-level tests missed.\n\n/clear was cosmetic: it wiped only the ephemeral scrollback while the\nstore kept the full conversation history, so the next transcript rebuild\n(a delivery repaint or a conversation switch) resurre\n[…]\n a live bench session with the\nfixed binary: the transcript starts clean after /clear and each receipt\nline renders pinned beneath the broadcast it confirms, updating in place\nas confirmations arrive.",
"is_bot": false,
"headline": "fix(tui): make /clear durable and anchor receipts on the live send pa…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T09:24:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8cde764ea2b490df2234553d894ffd5e03d9424a",
"body": "…irm (#5)\n\nBroadcast delivery receipts rendered as a fresh \"-- name check --\" line at\nthe transcript position where the event arrived, keyed only to a transient\nscrollback group. Two failures followed. Receipts misattributed: if a reply\nor a later broadcast printed before a receipt landed, the recei\n[…]\nd\nsince, and confirmations for interleaved broadcasts stay independent.\n\nRemoves the arrival-position AddDeliveryGrouped path in favor of the\nstore-backed, message-anchored render in reloadScrollback.",
"is_bot": false,
"headline": "fix(tui): anchor broadcast delivery receipts to the message they conf…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T09:09:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f124b636e24c950ff6ae1f683124df6082352960",
"body": "* docs: open the TUI demo recording on the drawn TUI\n\nHide the shell setup (sender script launch and TUI invocation) from the\ncapture so the GIF starts at the interface instead of a terminal prompt.\n\n* docs: end the TUI demo recording on the interface\n\nHide the /quit teardown the same way the launch setup is hidden, so the\nrecording both opens and closes on the drawn TUI.",
"is_bot": false,
"headline": "docs: open the TUI demo recording on the drawn TUI (#4)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T09:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ffa3ecbe32d3b30f7ec8a5c8926215eadcca562",
"body": "…e release, runner cutover (#3)\n\n* ci: port claude reviews, PR template, PR-time commitlint, squash-aware release, runner cutover\n\nBring bramble-cli in line with the mechanisms built on the main bramble\nrepo:\n\n- Add .github/workflows/claude.yml for @claude PR reviews, with a single\n --allowedTools \n[…]\nkflow lint gate) validates with: inputs against the\naction's metadata and rejects classify_inline_comments: it is not a defined\ninput of anthropics/claude-code-action@v1, so it was dead config anyway.",
"is_bot": false,
"headline": "ci: port claude reviews, PR template, PR-time commitlint, squash-awar…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T05:55:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5046ecc29014327b7b0e00c045c215ea32c940f7",
"body": "…ipt (#2)\n\nThe demo GIF poked fun at another project by name; the recording now slaps\na bench node instead. Also commit the companion sender script the tape has\nalways referenced, start the take from a cleared scrollback, and replace\nthe /nodes beat with a sign-off message.",
"is_bot": false,
"headline": "docs: re-record TUI demo with a neutral slap target and clean transcr…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T01:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "941a226b4a6f8f4bca9f2560cf4dcbfaed60caa3",
"body": "* fix(deps): require bramble-go v0.12.1 and restore go.sum\n\nThe v0.12.0 tag's checksum in sum.golang.org does not match the published\nrepository history, so module verification fails for anyone building the\nCLI. Cut v0.12.1 from the published history and require it. go.sum is\nregenerated now that th\n[…]\nlag OpenStreetMap links in the real home coordinate band\n\nThe gate flagged every OSM mlat link including the fake test fixture\ncoordinates. Scope the pattern to the latitude band it exists to protect.",
"is_bot": false,
"headline": "fix(deps): require bramble-go v0.12.1 and restore go.sum (#1)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T01:34:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6880c94bbdd2d8cb506595c4070a1c78e41916cf",
"body": "… addrs)",
"is_bot": false,
"headline": "chore(go-public): restore + harden internal-refs gate (coords, device…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T01:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9d052f17bd7e74cc32e27f0edd96fc3181b41b",
"body": null,
"is_bot": false,
"headline": "chore(go-public): restore internal-refs gate banned-word list",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T00:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd8d7b861b2fefcf4b6f8d0516fa59542728a40",
"body": "…, harden gate\n\nbramble-go is published as github.com/justinlindh/bramble-go, so cli depends\non it directly (no replace directive, no GO_MODULE_TOKEN sibling clone in CI).\nAdopt the hardened internal-refs gate.",
"is_bot": false,
"headline": "chore(go-public): drop the bramble-go local replace and CI clone hack…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-18T00:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d8f19afbdd3bbe5248cf9f76b54c994d5ccb8e",
"body": "Rename the Go module from github.com/justinlindh/bramble-cli to\ngithub.com/justinlindh/bramble-cli and point the bramble-go dependency at\ngithub.com/justinlindh/bramble-go. Add a temporary filesystem replace so the\nbuild resolves against the local sibling until bramble-go is published.\n\nScrub every \n[…]\nfor placeholder/documentation values, and add a check-no-internal-refs\ngate (wired as a CI job) so a public tree can never carry them again.\n\nPort CI from .gitea to .github/workflows on ubuntu-latest.",
"is_bot": false,
"headline": "chore: rename module to github.com/justinlindh and scrub internal refs",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-17T09:45:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f58763481d99e5fff415e21bf6795d5a820856ef",
"body": null,
"is_bot": false,
"headline": "chore: gitignore machine-local .claude/ settings (#43)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-15T06:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "377542fe283058691e5b4de12b2a44fc9900be82",
"body": "The live onMessage notification carries broadcast/channel routing but no \"to\"; the TUI treated empty To as broadcast and filed every live DM under the Broadcast buffer. Classify on the Broadcast/Channel fields (bramble-go v0.12.0), keeping To-based checks as fallbacks for echoed sends and DB history.",
"is_bot": false,
"headline": "fix(tui): classify live DMs as DMs, not Broadcast (#42)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-10T08:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37d3aa70b0bdf2e33f5772e435a5a446162ab7d",
"body": "…te) (#41)",
"is_bot": false,
"headline": "feat(tui): manage the address book from the device picker (add + dele…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-07T07:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "056add823a23ca262111592b2523dc80e7403445",
"body": "…(#40)",
"is_bot": false,
"headline": "feat(devices): address book, alias connect, TUI picker, token prompt …",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-07T06:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8bebb49687e2f1bb054db89851fa55c3817d09",
"body": "…en (#39)",
"is_bot": false,
"headline": "fix(tui): fail fast with a clear message when the node requires a tok…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-07T05:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31dcc8ebba8d59c8c2fbdf6dd31d01c4e3e1eee6",
"body": "…(#38)",
"is_bot": false,
"headline": "feat(anchor): bramble anchor command group (trust-anchor enrollment) …",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-07-06T22:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c14cd9522c94f4aef72bc6d3f4c696de139ab59d",
"body": null,
"is_bot": false,
"headline": "feat(sdk): adopt the bramble-go pre-1.0 API polish (#37)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-06-13T00:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af319b2b496b0fb8246cf54763eb89f3ee166ab2",
"body": null,
"is_bot": false,
"headline": "chore: repo hygiene pass (workstream 0.4) (#35)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-06-12T06:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d584522321502c8fe72204f0c39afd4420cebe",
"body": "…#34)",
"is_bot": false,
"headline": "feat(config): add client-side range validation to set-radio command (…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-26T02:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88d31e2ca2faae48adf3744b88f766c6f5ab6bf",
"body": "…ode (#33)",
"is_bot": false,
"headline": "fix(ota): validate URL scheme is http or https before forwarding to n…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-26T02:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d2894b1a12d53e50f0245a0f0a379550330832",
"body": null,
"is_bot": false,
"headline": "feat(cli): add commands for 13 unreachable SDK methods (#32)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-26T02:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713c4f5571b705f4fd3875288bec8ec9d124c477",
"body": null,
"is_bot": false,
"headline": "docs: populate [Unreleased] changelog (audit D30) (#31)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-24T21:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e89f3f35a55882dc068cc1dedcda7d36b0b60f",
"body": "## Summary\n- validate location tiers in CLI and reject unsupported values with clear errors\n- update location set-contact help/docs text to only use full/presence/coarse\n- add tests for tier validation and normalization\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(location): reject unsupported location tiers in CLI (#30)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-22T20:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88667e4995742160306e505fe832b8092b876be",
"body": "## Summary\n- replace hardcoded 30s timeout in bramble tui initial connect with commandContext()\n- add test asserting tui command inherits the global --timeout flag\n- verify build, tests, vet, and no hardcoded 30s timeout remains in TUI command handler\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(tui): respect --timeout for tui connect (#29)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-22T19:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b587ef2ed0ee8aff6ff8f5e81aef93075cace6a0",
"body": "## CLI Audit Findings (2026-03-19)\n\n**C35 (MEDIUM):** Added --critical flag to `send` and `broadcast` commands, exposing SDK SendCritical()/SendBroadcastCritical() from the CLI. Previously these were only reachable via TUI `/critical`.\n\n**C36 (MEDIUM):** `peers` table now shows NAME, DELIVERY (packet delivery rate %), and AIRTIME (remaining %) columns matching the full Neighbor SDK type. JSON output was already complete.\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(cli): address audit findings C35-C36 (#28)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-19T18:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96adccaa92e4270450f6c266082e05d3c157ef70",
"body": "…#24)\n\n## Summary\\n- Replaces the deprecated `client.Broadcast()` call in `internal/commands/broadcast.go` with `client.SendBroadcast()`\\n- API signatures are identical; `Broadcast()` was a thin wrapper that just called `SendBroadcast()`\\n- All tests pass\\n\\nFixes audit finding C30.\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(broadcast): replace deprecated Broadcast() with SendBroadcast() (…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-13T19:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6fd60d9996f51ead567ea45bc5025f9a56da797",
"body": "## Summary\\n\\n**Audit Finding C28 — MEDIUM**\\n\\nThe `probe` command previously closed the connection immediately after sending, before the firmware's ack_window elapsed. Probe results were unreachable without a separate `bramble monitor` session.\\n\\n## Changes\\n\\n- After sending probe, wait for the \n[…]\nProbeCommandResult_JSONIncludesResponses` — responses field in JSON\\n- `TestProbeCommandResult_JSONOmitsResponsesWhenEmpty` — omitempty behavior\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(probe): wait for ack_window before closing connection (#25)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-13T19:19:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5404e1b79caa8bb7a735a4a164b00b5f3de3f2e",
"body": "…(#26)\n\n## Summary\\n\\n- Updates CLI test to use `GetAuthToken()` accessor instead of direct field access on `WebSocket.AuthToken` and `Serial.AuthToken`\\n- Bumps bramble-go dependency to include the C29 encapsulation fix (PR #20)\\n\\n## Dependency\\n\\nThis PR depends on bramble-go PR #20 (refactor: ma\n[…]\no`: replace `.AuthToken` field access with `.GetAuthToken()` method calls\\n- `go.mod`/`go.sum`: bump bramble-go to include encapsulation changes\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(commands): update auth token test to use GetAuthToken() accessor …",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-13T19:19:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f22000f7c78b994e51e8e83242625e6a5e3496ff",
"body": "Same tinyexec cache/resolution issue as bramble-go PR #21. Adds --install-strategy=hoisted and cleans package-lock.json before npm install to ensure transitive deps are properly resolved.\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "ci(release): fix commitlint tinyexec module-not-found (#27)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-13T19:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b5a552ea881f2c3ce62faec8c578336a5544ce",
"body": "## Summary\n\n**Audit Finding C24 — HIGH**\n\nThe previous `commandContext()` used a flat 10-second deadline for all transports. BLE scan alone takes up to 10 seconds, leaving zero time for connect or RPC — making every BLE CLI command fundamentally broken.\n\n## Changes\n\n- **`bleTimeout` constant (45s):*\n[…]\nl/output 0.008s\nok github.com/justinlindh/bramble-cli/internal/quality 0.003s\nok github.com/justinlindh/bramble-cli/internal/tui 0.031s\n```\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix(cli): increase BLE command timeout and add --timeout flag (#22)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-13T17:55:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0263e7138ed4fe296dc1bfd4c004efa4daf00096",
"body": "Audit findings D15–D18:\n- **D15 [HIGH]**: examples/01-connect.sh discover output showed :8080/ws but firmware mDNS registers on port 80\n- **D16 [MEDIUM]**: README missing bramble wifi and bramble mesh-test commands\n- **D17 [MEDIUM]**: README missing bramble pair command (key auth onboarding step)\n- **D18 [MEDIUM]**: TUI had 22 slash commands with zero README documentation; added full command table with descriptions and keyboard shortcuts\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "docs: add missing commands, TUI slash commands, fix discover port (#21)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-10T17:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54fb892418fb16fb4c7963f106e375cd49323bdb",
"body": "## Summary\n- add in-memory input history (max 50) to chat InputLine with browse state/draft preservation\n- implement Up/Down recall behavior, Esc exit behavior, and deduped history insertion on send\n- add coverage for recall/cycling/draft restore/boundaries and fix duplicate test helper name in names tests\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "feat(tui): add up-arrow message history recall (#20)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-09T20:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3cd307968d1652a8bd185438ecc38a45e3575b",
"body": "## Summary\\n- add internal/tui/names_test.go with end-to-end alias lifecycle tests using SQLite MsgDB\\n- cover exported NameResolver methods including Resolve, SetAlias, RemoveAlias, ReverseLookup, GetAlias, UpdateFirmwareNames, and ResolveWithHash\\n- verify case-insensitive reverse lookup, alias precedence, and empty/missing entry behavior\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "test(tui): add coverage for name resolver alias behavior (#17)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-09T17:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a08531e4f3df259263cfba741c5d6bbc6001b6a6",
"body": "## Summary\n- add internal/tui/store_test.go with coverage for all exported store methods\n- verify message ack persistence, pagination semantics, neighbor resolver updates, and GPS/peer snapshot copy behavior\n- exercise conversation routing/labels/unread handling and active conversation snapshots\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "test(tui): add state store coverage (#18)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-09T17:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75316f6a6f1dcc4d449db7254706853b4b44bff",
"body": "## Summary\n- add comprehensive tests for internal/tui/msgdb.go using in-memory sqlite\n- cover migration idempotence/schema verification, message upsert/update flows, conversation pagination/order, alias CRUD, and concurrent upserts\n- verify package tests and targeted msgdb coverage output\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "test(tui): add msgdb persistence coverage (#19)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-09T17:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a052454849bc1e5111ba7bbcdd70f9af0301c3f1",
"body": null,
"is_bot": false,
"headline": "build: bump Go to 1.26.1, add local quality script (#16)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-07T23:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1927a8b7ab64549e039ea897141fe7a046317726",
"body": null,
"is_bot": false,
"headline": "feat(commands): add pair command for serial token retrieval (#15)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-07T21:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37354d12f49d4fd9a7cc5236dfcf62f553a8a87",
"body": "…(#14)",
"is_bot": false,
"headline": "commands: replace reflect-based applyAuthToken with interface method …",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-07T20:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fff1aba313e370d89cb7e3baa2f8ed9d884bf70",
"body": null,
"is_bot": false,
"headline": "fix: inject bramble-cli version at build time (#13)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-07T19:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72be3cff827eb501e39938e4676481e64375ab0c",
"body": "## Summary\n- keep root persistent flag and add env fallback resolution from\n- apply resolved token in shared client creation path so all commands/TUI transports inherit auth\n- add tests for token precedence and transport token application\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "feat(cli): add BRAMBLE_TOKEN fallback for auth token (#12)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-06T22:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90c83535282ee5d34bf76af59157193f52d8d8cf",
"body": "## Summary\n- add comprehensive tests for internal/output table/json/time/address formatting helpers\n- add synthetic packet tests for mDNS encode/decode/skip/query/parse paths and malformed-packet safety\n- make discovery internals testable with small dependency injection hooks and add Detect() branch coverage\n\n## Verification\n- go test ./internal/output/... ./internal/discovery/... -cover\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "test: raise output/discovery coverage with edge-case mDNS tests (#11)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-06T20:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a891ba9ef286c57e86c15d204d88bf05ca7c06",
"body": "Pre-commit hook was broken because golangci-lint v2 dropped --fast flag and changed config format.\n\n- Migrate .golangci.yml to version 2\n- Move gofmt/goimports to formatters section\n- Exclude standard CLI errcheck noise (fmt.Fprint*, defer .Close())\n- All pre-commit hooks pass cleanly\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "fix: update golangci-lint config for v2 compatibility (#10)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-06T09:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335c9287c3bfbcaad4556d4a8e758c9e4016ab7d",
"body": "## Summary\n- remove unused meshtest helper functions: latestTrafficSeq, trafficEventsSince, getTrafficEventsWithRetry\n- remove unused noop resolver/defaultResolver from internal/tui/tabs/resolver.go\n- remove unused (*Model).addDelivery method from internal/tui/tui.go\n\n## Verification\n- go build ./...\n- go test ./...\n- go vet ./...\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "refactor: remove 5 verified dead code items (#9)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-06T09:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c827f4560abb56c7cb2016279e150c14d283a540",
"body": null,
"is_bot": false,
"headline": "ci(quality): force bash shell for run steps in container jobs (#8)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T11:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99530d44b5673cc462b4e4792ce920d7318d15c2",
"body": null,
"is_bot": false,
"headline": "ci(release): force bash shell for run steps in container jobs (#7)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T11:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d1bb47e9b9090160271d28219b32ff2d077766",
"body": null,
"is_bot": false,
"headline": "ci(workflows): pin linux jobs to chonker full-latest image (#6)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T11:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9bfc988d47c5b4878a9f033f28ae447f104b47",
"body": null,
"is_bot": false,
"headline": "ci(quality): harden workflow execution controls (#5)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T11:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb54e7113f1bf054b46f73817fb6ca1caa6b14b",
"body": "## Summary\n- replace machine-specific network examples with neutral placeholders\n- add a public publishing checklist (`docs/public-publishing.md`)\n- link publishing/checklist docs from README and docs index\n\n## Why\nImprove pre-publication hygiene and reduce accidental leakage of environment-specific\n[…]\n.`\n- `npx --yes markdownlint-cli2 \"**/*.md\"`\n\n## Notes\nCI is already configured; this PR focuses on documentation hardening and release hygiene.\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "docs(public): harden examples and add pre-publish checklist (#4)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T11:20:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9847ec949345d8eb2077c09680cdc529892f3cfd",
"body": null,
"is_bot": false,
"headline": "docs(plan): add static analysis rollout implementation plan",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T11:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24577fe2135aedbc1578ee2d55e5ba7c8240d4f0",
"body": null,
"is_bot": false,
"headline": "docs(cleanup): add docs index, release link, and ignore .tmp artifacts",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T10:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067410d6c41d3890c17a29f3b842b1f2844b2cd2",
"body": "…ution",
"is_bot": false,
"headline": "ci(release): set NODE_PATH for commitlint/semantic-release tool resol…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T10:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8266e12a361b7b42fc848214fcafe6b97ab3e3d0",
"body": null,
"is_bot": false,
"headline": "ci(release): use writable runner toolcache for setup-node",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T10:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3d1917b8926353211defdd777eb6ad1a9b5782",
"body": "…stall on Node 22",
"is_bot": false,
"headline": "ci(release): remove flaky cache restore and use deterministic tool in…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T10:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970235bf6f32b053be4d7651f35edcc1e0c012c4",
"body": "## Summary\nImplements staged static-analysis/lint rollout for `bramble-cli`.\n\n### Included\n- Add `.gitea/workflows/quality.yml` (push + pull_request)\n - required baseline: `go test ./...`, `go vet ./...`\n - advisory Phase A checks: `golangci-lint`, `govulncheck`, `shellcheck`, `markdownlint-cli2`,\n[…]\non-blocking in Phase A\n\n## Rollout intent\n- Start advisory to avoid disruption\n- Promote checks to required gates after cleanup threshold is met\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "ci: add staged CLI quality pipeline (tests, lint, vuln, docs) (#1)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T10:30:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19b2fdab6493b8644fa60c145bb763253f3da6f3",
"body": "Fixes stalled release workflow on Gitea by replacing `runs-on: ubuntu-latest` with the actual runner label `linux` used by this environment.\n\nAlso adds inline note to avoid regressions back to GitHub labels.\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "ci(release): use linux runner label for Gitea act_runner (#3)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T09:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58c6c747541d6c0812430138286be6cb90ca275c",
"body": "## Summary\nFixes TUI DM routing bug where incoming node-to-node DMs with empty `To` were incorrectly classified into broadcast.\n\n## Changes\n- Update message classification in:\n - `internal/tui/tui.go` (`ClassifyMessageConvID`)\n - `internal/tui/store.go` (`convIDForMessage`)\n- Behavior now:\n - exp\n[…]\n, which is incorrect for node-to-node direct messaging.\n\n## Verification\n- Targeted TUI routing tests pass\n- Branch pushed: `fix/tui-dm-routing`\n\nCo-committed-by: justinlindh <justinlindh@example.org>",
"is_bot": false,
"headline": "tui: route empty-to incoming messages to DM conversations (#2)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T09:13:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24e10e49e80db39c065cf1324bbb95ef8d66faa0",
"body": null,
"is_bot": false,
"headline": "feat(tui): dim autocomplete suffix while keeping inline input",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T01:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaaf097c2a00f2e6e7dfaabee6fd9c1cd6197307",
"body": null,
"is_bot": false,
"headline": "fix(tui): render completion inline via textarea model",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T00:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf1de2a8c7569bc97ce5d5b5bbe56804427a505",
"body": null,
"is_bot": false,
"headline": "fix(tui): keep typeahead suffix inline in textarea row",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T00:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042e9db8b71a71b9b6f1ff67b024e5faee623671",
"body": null,
"is_bot": false,
"headline": "fix(tui): render command typeahead inline with input",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-04T00:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1526da0a877821743c6b04a53e9ba8ab5a0aeb",
"body": null,
"is_bot": false,
"headline": "feat(tui): gate sends on depleted airtime tiers",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-03T19:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6912dd823b2c70a64aff6ca5dba521faf181e7f2",
"body": null,
"is_bot": false,
"headline": "feat(mesh-test): use streaming traffic events for primitive validation",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-03T04:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ce710d618878125dce07fbb780424b74c358d0",
"body": null,
"is_bot": false,
"headline": "feat(mesh-test): add primitive lifecycle validation mode",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-03T03:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae7e36a437d7d2dc795eabc8e96f5b15c9cb811",
"body": null,
"is_bot": false,
"headline": "fix(mesh-test): exclude sender address aliases from expected recipients",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-03T03:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a533cbd603e66364d8dd6267d653a85cd8e31932",
"body": "…tion",
"is_bot": false,
"headline": "fix(mesh-test): listen for broadcast delivery events on sender connec…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-03T01:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b9b4034cefb3b148e4ce7765b79b61dca27042",
"body": null,
"is_bot": false,
"headline": "fix(mesh-test): honor --sender transport when not listed in nodes",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-03T01:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "944108b8f079e5a3b1e06ba05a0a1bb335ba27df",
"body": null,
"is_bot": false,
"headline": "feat(cli): add mesh-test broadcast delivery reliability tool",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T23:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f12fb51eb4e477d707c23e83aab7ed039e73f9b6",
"body": null,
"is_bot": false,
"headline": "feat(tui): add input typeahead and byte-limit UX",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T22:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7b3079bec76c666b1f024ea79de53d9f5418efc",
"body": null,
"is_bot": false,
"headline": "feat(cli): add --token global flag for node authentication",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T18:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d721d70c2de463f4a48127002dead7e3191f1bf",
"body": null,
"is_bot": false,
"headline": "docs: remove stale tui-overview.gif (not referenced, blank recording)",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8af3ddc1d3b9f3d2542f0f0af7a3dfcaaa27096",
"body": null,
"is_bot": false,
"headline": "docs: add /slap Meshtastic to TUI demo GIF",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51574f099fd39a2e1387d14bf7cd0e00bcd908b",
"body": "- T-Deck (ACM0) is the only device that renders TUI correctly in VHS\n- V4 Heltecs respond to ping/CLI but TUI hangs on serial init in VHS context\n- Chat GIF now shows live conversation with V4a sending replies during recording\n- Overview PNG shows full TUI with scrollback, status bar, buffers",
"is_bot": false,
"headline": "docs: re-record VHS on T-Deck (ACM0) — V4 Heltecs hang in VHS",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca7c4d4e9b10e88444ffd505d2053f86a34b4ace",
"body": "- Re-recorded tui-chat.gif with real two-node conversation (Alpha + Bravo)\n- Bravo sends replies during recording so incoming messages appear live\n- Shows broadcast, /nodes, and real mesh traffic in the demo\n- Re-recorded tui-overview.png connected to live node (ACM0)\n- Added mouse support bullet to TUI feature list\n- Removed helper scripts, kept reproducible .tape files",
"is_bot": false,
"headline": "docs: re-record VHS with live mesh conversation, add mouse support",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95b69b70678a5ee49acaf38c501d6bc63b64579",
"body": null,
"is_bot": false,
"headline": "Merge readme-rework: restructured README with real VHS TUI recordings",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07fc32fda495ef0a59646611249ff31df16388d",
"body": null,
"is_bot": false,
"headline": "docs: re-record tui chat gif with VHS",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b6455d955454d42870dbac405e5da8549901e6f",
"body": "- tui-overview.png: real screenshot showing connected TUI with messages\n- tui-chat.gif: demo showing /help, /nodes, /stats commands\n- Recorded against live Heltec node on /dev/ttyUSB0\n- Using Bramble color theme",
"is_bot": false,
"headline": "docs: replace VHS placeholder images with real TUI recordings",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T10:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd6758f5fd80ffdd48f556da9b7d45cabbaa4477",
"body": null,
"is_bot": false,
"headline": "docs: record real VHS TUI screenshot and demo assets",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T09:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a31f80260de686d7f01f519f4add21e4162fc81",
"body": "Agent used ssh://git@192.0.2.199:2222/... (the repo's SSH remote) for the\n'build from source' clone instruction. Fixed to use the public HTTPS URL at\ngithub.com to match the go install line and the plan spec.\n\nManual fix applied during review.",
"is_bot": false,
"headline": "fix(readme): use public domain URL for git clone instead of internal IP",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T09:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6dfe0ffb51cef11e9ae35b407885f7d181eb80e",
"body": null,
"is_bot": false,
"headline": "docs: rework README with prominent TUI section and grouped commands",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T09:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae133b4e076379194fe8fe0e2921e328ac1bb28",
"body": "…lic release",
"is_bot": false,
"headline": "docs(readme): replace internal URLs with YOUR-ORG placeholder for pub…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T06:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60efc296105be01ec54e1c201af0476e9cd15e34",
"body": null,
"is_bot": false,
"headline": "chore: clean up repo for public release",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-02T06:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a4756e520b3a7714df8664b0ea003941cfe141",
"body": null,
"is_bot": false,
"headline": "feat(cli): align diagnostics command with bramble.getDiagnostics",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T23:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb16e162c9d2df85e72edb904517c612b9cb642",
"body": null,
"is_bot": false,
"headline": "cli/tui: align node name limit docs and validation to 32 chars",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T20:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abeef94104d33dd23abf4f2fdc3cf72dbcab38dd",
"body": null,
"is_bot": false,
"headline": "docs(changelog): add Keep a Changelog from recent commits",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T20:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6074430a8efc285b71739d259ac323d6c8902c0",
"body": "Sets cobra's Version field to '0.1.0', enabling 'bramble --version'\nwhich prints 'bramble version 0.1.0'.",
"is_bot": false,
"headline": "feat: add --version flag to bramble CLI",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T09:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e625b5172547081fde81a6f838ce4cb14b663a2",
"body": null,
"is_bot": false,
"headline": "feat(cli): add wifi status command",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T09:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7da7e7da73faeea22b6a666a4713984d8f4b212",
"body": null,
"is_bot": false,
"headline": "feat(tui): add /mouse toggle command to enable/disable mouse capture",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T00:09:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dab71f9e210e11ff12df243f8ed9f58605b2c34",
"body": null,
"is_bot": false,
"headline": "feat(tui): render map URLs as OSC 8 terminal links",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-03-01T00:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d696deb0c67d7c48d41cd6b52c7a9bbfa8eaa7",
"body": null,
"is_bot": false,
"headline": "tui: add /slap command as /me trout action",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773cd888e3ad0e5298436b1679cd08f2c70e2da9",
"body": "- Click a tab in the status bar to switch to that buffer/conversation\n- Click a nickname (<sender>) in chat to open/switch to a DM with that node\n- StatusBar tracks TabHitRegion column ranges, rebuilt on each status update\n- Scrollback builds a ClickMap of nick positions using ANSI-stripped text\n- New clickmap.go with NickHitRegion and ClickMap types\n- Mouse events already enabled (MouseModeCellMotion) from prior commit",
"is_bot": false,
"headline": "feat(tui): add mouse click support for tab switching and nickname DMs",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f51834ffe1f54dcc3672ca1dc72d0f7b6e293d1",
"body": "Enable mouse cell motion mode in the TUI view and forward MouseWheelMsg\nevents to the scrollback viewport. The bubbles viewport already handles\nwheel up/down with a 3-line delta and the scrollback's autoscroll tracking\ndisables auto-scroll when the user scrolls up, re-enabling when they\nreach the bottom. The status bar already shows a scrolled indicator.",
"is_bot": false,
"headline": "feat(tui): enable mousewheel scrolling for chat scrollback",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b0cc99858b9ddc6a0fe5e3d18d8367613fb1488",
"body": "The firmware's bramble.onMessage notification doesn't include\ntimestamp_s, so Message.Timestamp is always 0 for live messages.\nPreviously this was handled with a time.Now() fallback at render time,\nbut the zero value was persisted to both the in-memory store and SQLite.\nOn reconnect/reload, time.Now\n[…]\nw().Unix() at the point of\nstorage (both in Store.AddMessage for in-memory and\nStoredMessageFromBramble for DB persistence), so the receive time is\ncaptured once and preserved across session restarts.",
"is_bot": false,
"headline": "fix: preserve message timestamps across reconnects",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:35:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c9f3421818a02250096ffe1b31763cc0cd75b345",
"body": null,
"is_bot": false,
"headline": "tui: preserve original message timestamps in rendered chat lines",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e51d0b658db53bc34fd156f8f000c206c4fd61",
"body": null,
"is_bot": false,
"headline": "feat(tui): add /critical command for priority sends",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8a0ec511403d49b4b84f293f5de54e3c67c291a",
"body": "…ipt rendering\n\nThe BroadcastDeliveryReceived handler was calling both m.addDelivery()\n(which adds an ungrouped line via AddDelivery) AND m.scroll.AddDeliveryGrouped().\nThis caused each receipt to appear twice: once as a standalone line and once\nin the grouped line. Removed the redundant addDelivery call.",
"is_bot": false,
"headline": "fix: remove duplicate ungrouped delivery line causing multi-line rece…",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb1dbfd80e23ffc59fd60683a698eca74459f90",
"body": null,
"is_bot": false,
"headline": "fix(tui): style status bar separators with bar background",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fedd240a6ec6d785ece596c70b8b117bf2cbf8f",
"body": null,
"is_bot": false,
"headline": "tui: add OpenStreetMap links to location output",
"author_name": "Justin Lindh",
"author_login": "justinlindh",
"committed_at": "2026-02-28T23:24:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 156,
"latest_release_at": "2026-07-18T11:45:07Z",
"latest_release_tag": "v0.12.1",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 11,
"days_since_latest_release": 4,
"mean_days_between_releases": 0.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/justinlindh/bramble-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/justinlindh/bramble-cli",
"is_deprecated": false,
"latest_version": "v0.12.1",
"repository_url": "https://github.com/justinlindh/bramble-cli",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T11:42:57Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 32414,
"source_files_sampled": 103,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "charm.land/bubbles/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.0"
},
{
"name": "charm.land/bubbletea/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.7"
},
{
"name": "charm.land/lipgloss/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.3"
},
{
"name": "github.com/justinlindh/bramble-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.52.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "justinlindh",
"commits": 156,
"avatar_url": "https://avatars.githubusercontent.com/u/802578?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"claude.yml",
"commitlint.yml",
"pr-template.yml",
"quality.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "816ef9bc4fa56e21567c47a4d871aae7b9153e23",
"ran_at": "2026-07-23T01:17:57Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T07:08:41Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T07:07:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/justinlindh/bramble-cli",
"host": "github.com",
"name": "bramble-cli",
"owner": "justinlindh"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 32,
"vitality": 73,
"community": 27,
"governance": 53,
"engineering": 92
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 156,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "156 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 156
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.12.1",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 0.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 27,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 9,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"followers": 11,
"owner_type": "User",
"is_verified": null,
"owner_login": "justinlindh",
"public_repos": 16,
"account_age_days": 5541
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "11 followers of justinlindh",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "justinlindh"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~15 yr old",
"points": 21,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/justinlindh/bramble-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 92,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"cli",
"lora",
"mesh-network",
"tui"
],
"has_wiki": false,
"homepage": "https://bramblemesh.org",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://bramblemesh.org",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.98,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 32414,
"source_files_sampled": 103,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/103 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 103,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T01:18:05.253553Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/justinlindh/bramble-cli.svg",
"full_name": "justinlindh/bramble-cli",
"license_state": "standard",
"license_spdx": "MIT"
}