Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"go-template",
"golang",
"htmx",
"template",
"webapps",
"go",
"generate",
"type-check",
"interface-description-language",
"hypermedia-driven-application"
],
"is_fork": false,
"size_kb": 2999,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 410625,
"Go Template": 1715
},
"pushed_at": "2026-07-21T17:47:02Z",
"created_at": "2024-08-05T06:58:23Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T17:48:40Z",
"description": "\"html/template\" Enhancing Tools for Hypermedia Web Applications",
"is_archived": false,
"is_disabled": false,
"license_spdx": "AGPL-3.0",
"default_branch": "main",
"license_spdx_raw": "AGPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://typelate.com",
"name": "Typelate",
"type": "Organization",
"login": "typelate",
"company": null,
"location": "United States of America",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/209677535?v=4",
"created_at": "2025-04-29T17:05:09Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 448
},
"license": {
"state": "standard",
"spdx_id": "AGPL-3.0",
"raw_spdx": "AGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.20.0-dev.6",
"kind": "prerelease",
"published_at": "2026-05-29T19:19:41Z"
},
{
"tag": "v0.20.0-dev.4",
"kind": "prerelease",
"published_at": "2026-04-27T01:39:00Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-01-14T07:29:52Z"
},
{
"tag": "v0.18.3",
"kind": "patch",
"published_at": "2025-12-22T23:05:55Z"
},
{
"tag": "v0.18.1",
"kind": "patch",
"published_at": "2025-12-10T04:56:40Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2025-09-03T07:21:43Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2025-07-22T02:53:45Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2025-04-21T06:44:10Z"
}
],
"recent_commits": [
{
"oid": "86e70769859845fb49fb5f47b71ea8bf98f1321b",
"body": "pkg.EmbedFiles holds the union of every embed directive in the package,\nand embeddedFilesMatchingTemplateNameList matched a bare directory\npattern by prefix alone. A variable embedding a tree without the all:\nprefix could therefore claim dot/underscore files that only exist in\nthe union because anot\n[…]\n prefix. Glob\npatterns that match a directory now also embed its subtree, matching\ncmd/go. ParseFS patterns are unaffected; all: is a go:embed-only\nconcept.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "fix: apply go:embed pattern semantics when matching files to a variable",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-21T17:42:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec6ff778018e92651b16ea1df7c62072f890c680",
"body": "embeddedFilesMatchingTemplateNameList treated \"all:templates\" as a\nliteral path prefix, so no embedded files matched the templates\nvariable and generate failed with \"no files named in call to\nParseFiles\". Strip the all: prefix before matching; cmd/go has already\napplied its inclusion semantics when resolving pkg.EmbedFiles.\n\nDocument when to prefer all: over a bare directory pattern in the\npackage structure explanation.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "fix: support the all: prefix in go:embed template patterns",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-21T17:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16f3bdefc231ab148b93f5552eabab40134b68a6",
"body": "muxt's embed comment matching treats \"all:templates\" as a literal\ndirectory prefix, so the documented example failed with \"no files\nnamed in call to ParseFiles\". A bare directory pattern embeds the\ntree recursively and avoids embedding dot/underscore files.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: drop unsupported all: embed prefix from Pattern 4",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-21T17:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27b1e64e86d188ed20053bd66a9921a5fe4da1c6",
"body": "Pattern 5 in package-structure.md passed a package-level variable to\nFuncs, which muxt's static evaluation rejects with \"expected a\ncomposite literal with type template.FuncMap\". Inline the literal and\ndocument the constraint here and in the templates-variable reference.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: require inline FuncMap literal in Funcs examples",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-21T02:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82a8fe0df9579762b558b307944e337a63ce5e5b",
"body": "Accuracy fixes, verified by running the tutorial end-to-end and reading\nthe example code:\n\n- quick-start.md required \"Go 1.22 or later\", but generated handlers\n read request.Pattern (added in Go 1.23) and the module's go.mod\n declares go 1.26, which go install needs.\n- Two quick-start sentences sa\n[…]\n links over code spans for URLs (htmx-todo).\n- Delete audience filler (\"Use when pair programming to validate route\n definitions\" on the template-names reference).\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: polish tutorials, example READMEs, and the docs index",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T23:11:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b2e934f18ff6f8c1c52e412b845a9ee74a88471",
"body": "Accuracy fixes, verified against the generator source and the checked-in\ngenerated code in docs/examples/simple/template_routes.go:\n\n- advanced-patterns.md claimed \"Muxt inspects error for method presence\"\n and calls StatusCode() on returned errors. It does not: a method error\n unconditionally set\n[…]\ntion.md's LLM paragraph) and hyphenate compound modifiers\n (\"developer-facing\").\n- Do not repeat a parenthetical as its own sentence (motivation.md's\n sqlc line).\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: update explanation pages to the current generated API",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T23:11:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4dd90188815eaf78300bcdb45e8c09cf5f25cb94",
"body": "Align the CLI pages and check/type-checking/templates-variable\nreferences with the actual commands, verified against internal/cli and\nby running the muxt binary:\n\n- The generated path-prefix parameter is named pathsPrefix, not\n pathPrefix: internal/generate/routes.go\n (pathPrefixPathsStructFieldNa\n[…]\nels\nconsistent (\"Aliases:\" everywhere), and name sections for what they\ncontain (\"Output Flags (Generated Code)\" since several entries control\nbehavior, not names).\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: correct CLI and check reference details",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T23:10:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d71b23fa9dd70d0e457f1549a39d72f086bf55e0",
"body": "Fix reference claims that contradicted the implementation, verified\nagainst the source and by generating and exercising handlers:\n\n- Error-only pattern: a method whose sole result is error is only the\n \"error shape\" when the call takes the execute callback; on a plain\n route it is classified as si\n[…]\n_call_with_error_return.txt) and the\n sse(...) wrapper production.\n- strconv.ParseBool is not case-insensitive (tRuE is rejected); list\n the exact accepted forms.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: align call and result semantics with the parser and generator",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T23:09:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cbf0fc2bf0e69c8aab890e2e016f03e2acd8afec",
"body": "…ding\n\nTwo reference pages documented passing an individual form field as a\ncall argument (\"Form field | request.Form.Get(name)\" table rows and a\nCreateUser(ctx, email, password) example). No such feature exists, and\nthe \"parameter names must match the method signature\" rule the pages\nstated is also\n[…]\n internal/muxt/unmarshal.go (fieldTemplateValidations),\n internal/muxt/validation.go (ParseInputValidations),\n cmd/muxt/testdata/reference_validation_min_max.txt.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: remove nonexistent form-field arguments; document real form bin…",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T22:55:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f199cfe757f7526a08383fbe95a7f062477e8185",
"body": "Add fixiproject-clock to TestGoVet and add TestRegenerate, which runs\neach example's go:generate directive against the current muxt source and\nfails via git diff --exit-code if template_routes.go changes. This\ncloses the gap that let the clock example break silently when the sse\nargument syntax was \n[…]\ne generator with each example's own flags. Staleness is detected\nwith git diff --exit-code -- template_routes.go rather than a\nsnapshot-and-restore byte comparison.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "test: regenerate and vet every example, including fixiproject-clock",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T22:52:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "987307690eda9439edcec4a937608770ddf24e1f",
"body": "The reference docs and the fixiproject-clock example still described the\nremoved sse-as-argument form (Stream(ctx, lastEventID, sse)); the parser\nnow rejects it with \"unknown argument sse\". Rewrite both reference pages\naround the wrapper form sse(Stream(ctx, lastEventID, execute)), add a\nknown-issue\n[…]\ntion is a one-line generated diff (the ExecuteTemplate\n name) produced by go generate; the stream was verified live (curl\n received data: frames once per second).\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: migrate SSE docs and clock example to the sse() wrapper syntax",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-20T22:52:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf03591317148eafe10a21f552de22a4e8fe1da2",
"body": "Assisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "docs: document --output-routes-func-with-middleware-param",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-17T23:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad4ff25b2b6e652e2e169a9cb27a2a27940587ad",
"body": "Assisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "feat: support middleware param in analysis and fake server",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-17T23:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80c73357d7eda843e012c96a76ee6eddfc71f218",
"body": "Assisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "feat: pass middleware through per-file route functions",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-17T23:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8b592709085a02b39cc9ce29d677d96d929631",
"body": "Assisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "test: pin routes function parameter order with all param flags",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-17T23:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf994f6082984055c9a7eb75ee2d55550e33841",
"body": "Adds a middleware func(next http.Handler) http.Handler parameter to the\ngenerated routes function and wraps every registered handler with it.\nNil middleware is a no-op.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "feat: add --output-routes-func-with-middleware-param",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-17T23:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543647f071d3328bc059baf27b1e1fc610e263c1",
"body": null,
"is_bot": false,
"headline": "bump typelate modules to latest patch",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-16T20:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa5982dae81dcb5f6d811dd7499e928c655dbaf",
"body": "- gofmt the rebase conflict resolution in TemplateRoutesFiles\n- scope sse-prefixed callback and Message-suffixed send-message\n arguments to sse routes in checkArguments; on html routes they now\n fail with \"unknown argument\" at parse time instead of a confusing\n hydration error. This also makes th\n[…]\nsted receiver\n method calls appear in the generated receiver interface; extend\n reference_call_function_and_method with a failing-before regression\n case\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "address review feedback on up-front call resolution",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50eb838e45766f1706b2fcdc3932bb42903547f4",
"body": null,
"is_bot": false,
"headline": "bump golang.org/x/tools to v0.48.0",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9374ff9ebbce2270fc7679976487113fd2fe1c52",
"body": "also bump golang.org/x/tools to v0.47.0",
"is_bot": false,
"headline": "bump golang.org/x/net to v0.57.0",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d7ca14184a1602fef5bd49579e55225fbcc8c30",
"body": null,
"is_bot": false,
"headline": "bump Go to 1.26",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8add30d676e6b05ab0dfdd20741f15bcb660a0f8",
"body": "Move ParseInputValidations and the five constraint types (min, max,\npattern, minlength, maxlength) into internal/muxt as plain data.\nformStructBindings parses each bound field's template fragment, selects\nthe input element by its bound name, and records the parsed constraints\non FieldBinding.Validat\n[…]\nnGenerator interface are deleted, and the existing rendering\ntable test now drives the muxt parse + generate render pipeline.\nGenerated output is unchanged.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "parse input validation attributes during call resolution",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f78fc416778da2f3e7823182aac5042dd305d73a",
"body": "Form and multipart struct parameters now resolve to a []FieldBinding on\nthe Argument during ResolveCall: per field, the bound input name (name\nstruct tag or field name), the validation template (template struct\ntag), the element type and slice flag, whether it binds a\n*multipart.FileHeader / []*mult\n[…]\nm generate along with the fileFieldHandler indirection and its\ntype-matching helpers. Generated output is unchanged (verified by the\nreference scripttests).\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "resolve form field bindings during call resolution",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a9926b70ba2f8596e4201795971dc1a453f00ded",
"body": "Add muxt.CheckPathMethodCollisions and Definition.ExportedPathIdentifier\nand delete the equivalents from template_route_path.go. The check stays\nat its original call site in routePathTypeAndMethods rather than inside\nDefinitions: duplicate route patterns also produce colliding\nidentifiers, and runni\n[…]\nidentifier normalization (_list produces List), so the\nunexportable-identifier error only fires for first characters with no\nuppercase form. Update the doc.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "move TemplateRoutePaths identifier checks into internal/muxt",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c6f28f81465dd1f1b4d7084fb2b876b251af17b",
"body": "Add muxt.UnmarshalMethodFor, the single classification of how a request\nvalue parses from its string form: strconv-supported basic types\n(matched by name) or a named type whose pointer implements\nencoding.TextUnmarshaler. ResolveCall now validates up front:\n\n- path value and lastEventID parameters m\n[…]\nupported_field_type,\nerr_multipart_unsupported_field_type, and err_form_unsupported_composite\n(a result-shape case already unit-covered). Update docs links.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "classify string unmarshaling and check sse templates up front",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ec744bde7097871bf451e8ecd8f96efac2eb00d",
"body": "ResolveCall now checks every render-callback argument against the\ncallback contract, func() error or func(T) error, and records the\ntemplate data type T and whether the callback takes the data argument\non the Argument (CallbackResultType, CallbackHasArg). On sse routes\nevery callback argument is che\n[…]\nipttests with unit tests:\nerr_execute_callback_not_func, err_execute_callback_multi_arg,\nerr_execute_callback_method_not_defined, err_sse_callback_not_func.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "validate render callback contracts during call resolution",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88a8c3582198cecdeac26e18fe81167e825bf4c5",
"body": "Move two more validations out of generate into internal/muxt:\n\n- form and multipart in the same call site is rejected in\n checkArguments at template-name parse time\n- ResolveCall classifies each method's results into a ResultShape\n (none, data, data+error, data+ok, error) and enforces the result\n \n[…]\nhod_no_return, err_form_unsupported_return,\nerr_sse_method_returns_value, err_execute_callback_method_returns_value.\nUpdate docs links to the removed files.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "check form conflicts and result shapes during call resolution",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "958d15eaae77ba9af1d2d1063309d01fc9233e01",
"body": "Move method/function argument resolution and error checking out of the\ngenerate package into muxt.ResolveCall so mismatches are caught before\nany code generation begins:\n\n- form and multipart parameters accept the raw request value or a\n struct parsed field-by-field; anything else errors at resolve\n[…]\narg_response_type, err_arg_field_list_type, err_missing_args,\nerr_extra_args, err_execute_callback_arg_count. Repoint docs links at\nerr_arg_path_value_type.\n\nAssisted-by: Claude:claude-fable-5 gofumpt",
"is_bot": false,
"headline": "resolve handler call arguments up front in internal/muxt",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58007588ba278d836bf66ff171b5c4549604f54f",
"body": null,
"is_bot": false,
"headline": "pull some of the text/html handler code into a separate file",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2639440dcb13f9631e25610b7eaf5d29fc924e4",
"body": null,
"is_bot": false,
"headline": "use sse representation instead of a special pramaeter",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e38522895354c31f346ec4357d25fbf7a1c32fc",
"body": null,
"is_bot": false,
"headline": "move grouping into a spararate file",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T20:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c3f294e806c14877b5513b0e89a0b168cf1fe11",
"body": null,
"is_bot": false,
"headline": "ignore claude-owned worktrees",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-15T00:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f2b73ae9ec94b91a20215c3e236f618f8c4967",
"body": "Signed-off-by: Christopher Hunter <8398225+crhntr@users.noreply.github.com>",
"is_bot": false,
"headline": "reduce bloat in generated readme",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-14T06:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b7e7275ec06b53c1f83f60274f7fe4295cb57a",
"body": "The routes function refactor collected top-level template definitions\nfrom groups.byFile only, so templates parsed from inline strings\n(empty source file, grouped into groups.noFile) were silently dropped\nfrom TemplateRoutes in single-file output mode. Restore the\npre-refactor behavior: register Parse-based templates first, then\nfile-based templates in sorted order.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "fix dropped Parse-based templates in single-file generation",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-14T02:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b7eb42cfab3e80d76e61ec84e0b831ba4515b0f",
"body": null,
"is_bot": false,
"headline": "ignore superpowers",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-14T00:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b7a25d3b5e95b9b91f52385cef574c5d3a2699",
"body": "Leaves room for other editor plugins (e.g. JetBrains) alongside it.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "rename highlight directory to vscode-plugin",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-13T23:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3478ec893e37142a2c08e28ff1f956c8f204c932",
"body": "Assisted-by: Claude:claude-fable-5 actionlint",
"is_bot": false,
"headline": "add workflow to publish vsix as build artifact",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-13T23:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f9b2173dac85ad614b3675aeb4e84da9ab194f",
"body": "The muxt route-name grammar rules only matched double-quoted template\nnames, so names like {{block `GET /time Time(ctx, sse)` .}} fell back\nto plain string coloring. Add backtick variants of both the muxt route\nrule and the plain-name fallback, and exercise them in the example.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "highlight raw-string template names in VSCode extension",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-13T23:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c123c8278cbb06f6e52bdddd01eec66aff31fa14",
"body": null,
"is_bot": false,
"headline": "Ignore VSCode Plugin directory",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-13T22:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5609623f965abc862378893f3502d89ec4d1b0be",
"body": "Highlights HTML plus Go template actions and comments in .gohtml\nfiles. When a define/block/template name matches the muxt\ntemplateNameMux pattern, the method, host, path, path parameters,\nHTTP status, and handler call each get their own TextMate scope.\nActions are injected into every HTML scope so they highlight inside\nattribute values.\n\nAssisted-by: Claude:claude-fable-5",
"is_bot": false,
"headline": "add VSCode syntax highlighting extension for templates",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-13T22:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63049d148a19c8c3f05cfd4ca6e1f77beb7fec3b",
"body": null,
"is_bot": false,
"headline": "factor out source file routes function generation",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-03T19:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf81463e8a0c9b3068edf734eddc0d4ef84761c2",
"body": null,
"is_bot": false,
"headline": "refactor routes function generation to reduce source file loops",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-03T19:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ee1c3507c84d1a1bcf990584898f045add72ae",
"body": null,
"is_bot": false,
"headline": "factor out template grouping",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-03T19:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdd556d244311910ec7e2b770ec01de581689518",
"body": null,
"is_bot": false,
"headline": "chore: move sse code out to a separate file",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-03T19:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008e80c568a8fe13a2bf568788227fae5254dbed",
"body": null,
"is_bot": false,
"headline": "chore: refactor to use a single LookupFieldOrMethod call",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-07-03T19:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86c8586dd1b4f6f368f8b2a0e28a28702c207dd0",
"body": "…rror\n\nThe collision error formatted with Identifier(), the exported path-method\nname, so a `list`/`List` clash printed the uninformative\n`handlers List and List both produce method List` — both sides identical.\n\nReport Call() (the original receiver method name) instead, quoted, so the\ncase difference is visible:\n`handlers \"list\" and \"List\" both produce method \"List\"`. Fall back to\nIdentifier() for routes with no method call.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "fix(generate): show original handler names in path-method collision e…",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-31T23:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d171ba5ec66a937cead23bfa09d95bf379e7e7f",
"body": "Audited every behavioral claim in docs/ against cmd/muxt/testdata and the\ngenerator, then corrected what the tests contradict.\n\nReference:\n- Fix the status-code precedence (it was inverted): the `.StatusCode(int)`\n template call wins, the template-name code is the low-priority fallback.\n- Remove th\n[…]\neiver, pass nil.\n- Rewrite the simple, htmx-counter, and fixiproject-clock READMEs to match\n the code beside them; fix two wrong rows in htmx-todo's method table.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "docs: align documentation with verified test behavior",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-31T22:56:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "952ea5dc86c8310f92990a99ec264bdfaf8fb82b",
"body": "Reorders the multiple-callbacks fixture so the base sse argument is not\nfirst (Events(sseClock, sse, sseMetrics)), confirming sseArg locates the\nbase regardless of position and each callback is wired independently.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "test: assert sse-prefixed callback order is irrelevant",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T03:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89920c4a2480f419955398041a5efdef908d46c0",
"body": "Notes in template-names.md that an SSE route may take sse-prefixed callbacks\n(sseClock, sseMetrics) beyond the base sse argument, each rendering a\nsame-named template checked at generate time.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "docs: document additional sse-prefixed callbacks",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T03:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e14514b9ed8e88591f2bab77d0ed73b74f3201",
"body": "A Server-Sent Events route may now take additional sse-prefixed callbacks\nbesides the base sse argument, e.g. Events(sse, sseClock, sseMetrics). Each\ngets its own render closure in the method call:\n\n - sse renders the route's own template (the full template name).\n - sseClock, sseMetrics, ... each\n[…]\ncreateMethodSignature\nsynthesizes each as func(any) error for undefined methods.\n\nCovered by reference_sse_multiple_callbacks and err_sse_missing_template.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "feat(generate): support multiple sse-prefixed render callbacks per route",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T03:00:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b39d9b56c2041fcde9a6b64c2578a2cc0166e704",
"body": "Documents that the execute and sse callback parameter may be a named or\naliased func type, not only an inline func(T) error, in template-names.md.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "docs: note named/aliased func types for execute and sse callbacks",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T02:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfa29923a5e3867425e946d4c6ba07e22a3cc5c6",
"body": "…lbacks\n\nexecuteArg and sseArg type-asserted the callback parameter directly to\n*types.Signature, so a callback declared as a named or aliased func type\n(e.g. type RenderFunc func(T) error) was not recognized and failed\nvalidation. Assert on the parameter type's Underlying() instead, which\nunwraps named types and aliases to the func signature.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "fix(generate): accept named and aliased func types as execute/sse cal…",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T02:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b631564b04600d39364a6d27ca99bd3300579731",
"body": "The execute closure shares one TemplateData across calls, and ExecuteTemplate\nmutates it (status code, response headers), so a second render is unsafe. The\nclosure compare-and-swaps an atomic.Bool (race-safe even if the callback is\ninvoked from another goroutine): the first call renders, later calls return\nerrors.New(\"execute callback called more than once\").\n\nRegenerates the htmx-todo example and adds reference_execute_callback_multiple_calls.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "fix(generate): execute callback renders at most once, errors on reuse",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T02:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ed7b1979d2cad6fe0f7baf676f77c3bb49bfd5",
"body": "The reserved execute callback was listed in template-names.md but missing\nfrom the call-parameters.md quick reference.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "docs: add execute to the call-parameters quick-reference table",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T01:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dbc5296acddecb68fd5be43ad667f2a5eeef352",
"body": "Adds sse and lastEventID to the reserved-argument tables in\ntemplate-names.md and call-parameters.md, a prose section describing the\nServer-Sent Events render callback (callback shapes, void/error return,\nmutual exclusivity with execute/response, SSETemplateData frame setters,\nsynthesized func(any) error), and a lastEventID header-parsing note. Links\nthe reference_sse* and reference_last_event_id test files as ground truth.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "docs: document the sse and lastEventID call arguments",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T01:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a43c923014ff8e441eb0dd482cd7d96ce305e8a",
"body": "An sse handler method that is not defined on the receiver no longer errors.\nInstead createMethodSignature synthesizes it like other unknown methods:\nthe sse argument becomes a func(any) error callback and the method returns\nnothing, so the generated interface reads e.g.\n\n Stream(ctx context.Conte\n[…]\ny]). Replaces the\nerr_sse_method_not_defined case with reference_sse_synthesized_method, which\nasserts the generated signature and exercises it end-to-end.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "feat(generate): synthesize signature for undefined sse methods",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T01:28:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58fe7c69af29a63e81d626ae72d2d5ca62407360",
"body": "Wires SSETemplateDataType through the CLI mirroring TemplateDataType: a new\n--output-sse-template-data-type flag, identifier validation, and\nsubprocess arg passthrough. When --output-exported-default-identifiers=false\nthe type is named sseTemplateData (strcase handles the SSE initialism).\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt staticcheck",
"is_bot": false,
"headline": "feat(cli): add --output-sse-template-data-type and unexported default",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T01:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62fbffd7a77b6640706a8c47fa1896f2bb98cca2",
"body": "…ment\n\nA route whose handler call uses the reserved sse argument now generates a\nstreaming handler instead of a normal one:\n\n - Detects the sse render callback (sseArg) and validates it: the method\n must return nothing or only error, the callback must be func() error or\n func(T) error, and ss\n[…]\nhe fixiproject-clock example is now generated from a //go:generate\ndirective and matches muxt's output. Covered by reference_sse* and err_sse*\ntxtar tests.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "feat(generate): generate Server-Sent Events handlers for the sse argu…",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T00:56:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "df6aa8cd18e0121e2822b13ca649b6c22fdff242",
"body": "generateParseValueFromStringStatements now takes the parse-failure\n*ast.BlockStmt explicitly instead of constructing a template-data error\nblock from rdIdent internally. All current callers pass the extracted\ntemplateDataParseErrBlock helper, so generated output is unchanged. This\nlets an upcoming SSE handler inject an http.Error(400)+return block so a\ntyped lastEventID parse failure responds before the event stream opens.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "refactor(generate): make scalar-parse error block injectable",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T00:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7b7d30e50e6839c060910e045d1e5f786aa353",
"body": "…entifiers\n\nAdds two reserved template-name call arguments:\n\n - lastEventID: a scalar argument sourced from the Last-Event-Id request\n header, parsed to the receiver method's param type with the same\n semantics as a path value (defaults to string; non-string params parse\n and report 400 on\n[…]\nater\n change, like execute).\n\nDefinition.UsesSSE reports whether a handler uses the sse argument, for\nupcoming conditional type emission and validation.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "feat(generate): add lastEventID argument and sse/lastEventID scope id…",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T00:15:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "350b3a420b9b68ee320abb97e4fd4a00fbe3beb1",
"body": "The example was renamed from counter-htmx to htmx-counter; main_test.go\nstill referenced the old path, breaking TestDocumentation/check_example.\n\nAssisted-by: Claude:claude-opus-4-8",
"is_bot": false,
"headline": "test: point check-example doc test at renamed htmx-counter dir",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T00:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a32b6a45f0ab9510ecad6db4c4730b55efdd9d6f",
"body": null,
"is_bot": false,
"headline": "fix: failing examples test",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-30T00:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7747db031a6f733f935696fd48175831f5d8cf",
"body": null,
"is_bot": false,
"headline": "explore SSE interface",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T23:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e91e7a693e7e380b29aa6b969fd697c32dc879f",
"body": null,
"is_bot": false,
"headline": "docs: prefix examples with hypermedia tooling",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T19:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6dc64dd66eee2e00385cb3af9145f1dc128f3af",
"body": "Renders the template inside the mutex lock so the template sees a\nconsistent snapshot without copying the filtered slice.\n\nAssisted-by: Claude:claude-sonnet-4-6",
"is_bot": false,
"headline": "docs(examples): use execute arg in todo-htmx ListTodos",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T09:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a006a236a671359282914d9dfc6952f3a739136",
"body": "Updated section header for clarity and corrected syntax.\n\nSigned-off-by: Christopher Hunter <8398225+crhntr@users.noreply.github.com>",
"is_bot": false,
"headline": "clarify template name syntax header",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T09:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7162558b728cc29fbd27c9d43cbb639c2be7edc0",
"body": "Add the reserved 'execute' identifier. A receiver method may take a\nfunc(T) error (or func() error => struct{}) argument named execute; muxt\ngenerates a closure that renders the template and splices it into the\nmethod call at execute's position, so the receiver controls when render\nhappens (e.g. ins\n[…]\n) error\nor func(T) error (0 or 1 param); method must be defined on the receiver\ntype. execute may appear at any position alongside other call args.\n\nAssisted-by: Claude:claude-sonnet-4-6 gopls gofumpt",
"is_bot": false,
"headline": "feat(generate): execute render callback for rendering under lock",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T09:14:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ce2f0d9c12379b439c8c644807e51f0dd0a00ea",
"body": "Prefactor for the execute render callback. When a handler renders an\nempty body and no explicit status is set, write 204 instead of 200.\nExplicit template-name status codes and td.statusCode/td.errStatusCode\nstill win via cmp.Or.\n\nUpdates empty-body handler tests (howto_arg_context, howto_arg_request,\nreference_status_codes) to expect 204, and regenerates the example\nhandlers.\n\nAssisted-by: Claude:claude-opus-4-8 gopls gofumpt",
"is_bot": false,
"headline": "feat(generate): respond 204 No Content for empty render buffers",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T09:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d1b212138f347c659a5780cb6dd78b9ef67c718",
"body": "- Remove AI-generated phrasing: drop em-dashes, the Why Muxt bullet wall,\n and the embedded Quick Start code block\n- Restore original voice: HTML headspace framing, plain declarative prose\n- Add docs/tutorials/quick-start.md covering method-less templates,\n URL/path parameters via TemplateData, and htmz interactivity\n\nAssisted-by: Claude:claude-sonnet-4-6",
"is_bot": false,
"headline": "docs: revise README voice and add quick-start tutorial",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T09:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ebe1350e9f8908b839b165e96ff15cec53f77ed",
"body": "Signed-off-by: Christopher Hunter <8398225+crhntr@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove GitHub Actions badge from README",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673bfaee672a478b1a6b8742a9b6ed4e879d0f4c",
"body": null,
"is_bot": false,
"headline": "chore: tidy module",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "957bda73d3bdd99ca050ae28d145b30174aa512c",
"body": null,
"is_bot": false,
"headline": "fix: failing assertions after muxt check bump",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "001731bd62d62e6ec11577e5e5ed49b88463607d",
"body": null,
"is_bot": false,
"headline": "chore: fix inconsistent name",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6d2e369b4b6a768078f3fb4148de97a77305c1",
"body": "Resetting the buffer after Get already guarantees a clean buffer\nregardless of how it entered the pool, so the deferred Reset before\nPut was redundant work. Keep the post-Get reset and regenerate the\ndocs examples.\n\nAssisted-by: Claude:claude-opus-4-8 gofumpt",
"is_bot": false,
"headline": "refactor: drop redundant reset before returning buffer to pool",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9bff01b9560df3131ab8c0238e807a0c448e75d",
"body": "I might use the buffer for sse events via a send callback in the future.",
"is_bot": false,
"headline": "refactor: move buffers setup before method call",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a2b7139519f79c76ed5d58fd1022119536e296",
"body": null,
"is_bot": false,
"headline": "feat: use a bytes buffer pool",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e94291b4ab4c4b2f5d485f4985ee3496cd09f9d",
"body": "deleted these a while back",
"is_bot": false,
"headline": "fix(docs): remove links to missing skills",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-29T07:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37328d2070ae021d9ab8e21d2322a27114e6e15",
"body": "it was not doing them before. This fixes that.",
"is_bot": false,
"headline": "fix: range over int/iter block checks",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-28T20:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e5aafa572d9abbd3c4488e15aabb28b5bf02b5",
"body": null,
"is_bot": false,
"headline": "chore: bump txtarfmt to v0.4.4",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-27T01:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0821160695320ff24a0a83fdf0091f3207fa9b4b",
"body": null,
"is_bot": false,
"headline": "chore: bump check to v0.2.1 and dom v0.7.7",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-27T01:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f7fd59e52eb75727ef6d4286598a62af6b54569",
"body": "They used to be good but then I had Claude rewrite them and they became quite bad. I'll manually recreate these from scratch.\n\nSigned-off-by: Christopher Hunter <8398225+crhntr@users.noreply.github.com>",
"is_bot": false,
"headline": "Delete docs/skills directory",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-17T17:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d7749b4c2baaa47a62c5b32418be191e6db16ca",
"body": "Goal: 80% of the value in 20% of the surface area for the muxt skill suite.\n\nConsolidation:\n- Merge muxt_explore-from-{error,method,route} and muxt_explore-repo-overview\n into a single muxt_explore skill with a \"pick the entry point\" decision\n table at the top. Procedures per entry point live as s\n[…]\nth in the\nTDD examples that pointed at a nested muxt_forms instead of the sibling\nskill.\n\nThis is the missing piece of ac1eb89 — TestMarkdownLinks caught it on\nCI.\n\nAssisted-by: Claude:claude-opus-4-7",
"is_bot": false,
"headline": "refactor(skills): consolidate muxt_explore-from-*, trim every SKILL.md",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-05-04T23:10:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59a09d0d228cf1a88eb67401fca9c93e27d79b1e",
"body": null,
"is_bot": false,
"headline": "chore: tidy the module",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e47f65414c8ce970b74e1d49883c35ad73d6a9e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'rel/v0.19' for v0.19.7",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e1e2bb21ddb639d13ae60a930f84956968d7030",
"body": null,
"is_bot": false,
"headline": "chore: bump github.com/crhntr/txtarfmt to v0.4.3",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f39f69b6ddf2d98aafc96150778126bf2f7d1a69",
"body": null,
"is_bot": false,
"headline": "chore: bump counterfeiter to v6.12.2",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47762f19ddd3777da0cffbfb1534a3c8832d2769",
"body": null,
"is_bot": false,
"headline": "chore: bump github.com/typelate/dom to v0.7.5",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7226775a442be7a9a8c6ee97b093cb9c33c9652a",
"body": null,
"is_bot": false,
"headline": "chore: bump golang.org/x/tools to v0.44.0",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc541aa4ab7d4e32596c927d16b28e468a94df77",
"body": null,
"is_bot": false,
"headline": "chore: bump golang.org/x/net to v0.53.0",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T08:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d26c42d15df439a4dc919f74fec1044ef7248c",
"body": null,
"is_bot": false,
"headline": "docs: add no-warrenty comment and clairify license stuff",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-29T05:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6769b3f6f70de6e6692dded1d9b4fa054af7fd6",
"body": "The --use-templates-variable flag now accepts multiple values, letting\neach *template.Template variable form an independent namespace with its\nown functions, options, and embed.FS. This unblocks scaling apps that\nneed separate template sets (admin vs public, or reusable components\nmounted into a hos\n[…]\nits template. Cross-variable duplicate route patterns are detected\nat generate time. The deprecated --templates-variable flag still works\nalone but cannot be combined with the new flag.\n\nresolves: #67",
"is_bot": false,
"headline": "feat(generate): make --use-templates-var variadic",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-28T00:06:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6820ec359242646b784d8757b617b9f583396c6c",
"body": null,
"is_bot": false,
"headline": "chore(muxt): add normalized Pattern method to Definition",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-28T00:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8fe492e2027fe2ad34ed304bba205b6f70c2d3",
"body": null,
"is_bot": false,
"headline": "docs: more direct and focused on an example",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f63fac58ec2ec333403d24d6c886bf44a6273b2",
"body": "I will do this locally.",
"is_bot": false,
"headline": "chore: remove Claude review steps",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8047868c5d74c05c5e8705b5a440cede8ab791b8",
"body": "Per Copilot review feedback: the previous check treated a literal $\nsegment the same as the {$} exact-match anchor. Gate the branch on\nisPathParam so only the actual {$} form produces \"Exact\".\n\nAssisted-by: Claude:claude-opus-4-7",
"is_bot": false,
"headline": "fix: only treat $ as exact-match anchor when wrapped in braces",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578179a21e4c2ab352edc1f7af0632692e0557f3",
"body": "GET / and GET /{$} are distinct routes in http.ServeMux but the\nidentifier generator collapsed both to \"Index\", producing duplicate\nGo declarations when both routes share a handler function name.\n\nChange the {$} path-segment branch to write \"Exact\" instead, borrowing\nthe http.ServeMux \"exact match\" \n[…]\nlers stay named\nReadIndex.\n\nAlso adds fuzz tests for newDefinition and calculateIdentifiers; the\ncalculateIdentifiers fuzz is what surfaced this bug.\n\nAssisted-by: Claude:claude-opus-4-7 gopls gofumpt",
"is_bot": false,
"headline": "fix: distinguish GET / from GET /{$} in generated identifiers",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:40:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "218c9875fb895ffd6083ee0f0fd5c17c4917d59f",
"body": null,
"is_bot": false,
"headline": "chore: add goreleaser",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de03863f4a35fcfdcb69afe81854119208419104",
"body": null,
"is_bot": false,
"headline": "fix: run go generate to have txtarfmt fix the test files",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d512342af946ce692676059f99cae58d5f629d97",
"body": "Adds a peer to the existing form identifier: multipart triggers\nrequest.ParseMultipartForm and supports binding *multipart.FileHeader\nand []*multipart.FileHeader fields on the receiver method's struct\nparam, alongside all existing form field types.\n\n- Raw mode: receiver param is *multipart.Form (esc\n[…]\nults).\n- Default maxMemory is 32 MiB; override with the generator flag\n --output-multipart-max-memory=<size> (parses 32MB, 64MiB, etc.).\n\nAssisted-by: Claude:claude-opus-4-7 gopls staticcheck gofumpt",
"is_bot": false,
"headline": "feat: add multipart call-site identifier",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-27T01:15:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0af87477191f4a8322b31abedd0075e27f7ca3e",
"body": "…licate function names\n\nReplace idents/seen parallel-slice approach with slices.IndexFunc to correctly\nlocate the first occurrence of a duplicate function name. Fixes out-of-bounds\npanic when no-function definitions appear before duplicates, and ensures the\n\"Calling\" suffix uses strcase.ToGoPascal so lowercase handler names like x()\nproduce X rather than x.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: calculateIdentifiers panic and wrong GoPascal identifiers on dup…",
"author_name": "Christopher Hunter",
"author_login": "crhntr",
"committed_at": "2026-04-15T01:39:03Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 8,
"commits_last_year": 304,
"latest_release_at": "2026-05-29T19:19:41Z",
"latest_release_tag": "v0.20.0-dev.6",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 34,
"days_since_latest_release": 52,
"mean_days_between_releases": 57.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/typelate/muxt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/typelate/muxt",
"is_deprecated": false,
"latest_version": "v0.19.10",
"repository_url": "https://github.com/typelate/muxt",
"versions_count": 117,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T20:55:50Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 6,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-09-03",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_stars": 6
},
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"internal/muxt/testdata/example/go.mod"
],
"largest_source_bytes": 57490,
"source_files_sampled": 79,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 6310
},
"dependencies": {
"manifests": [
"go.mod",
"vscode-plugin/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 23,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/dustin/go-humanize",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/ettle/strcase",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.0"
},
{
"name": "github.com/maxbrunsfeld/counterfeiter/v6",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v6.12.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/typelate/check",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.3"
},
{
"name": "github.com/typelate/dom",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.8"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.57.0"
},
{
"name": "golang.org/x/tools",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.48.0"
},
{
"name": "rsc.io/script",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/dustin/go-humanize",
"direct": true,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/ettle/strcase",
"direct": true,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/maxbrunsfeld/counterfeiter/v6",
"direct": true,
"version": "v6.12.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/typelate/check",
"direct": true,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/typelate/dom",
"direct": true,
"version": "v0.7.8",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.57.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": true,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "rsc.io/script",
"direct": true,
"version": "v0.0.2",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/cascadia",
"direct": false,
"version": "v1.3.4",
"ecosystem": "go"
},
{
"name": "github.com/crhntr/txtarfmt",
"direct": false,
"version": "v0.4.4",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/kr/text",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 11,
"indirect_count": 12
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 42,
"open_issues": 10,
"closed_ratio": 0.667,
"closed_issues": 20,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "crhntr",
"commits": 925,
"avatar_url": "https://avatars.githubusercontent.com/u/8398225?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"vsix.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": "1 out of 1 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/18 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"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": 10,
"reason": "project is 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": 10,
"reason": "30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": "86e70769859845fb49fb5f47b71ea8bf98f1321b",
"ran_at": "2026-07-21T19:10:50Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/typelate/muxt",
"host": "github.com",
"name": "muxt",
"owner": "typelate"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 57,
"vitality": 86,
"community": 29,
"governance": 52,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"commits_last_year": 304,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 34
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "34/52 weeks with commits",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 34
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "304 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 304
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.20.0-dev.6",
"releases_from_tags": false,
"days_since_latest_release": 52,
"mean_days_between_releases": 57.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 52 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 52
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~57.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 57.6
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"forks": 1,
"stars": 6,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (AGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "AGPL-3.0"
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"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 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"merged_prs": 42,
"open_issues": 10,
"closed_issues": 20,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "42/53 decided PRs merged",
"points": 30.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 42,
"decided": 53
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "typelate",
"public_repos": 9,
"account_age_days": 448
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of typelate",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "typelate"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~1 yr old",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/typelate/muxt"
],
"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": "117 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 117
}
}
],
"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": 71,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"go-template",
"golang",
"htmx",
"template",
"webapps",
"go",
"generate",
"type-check",
"interface-description-language",
"hypermedia-driven-application"
],
"has_wiki": false,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"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": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.5
},
"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": "1 out of 1 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/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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 fuzzed",
"points": 5,
"status": "met",
"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": "30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 1",
"points": 0.5,
"status": "partial",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 23 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 23
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 23,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 23,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 6
},
"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": 70,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.82,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 6310
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "82 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 82,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod",
"internal/muxt/testdata/example/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod, internal/muxt/testdata/example/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod, internal/muxt/testdata/example/go.mod"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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 1",
"points": 1,
"status": "partial",
"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": 57490,
"source_files_sampled": 79,
"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/79 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 79,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"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": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, 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": [
"Could not fetch npm package 'muxt-template-syntax' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-21T19:11:01.369163Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/typelate/muxt.svg",
"full_name": "typelate/muxt",
"license_state": "standard",
"license_spdx": "AGPL-3.0"
}