JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 628,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 220832,
"Makefile": 3734
},
"pushed_at": "2026-07-19T02:21:55Z",
"created_at": "2026-07-17T04:23:28Z",
"owner_type": "User",
"updated_at": "2026-07-19T02:21:46Z",
"description": null,
"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": "gustavo",
"type": "User",
"login": "carvalhosauro",
"company": "@orangebr",
"location": "BRASIL",
"followers": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/156205776?v=4",
"created_at": "2024-01-10T13:40:09Z",
"is_verified": null,
"public_repos": 53,
"account_age_days": 926
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-19T02:22:51Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T01:37:22Z"
}
],
"recent_commits": [
{
"oid": "d137456acd00d3f4483d6933ee7c37f06c8b0e15",
"body": "chore(release): v0.2.0",
"is_bot": false,
"headline": "Merge pull request #20 from carvalhosauro/stable",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T02:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42249e59dc7a07954d2f58f93e6a8843f843a143",
"body": "feat(ui): v2 polish — Esc, placeholders, create-note, word count",
"is_bot": false,
"headline": "Merge pull request #19 from carvalhosauro/feat/v2-polish",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T02:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7380330019213798c70f68c0dc7d9eda4731d0f6",
"body": "fix: M0 bugfix & hardening (ROADMAP)",
"is_bot": false,
"headline": "Merge pull request #18 from carvalhosauro/fix/m0-hardening",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794ec10e467c7af2bec6edccc19314637e25d0de",
"body": "Hints, word count, and cursor used overlay-on-surface, which read as\nnear-black on gray in real terminals. Switch to subtext for readable\nsecondary chrome without competing with the bold file name.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(theme): raise status-bar hint contrast",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:43:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "21c47ac3c031c5c0f40aee7b391ae0b6da247a89",
"body": "Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "test(ui): put cursor on markdown links in follow teatests",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:28:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cfc4b7998aa3619fc48952e445a105233cc79e56",
"body": "Ctrl+O follows [[wikilink]] or [label](dest): vault names/paths open the\nnote, http(s) flash on the status bar. WikiLinks render bold sky (no\nunderline) so they no longer look like blue markdown links. Help lists\n^O as the portable binding (^] still works where the terminal sends it).\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(ui): follow markdown [links] into the vault; clarify wikilinks",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:25:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "928e69f5e81a5aab1991260182144519a734b9f0",
"body": "Ctrl+] is the canonical binding but many terminals swallow it (telnet\nescape / WSL). Ctrl+O (\"open\") lets us confirm follow works regardless.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(editor): add Ctrl+O as portable follow-wikilink alias",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:14:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "04c56e96b4ffda989aa43c244bccf5ec0f690887",
"body": "Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(ui): mention ^P in the zen hint bar",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:04:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9165ac3f8e4dc93132a45e650df9b15fe3662aeb",
"body": "Finder opened in zen restores zen on Esc or after picking a note, so\nread-mode navigation no longer requires dropping immersion first.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(ui): allow ^P (and ^B) note navigation from zen mode",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:04:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f3514bcf6d3492106438689d13fb8200f2d6e352",
"body": "Dismiss status errors with Esc; empty buffer/finder hints; Ctrl+] on a\nbroken wikilink offers to create the note in the current folder; status\nbar shows a live word count that drops first under width pressure.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(ui): v2 polish — Esc flash, placeholders, create-note, words",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:02:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b9b761a0076ea7b804b74815ea2398eca28d1e67",
"body": "Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "test: rename bugfix_test.go to regression_test.go",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T01:02:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "38c2c636bcabc11a1babfc78e5e8aaba24df376c",
"body": "Empty branch in codeSpanRanges tripped staticcheck; chmod(000) does not\nmake directories unreadable on Windows so that probe is skipped there.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ci): silence SA9003 and skip unix-perm vault test on Windows",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:48:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6690a00a072d8d1033fedf159123d4e863e3a083",
"body": "Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: add post-MVP ROADMAP (M0→v3 + Track B)",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "100526b69858545ec5451a6c091be98e37362bd9",
"body": "Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: document Go 1.26 toolchain gate for local lint",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d2a7fc1f4f2c4fe9547962be9b6b787c14757be",
"body": "Dispatch, help overlay, and status-bar hints share one bindings table\nso ^C routes through the same path as ^Q.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ui): single keymap table with Ctrl+C quit",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "59df4310894d4e9a2ecf468d9f853bab55a8ab31",
"body": "Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(render): style IndentedCode blocks",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b718884329a1a07ab9b624ef1f2e1d2bc28657c5",
"body": "Indented code is no longer mislabeled as CodeFence; WikiLinkAt ignores\n[[links]] inside inline code spans so Ctrl+] matches the AST.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(mdparse): IndentedCode kind and code-span WikiLinkAt",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67798924ee8a9e5b1b6ab6af81cf69df71e6de4e",
"body": "One permission-denied subdirectory no longer aborts Open; notes with\n.markdown/.Md extensions are indexed case-insensitively.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(vault): skip unreadable dirs and index .markdown",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8b5eb242e7c1c87460b607b379a32efa7d5f8477",
"body": "Invalid positions no longer panic; Dirty() tracks saved content so undo\nto the last save reports clean; empty docs write 0 bytes.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(doc): clamp edits and compare Dirty by content",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-19T00:22:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f475fb963eeb300137dc07f42b69cd74f066b51b",
"body": "fix(ci): write release notes outside repo tree (GoReleaser dirty state)",
"is_bot": false,
"headline": "Merge pull request #17 from carvalhosauro/fix/release-dirty-state",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-18T01:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38c4116ef72aba2a768ee41fd0e2f1d4be2b25a0",
"body": "GoReleaser aborts with \"git is in a dirty state\" when an untracked file\nexists in the working tree. release.yml wrote notes.md into the repo root\nbefore `goreleaser release`, failing the run (the v0.1.0 tag was created\nbut no release published). Write notes to $RUNNER_TEMP instead; do the\nsame for rollout.yml's PR body for consistency.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): write release/rollout notes outside the repo tree",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-18T01:13:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3a30c8b937ef016cc1ef2ef4f7e9198498802a6c",
"body": "ci: feat→stable→main release train (git-cliff + GoReleaser)",
"is_bot": false,
"headline": "Merge pull request #15 from carvalhosauro/ci/release-train",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-18T00:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec17e141e311e62d9865ea0b1b7ec221580b08ee",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add RELEASE_FLOW guide",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T21:49:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "64056f4c691941354671152b998ccbeec7103b23",
"body": "Merge to stable opens/refreshes a rollout PR (stable->main) with the\ngit-cliff-computed next version + notes; merge to main tags vX.Y.Z and\ncuts a GoReleaser GitHub Release. Version from conventional commits\n(feat->minor, fix->patch, !/BREAKING->major); merge commits skipped.\n\nrelease.yml moves from\n[…]\nelease manually via workflow_dispatch. CI also runs on\nstable. Release notes come from git-cliff (cliff.toml) — no CHANGELOG\nfile.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add feat->stable->main release train",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T21:49:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "56b6b29e94d75e907b90848f77bdadbdd7b1d8f8",
"body": "chore: dev tooling (Makefile, hooks) + CI/CD pipeline",
"is_bot": false,
"headline": "Merge pull request #12 from carvalhosauro/chore/dx-tooling",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T21:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee05de463ffce81eaf81b2846378a6f88e707bb8",
"body": "The coverage flags (`-coverprofile=coverage.out ./...`) parse differently\nunder PowerShell (the default Windows runner shell), injecting a spurious\n`.out` package that fails setup. Pin `defaults.run.shell: bash` so every\nOS parses commands identically.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: force bash shell across the matrix to fix Windows test job",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T21:25:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da215b0c5e4864d68639aeab6d45bc3a051e0af7",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add DEVELOPMENT guide with workflow and CI/CD roadmap",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T20:34:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6e4af103d8586b46293d0274de41e711235d80f0",
"body": "Split CI into parallel test(matrix)/race/lint/vuln/build jobs with\nrun-cancel concurrency and coverage upload; lint now gates gofmt + go vet\nalongside golangci-lint. Add tag-driven GoReleaser release workflow with\ncross-platform archives, and weekly grouped dependabot for gomod +\nactions.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: expand pipeline with race, vuln, build, release, dependabot",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T20:34:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8345900d88ff684cb1c9e8c75b1da09ed6edfc1b",
"body": "Makefile wraps build/test/lint/cover/vuln plus `make setup` (tools +\nhooks), `make check` (fast local gate) and `make ci` (full mirror), with\ngit-describe version stamping. lefthook runs fmt/vet/lint pre-commit and\ntests pre-push. Ignore bin/ and coverage.out.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: add Makefile and lefthook hooks for local dev",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T20:34:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b35b6393ec97286857ef6ea9654f809e0f961d4e",
"body": "feat: mdit MVP — WYSIWYG terminal markdown editor",
"is_bot": false,
"headline": "Merge pull request #3 from carvalhosauro/feat/mvp",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T12:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2ee0e82bef4f43bb3f3f7a1a3dd8688b2ec322",
"body": "- vault_test: drop ineffectual assignment to path (ineffassign)\n- render/inline: read RawHTML via Segments instead of deprecated Text (SA1019)\n- render/inline: replace copy loop with variadic append (S1011)\n- editor/layout_test: remove unused stripLines (unused)\n\nv2 enables ineffassign and unused by default, which the v1 config\nnever ran; these surfaced once the config migration landed.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(lint): resolve golangci-lint v2 findings",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T05:04:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1c9172df15304f61bcf104fca1544cfa05d9f389",
"body": "golangci-lint-action@v7 with version: latest runs golangci-lint v2,\nwhich rejects the v1 config schema (missing version field). errcheck\nand staticcheck remain enabled; run.timeout dropped (no equivalent in v2).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: migrate .golangci.yml to golangci-lint v2 config format",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T05:00:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "759971842384746ebe2acff5bb85891429897b26",
"body": "feat(ui): UX polish pass — feedback, overlays, hierarchy, adaptive theme",
"is_bot": false,
"headline": "Merge pull request #2 from carvalhosauro/feat/tui-ux-polish",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T04:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f26d016d52dc128aaa050dc583cbf2be66c5749",
"body": "docs: rewrite README around demo GIF, comparison table, and social preview",
"is_bot": false,
"headline": "Merge pull request #1 from carvalhosauro/docs/viral-readme",
"author_name": "gustavo",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T04:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c15151f76295805ea8ce78b8f4215b097ad4d85",
"body": "Applies the TUI UX audit (emil-design-eng / apple-design skills):\n\n- Save now flashes a transient \"✓ saved\"; errors auto-dismiss after 5s\n- Confirmation prompts use a high-contrast alert bar with highlighted\n answer keys, and Esc cancels\n- Wikilink autocomplete popup is anchored at the cursor (was \n[…]\nved hard-coded color)\n\nTests updated for the new popup title and for the diff renderer no\nlonger repainting the full screen when overlays close.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): UX polish pass — feedback, overlays, hierarchy, adaptive theme",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T04:28:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "835a877d6a34cfd7475fd1480ce216edac98ac35",
"body": "…eview\n\nApply viral-product principles to the OSS surface: demo GIF and social\npreview generated with reproducible VHS tapes (docs/demo), sharper\nheadline, why-not-X comparison table, and a founder note.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite README around demo GIF, comparison table, and social pr…",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T04:27:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60413601aedea77d5266dfb28ad36b80b540bd20",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(editor): scroll viewport with arrows in zen mode",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T04:00:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7ae18612a6d85b84642ba73917e316b6bc353d87",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: mark Tasks 8-11 complete in TASKS.md",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:51:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d1a7fe8a7a51887756cce5d4fef9782216885e0",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: integration test, ci, readme",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:51:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "704b569c94eb8e4ef25575dbe7f2911861250167",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(ui): fuzzy finder, wikilinks, and zen mode",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:50:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9ed3a4d99d90e9b84af1add8ea5f05d6ee5cd6df",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: mark Task 7 complete with review commits",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:18:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e591a1cfcca835782e30ba9fb8305e28dae789b4",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ui): resume pending action after save-conflict prompt",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:18:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a89f2f2fe0a8aa42f7c223963e7abb06a5910ae",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(ui): runnable editor app with statusbar and prompts",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:14:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "505df6613947038bbaeb91e47869c049865fd91d",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update TASKS.md — tasks 5-6 status and editor contract",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T03:00:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e2254d4b6a97f689ea922670608137ccb953f1b7",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(editor): virtualized inline-render editor widget",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T02:58:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fcb85f0295991bd575fa67b4b255527214700cc9",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add TASKS.md handoff with status and acceptance criteria",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T02:41:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "084878e80727b2db7bc001ba5ee771a97b758f00",
"body": "Add internal/theme (DefaultDark palette) and internal/render, turning an\nmdparse block into styled screen lines with a width-bounded, deterministic\nrender.Block contract for the editor.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(render): styled block rendering with theme",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T02:39:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "65a8ef62d3b937c007afd640d1180edcb2de18ec",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(mdparse): align node segments with source, absorb setext underlines",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T02:22:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "53af5787e0ad99de4ffbc9216659b132179b31c7",
"body": "Add internal/mdparse: goldmark-backed line-range block segmentation with a\nguaranteed contiguous coverage invariant, plus an Obsidian-style [[wikilink]]\ninline extension registered ahead of the standard link parser.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mdparse): block segmentation and wikilink extension",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T02:09:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4eb8f745f0dfbb07cb37aa948e3d38217d7f286",
"body": "…table sort\n\nAddress code-review findings in internal/vault:\n- Open now normalizes root via filepath.Abs, guaranteeing Note.Path/Root()\n are always absolute even when passed a relative root.\n- Resolve drops the case-sensitive exact-match short-circuit; all matching\n is uniform case-insensitive on \n[…]\nList() sorts with sort.SliceStable plus Path as a secondary key, making\n ordering of case-duplicate names deterministic rather than incidental.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(vault): absolute paths, uniform resolve tie-break, hidden root, s…",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T01:57:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "839e0a60db46aa670a6efdf4b60437ff2d27b495",
"body": "Implement vault package with note indexing and case-insensitive wikilink\nresolution. Features: recursive directory walk with dot-directory skipping,\ncase-insensitive name matching with path-length tie-breaking, and rescan\nsupport for dynamic note discovery.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(vault): note index with wikilink resolution",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T01:46:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c6ecd22634861d1025b65bdcc4b4650033de70e9",
"body": "Implements internal/doc: a rune-aware line buffer (Insert/DeleteRange/\nDeleteBackward/DeleteForward), undo/redo via inverse patches with\n500ms coalescing of contiguous single-rune inserts, and mtime-checked\nsafe saves (Save/SaveForce, ErrExternalChange). No TUI dependencies.\n\nCovered by unit tests plus a 500-op randomized property test asserting\nContent() round-trips exactly after undoing every operation.",
"is_bot": false,
"headline": "feat(doc): line buffer with undo/redo and safe save",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-17T01:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8c9cb6cc8847f18d73ce6cca065c3d39a8cb20",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: raise go directive to 1.26",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-16T22:58:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1640f45143d2cbd0c28fa3fe41e5dfb743ed8091",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: scaffold go module, license, readme",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-16T22:54:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "44413f309a6f058e28c41bc9ddcc824dd775886e",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add mdit MVP implementation plan",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-16T22:52:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8c50017d9bb490a2b2da5fdb9e558e0e090fc17f",
"body": "Editor markdown TUI em Go (Bubble Tea + goldmark): live render inline\npor bloco, wikilinks com vault, zen mode read-only, fuzzy finder.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add mdit MVP design spec",
"author_name": "Gustavo Carvalho",
"author_login": "carvalhosauro",
"committed_at": "2026-07-16T17:51:12Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 2,
"commits_last_year": 56,
"latest_release_at": "2026-07-19T02:22:51Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 2,
"days_since_latest_release": 5,
"mean_days_between_releases": 1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/carvalhosauro/mdit",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/carvalhosauro/mdit",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/carvalhosauro/mdit",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T02:21:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 13770,
"source_files_sampled": 47,
"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": "github.com/alecthomas/chroma/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.27.0"
},
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/charmbracelet/x/ansi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.6"
},
{
"name": "github.com/charmbracelet/x/exp/teatest",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260713092006-0d683c34c74b"
},
{
"name": "github.com/mattn/go-runewidth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.24"
},
{
"name": "github.com/muesli/reflow",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/muesli/termenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.0"
},
{
"name": "github.com/sahilm/fuzzy",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.3"
},
{
"name": "github.com/yuin/goldmark",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.4"
}
],
"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": 2,
"merged_prs": 10,
"open_issues": 7,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "carvalhosauro",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/156205776?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml",
"rollout.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 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/6 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "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": 10,
"reason": "packaging workflow 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d137456acd00d3f4483d6933ee7c37f06c8b0e15",
"ran_at": "2026-07-24T15:17:32Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T02:22:53Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2026-07-17T21:44:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2026-07-17T21:44:40Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T02:21:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2026-07-17T19:07:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-07-17T19:07:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2026-07-17T19:07:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2026-07-17T19:07:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-07-17T19:07:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2026-07-17T20:56:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2026-07-17T20:56:15Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/carvalhosauro/mdit",
"host": "github.com",
"name": "mdit",
"owner": "carvalhosauro"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 40,
"vitality": 68,
"community": 24,
"governance": 43,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 56,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "56 commits in the last year",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 56
}
}
],
"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": 2,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 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": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 43,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"merged_prs": 10,
"open_issues": 7,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/11 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/6 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": 46,
"inputs": {
"followers": 18,
"owner_type": "User",
"is_verified": null,
"owner_login": "carvalhosauro",
"public_repos": 53,
"account_age_days": 926
},
"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": "18 followers of carvalhosauro",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 18,
"login": "carvalhosauro"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "53 public repos, account ~2 yr old",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 53
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/carvalhosauro/mdit"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": 0,
"status": "missed",
"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": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 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/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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": "good",
"name": "AI Readiness",
"value": 73,
"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": 1,
"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": "56 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 87,
"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.821,
"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": "46 of the last 56 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 46,
"sampled": 56
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 13770,
"source_files_sampled": 47,
"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/47 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 47,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T15:17:46.606223Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/carvalhosauro/mdit.svg",
"full_name": "carvalhosauro/mdit",
"license_state": "standard",
"license_spdx": "MIT"
}