Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 78949,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 875540,
"Makefile": 1413
},
"pushed_at": "2026-07-16T07:16:45Z",
"created_at": "2025-09-24T06:47:54Z",
"owner_type": "User",
"updated_at": "2026-07-16T07:15:48Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "duynguyendang",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/174673319?v=4",
"created_at": "2024-07-04T03:23:12Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 753
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-16T07:17:42Z"
},
{
"tag": "0.2",
"kind": "other",
"published_at": "2026-05-29T01:45:49Z"
},
{
"tag": "0.1",
"kind": "other",
"published_at": "2026-04-01T02:42:17Z"
}
],
"recent_commits": [
{
"oid": "18992bce7ff7bb9c046a0bda45af730cd79b0b40",
"body": "- Remove stale Jules context-sync workflow\n- Export EscapeString from reflection package\n- Add atomToDatalog with predicate validation to prevent Datalog injection\n- Add failureMode field to SupervisedAction (open/closed)\n- Update context-refresh Makefile target",
"is_bot": false,
"headline": "fix: harden Datalog output safety and add gatekeeper failure mode",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-07-16T07:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103617792639bb22dc5041624e161ad796ad6433",
"body": "- New `scenario` package: dependency-free, BDD-style policy test harness\n with WantBlocked/WantAllowed expectations and CI-friendly RunMain exit.\n- sdk.Client: support external Datalog predicates via\n RegisterExternalPredicate, plus LoadPolicy and LoadFromSource (auto-emits\n Decl external() from the predicate registry).\n- manglekit: add MustReadFile, MustNewClient, and NewRequestEnv helpers for\n example/demo setup and policy-gated request envelopes.",
"is_bot": false,
"headline": "feat: add scenario harness and client convenience/extension APIs",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-07-08T08:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d65a9ed2ad4f89a8b3d509919db95b2c761f0c",
"body": "…eying bug\n\nGovernance engine availability & correctness fixes from the open-ledger\nremediation, plus a latent key-mismatch bug surfaced by new tests.\n\nRobustness / cancellation\n- internal/engine/runtime.go: add evalStratifiedWithContext, a context-aware\n guard that runs EvalStratifiedProgramWithSt\n[…]\n,\n agents (session-store round-trip + agent lifecycle).\n\nDeferred: sdk/ooda Run-entry-point consolidation (public API, divergent\nmechanics, high regression risk) — needs its own test-backed refactor.",
"is_bot": false,
"headline": "fix: cancellable Datalog eval, ctx-threaded init, and session-store k…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-07-08T07:19:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eec665992a5187b9b614fcb7efb91dc543e2dcb5",
"body": " Wire Reflect (post-check) into the supervised execution path so output\n is validated against halt(\"Output\", ...) rules after the inner action\n completes. Thread entityID through preCheckContext so VerifyAtoms\n constructs action_operation(\"Output\", ...) for post-check and\n action_oper\n[…]\nhardening: regex works fine for controlled stdlib,\n pinned by TestStdLibShape\n - Load-time reachability lint: Mangle analyzer already rejects\n undeclared predicates at parse/analysis time",
"is_bot": false,
"headline": " enforcement contract — post-check parity, SDK tests, PII steering",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-11T08:33:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e22e1c948939c0329d814b815f898461c4662ed",
"body": " so metadata and action name flow through to the pre-check.\n- ExecuteInternal injects action_operation(\"Req\", intent) and\n meta(K, V) from envelope metadata into the atoms passed to\n VerifyAtoms.\n- supervisedActionV2.Execute passes the full input envelope and uses\n the action's real name instead of hardcoded \"default\".",
"is_bot": false,
"headline": "- ExecuteInternal now accepts core.Envelope instead of bare payload,",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-11T04:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421d639539892270c7fcba2423a983744e45e366",
"body": "…ollision\n\n- Remove LoadFromSource from core.Evaluator interface. The three\n partial mocks (statemanager, supervisor, sdk/di_test) now satisfy\n the interface without changes. Concrete callers (gen/logic.go,\n PolicyEngine) are unaffected since they use the concrete type.\n- Keep LoadFromSource on *\n[…]\nxternal-predicate auto-Decl, and base-fact\n preservation across reloads are unchanged — they stay as opt-in\n behavior on the concrete engine.\n\nCo-authored-by: CommandCodeBot <noreply@commandcode.ai>",
"is_bot": false,
"headline": "fix: remove LoadFromSource from core.Evaluator, fix external/std.dl c…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-11T03:38:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "623dbfe6886a62547b3d4cf3531ea9ef2d0de0bf",
"body": "The file was an empty or stub kernel client that had no callers and\nwas never wired into the SDK. Removing it keeps the sdk/ surface clean.\n\nCo-authored-by: CommandCodeBot <noreply@commandcode.ai>",
"is_bot": false,
"headline": "remove: sdk/kernel_client.go (dead code, never used)",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-11T03:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f923eccb0bd7833fd2dd739541311de4c7c9313",
"body": "… Assess, capturing the *AuditTrail and assigning it to decision.AuditTrail.",
"is_bot": false,
"headline": "fix solver.go AssessPlan now calls assessInternal directly instead of…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-06T04:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1607f0a4e8b2c04546506227bd481c0dd10e6ea4",
"body": "…iability improvements",
"is_bot": false,
"headline": "fix: tier-aware governance, audit trail persistence, and critical rel…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-05T16:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f8c5d65d7b616eb5426c31083d97e83db36d30",
"body": "…cution steering\n\nThree bugs prevented supervised actions from enforcing Datalog policies:\n\n1. VerifyAtoms (sdk_adapter.go:30-35) wrapped input atoms into\nPayload: map[string]any{\"atoms\": atoms}. The engine's evaluateGate\nwould call toMangleFacts on this map, producing garbage facts instead\nof the s\n[…]\nothing called EvaluateSteering, so\nroute/1 rules in blueprints never triggered multi-step routing.\nFixed by calling EvaluateSteering on the result and injecting\nrouting decisions into result.Metadata.",
"is_bot": false,
"headline": "fix(supervisor): reflect input facts into the engine and add post-exe…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-02T15:43:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9dd8f177ed9be9d21c81108a9d9b3a0f595d51f7",
"body": "The previous WaitGroup-only approach had a documented violation of\nsync.WaitGroup's contract: Add(1) in asyncMemorize could race with\nWait() in Shutdown, orphaning goroutines when Shutdown observed a zero\ncounter and returned before a concurrent Add completed.\n\nFix: introduce memMu + shuttingDown fl\n[…]\nbsequent Wait.\n- Shutdown is now idempotent (second call returns nil immediately).\n- Five new tests cover the critical paths under -race.\n\nFixes: goroutine leak on concurrent Shutdown + asyncMemorize.",
"is_bot": false,
"headline": "fix(sdk): harden Shutdown vs asyncMemorize race with mutex-guarded flag",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-06-02T06:58:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2396f0e2b8dcd4fff8c048d28385a013a3381bd5",
"body": "… coverage\n\nF1: MangleRuntime.ExecuteQuery and QueryWithSolutions now accept\n context.Context. Solver passes timeout ctx to runtime; runtime\n checks ctx.Err() before and after expensive Datalog evaluation.\n WithQueryTimeout(d) on PolicyEngine now actually enforces the\n deadline. All 14 s\n[…]\n uses builder pattern (WithAutoShave) instead\nof direct field access.\nPre-existing failures in internal/engine/ (TestExternalPredicate,\nTestPolicyEngine_Query_AllFeatures) are unrelated and unchanged.",
"is_bot": false,
"headline": "feat(F1,C2,C3,F3,Q1): query timeout, OTel meter, stdlib cleanup, test…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-05-28T02:06:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b7ce5d12b23b55a2e8b4bd1127e8689668915b92",
"body": "…or propagation, teacher-student feedback\n\nB1: Remove dead _ = prompt and misleading comment in orchestrator/loop.go\nB2: Fix feedback key mismatch - adapter checked 'mangle_feedback' instead of\n core.KeyFeedback ('manglekit.feedback'), breaking teacher-student loop\nB3: Fail-closed when policy eng\n[…]\neam returns <-chan StreamChunk\n- adapters/ai/adapter_test.go: mockTextGenerator.Stream returns <-chan StreamChunk\n- cmd/mkit/commands/gen/logic_test.go: MockGenerator.Stream returns <-chan StreamChunk",
"is_bot": false,
"headline": "fix(B1-B6): critical bugs - fail-closed security, race condition, err…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-05-27T05:33:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88ef1943c44bfd4f9754ac2009fb07539f80adc9",
"body": "- Streaming support: DefineStreamingFlow for SSE responses\n- Flow registry: Manage multiple named flows\n- Middleware compatibility: All Genkit 1.7 middleware works with OODA flows",
"is_bot": false,
"headline": "- Traced phases: Each OODA phase shows up in Genkit Dev UI",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-05-06T06:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8ace5feb26da2b65684d2541c00f995f97b308a",
"body": "The knowledge base files in the `kb/` directory have been removed and their contents embedded directly into the kernel files (`internal/kernel/embedded/`). This includes agent definitions, OODA phases, patterns, and validation rules. The `sdk/kernel_client.go` has been updated to ensure dependencies\n[…]\nexternal file dependencies.\n\nBREAKING CHANGE: The `kb/` directory and its files are no longer present. Any external references to these files will break and must be updated to use the embedded kernel.",
"is_bot": false,
"headline": "refactor(kernel): embed knowledge base into kernel for zero-config setup",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-04-13T10:57:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "942498eb2b170f77a97ce4510d91f6640663aefb",
"body": null,
"is_bot": false,
"headline": "Kernel Isolation, Profile-Based Loading, Zero-Config OODA",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-04-13T02:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86a2a7559b72676c41516d3a96abf32ff22f9274",
"body": null,
"is_bot": false,
"headline": "add planner step",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-04-02T06:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e7572ffb3198530333060426a1bd4d9c20fc9a",
"body": null,
"is_bot": false,
"headline": "implement external predicates",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-30T15:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f207a23a13fc072ea8e625008e34cff3ebcdfa5",
"body": "Introduce SteerKB method for Datalog-backed routing decisions using the ReasoningPort, with fallback to in-memory steering. Add ExecutionObject struct to unify ORIENT phase outputs, including attention sink, context, active rules, and EAST state. Extend CognitiveFrame with knowledge scope fields (GraphID, KBVersion) and builder methods. Update OODA flow to use SteerKB when ReasoningPort is available.",
"is_bot": false,
"headline": "feat(sdk/ooda): add knowledge base integration for EAST steering",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-28T08:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "294b37b50db49bb817e4c88e610c8156e8e75fa2",
"body": null,
"is_bot": false,
"headline": "clean up folders",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-27T03:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a243407274863c742fe92f9553a14f4ee339174d",
"body": "Introduce the EAST (Entropy, Activity, Saliency, Trust) framework for\ncognitive steering in the OODA loop. This includes:\n\n- New `RunOODA` function for deterministic tool execution (without EAST)\n- New `RunOODAEAST` function for generation tasks with EAST steering,\n including fast-path routing and \n[…]\nsteering, including\n fast-path and retry with feedback\n\nThis also includes a dual memory architecture (AttentionSink for axioms\nand Context for soft facts) and validation functions for both modes.",
"is_bot": false,
"headline": "feat(sdk): add EAST framework and dual OODA loop modes",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-26T08:42:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07d502b9dccae5730832bc2382d0216a8f9408df",
"body": "…tion, and aggregation",
"is_bot": false,
"headline": "feat: add Datalog engine capabilities and tests for comparisons, nega…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-25T05:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23ac2a07b070efda5c5ad78513b29ee69b7c38b",
"body": "…ain-Specific Architect Agent\n\n- Added INDEX.md to outline the structure and purpose of the knowledge base.\n- Created architect.dl defining the architect agent role, capabilities, tasks, and governance rules.\n- Established ooda-phases.dl to define core OODA phases, capabilities, actions, transitions\n[…]\nished validation/rules.dl for generic quality validation rules and severity levels.\n- Created workflows/ooda_workflow.dl to define the generic OODA loop pipeline with nodes, edges, and configurations.",
"is_bot": false,
"headline": "feat: Initialize Manglekit Knowledge Base with OODA Framework and Dom…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-20T02:41:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "948eb1b2bcf45f8efaf04bd376e11615d9ae8bce",
"body": "… workflow",
"is_bot": false,
"headline": "feat: implement Architect Agent with dual memory architecture and CSD…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-17T04:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbe2e60e3cd22cbd54c3af6f5bf01961492d339",
"body": "…for OODA loop",
"is_bot": false,
"headline": "feat: implement transient session store and dual memory architecture …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-17T04:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7159ba67b717a1a3f61013283de86574ef43c48d",
"body": "…aces\n\n- Added `frame.go` to define the OODA loop structure and its phases: Observe, Orient, Decide, Act, and Verify.\n- Introduced interfaces for Memory, Brain, and Executor to handle context storage, decision-making, and action execution.\n- Implemented retry logic in the Act phase to handle transie\n[…]\n`interfaces.go` and `session_store.go` to define and implement session state management and workflow execution state storage.\n- Implemented an in-memory session store for transient workflow instances.",
"is_bot": false,
"headline": "Implement OODA Loop Framework with Memory, Brain, and Executor Interf…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-17T03:56:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4854f1aa2450a67e6084250fe0949d7d28732938",
"body": null,
"is_bot": false,
"headline": "comprehensive OODA building guide",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-16T10:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3fe787b3ac7d3d96bbdcb07e5f31ad55259e05d",
"body": null,
"is_bot": false,
"headline": "support temporal features from mangle 0.5",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-13T08:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093f36a816614a7e0a7a806f6aacb3c354d2615f",
"body": "merge latest code",
"is_bot": false,
"headline": "Merge pull request #28 from duynguyendang/dev",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2026-03-10T02:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0104401756604cfe8b99c5fafcf135880172636",
"body": "…ator, domain types, and system ports.",
"is_bot": false,
"headline": "feat: implement OODA loop architecture with core interfaces, orchestr…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-08T03:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f8a8f7dd067775cec36095d8c02fbe974197d6",
"body": null,
"is_bot": false,
"headline": "refactor: update Go import paths from -wip to the main repository name.",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-03T08:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f51475acf66b51e6c75779626d688d10818f36",
"body": null,
"is_bot": false,
"headline": "chore: update module name to github.com/duynguyendang/manglekit",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-03T03:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60757c048267696866a9269c70433a493363e3f7",
"body": "- Add Quad, Atom, ViolationRule types to core/types.go\n- Add ContextFacts and Violations to core.Envelope\n- Update domain package to use core types via aliases\n- Add custom error types: PolicyViolationError, SupervisorError\n- Improve reflection in structToFacts for nested types, maps, slices\n- Fix constants duplication (OutcomeProceed -> DecisionProceed)\n- Update README with accurate documentation",
"is_bot": false,
"headline": "refactor: consolidate domain models and improve error handling",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-03-03T03:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "090bcc9fc49f3630e04a1eecbd07c7bddea5bd6c",
"body": "…internal components, and clean up numerous examples.",
"is_bot": false,
"headline": "feat: Introduce core domain, logic, and adapter structures, refactor …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-02-26T02:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff16aedb2034329bb89cbf9fa3fa92a5e76d1705",
"body": null,
"is_bot": false,
"headline": "update openai",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-01-15T15:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bedbb5ac6458bef84bfa74b76dbdc75e05521e1",
"body": "Updated environment variables to use separate keys for different purposes:\n- .env.example: Added OPENAI_LLM_API_KEY and OPENAI_EMBEDDING_API_KEY\n- examples/hybrid_rag/main.go: Changed to use OPENAI_EMBEDDING_API_KEY for embedder",
"is_bot": false,
"headline": "feat: Separate API keys for embedding and LLM",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-01-02T07:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2697d38c148a76b4fbfcec75ac01c6e197f26666",
"body": "Added OpenAI embedder implementation and updated hybrid_rag example to use OpenAI-compatible APIs:\n- providers/openai/embedder.go: New OpenAI embedder implementing core.Embedder\n- examples/hybrid_rag/main.go: Migrated from Google to OpenAI embedder\n- docs/CONTEXT.md: Updated with new component documentation and changelog",
"is_bot": false,
"headline": "chore(context): auto-sync CONTEXT.md after code change",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-01-02T07:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c194c34e939eda1f392ba53bc8f2a4dce7c69f",
"body": "…eatures\n\n- Added Manglekit Context Engine (MCE) specification document outlining a proactive and autonomous context management system.\n- Implemented a Tiered Cognitive Memory (TCM) architecture to address memory decay and token budget issues.\n- Developed a Neuro-Symbolic Pipeline for enhanced retri\n[…]\nControl with transitive relationships and security labels.\n - Multi-file Policy Loading for modular policy organization.\n- Updated documentation and examples to reflect new features and improvements.",
"is_bot": false,
"headline": "feat: Introduce Manglekit Context Engine (MCE) architecture and new f…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-01-02T06:21:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51a744ad40a2bd69c87bc5c0c03abda245515381",
"body": "…ty labels\n\n- Updated access_graph.nq to define user-group relationships, project ownership, document nesting, and security levels.\n- Expanded knowledge.json to include detailed descriptions for new documents.\n- Modified main.go to implement security label propagation and added PII detection scenarios.\n- Enhanced policy.dl to support complex transitive access control rules and refined access control logic.",
"is_bot": false,
"headline": "feat: Enhance access control with transitive relationships and securi…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2026-01-01T07:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b7d0946edb52b52eccf0b9d12fadf0f3b3480f8",
"body": "- Added Gherkin parser and compiler to convert Gherkin feature files into Datalog.\n- Created step definitions for Gherkin steps, enabling mapping to Datalog templates.\n- Developed unit tests for Gherkin parsing, step matching, and Datalog generation.\n- Implemented integration tests for the policy en\n[…]\nne to validate Gherkin policy loading and assessment.\n- Enhanced error handling for invalid Gherkin syntax and missing steps.\n- Updated Datalog resources to include new predicates for Gherkin actions.",
"is_bot": false,
"headline": "feat: Implement Gherkin-based policy engine with comprehensive tests",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-31T08:38:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4afe6fd4d24d30c3c9c0eb3d6dae3ee2ebf65f33",
"body": "…and `DurableStateManager` for checkpointing and hydration.",
"is_bot": false,
"headline": "feat: Introduce durable session state management with `SessionState` …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-31T07:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8aba5ef7a97520e4aa44233f28bfab4e5b9a13",
"body": null,
"is_bot": false,
"headline": "feat: Add high-level design documentation for Durable State Manager v2.0",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-31T06:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "595086991dd5cdb9627deb32564e710200bb1361",
"body": "…in documentation and code",
"is_bot": false,
"headline": "feat: Update architecture description and error handling terminology …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-31T05:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25395992ad8cd2ef344702bd6817a8047b908d36",
"body": "…into dev",
"is_bot": false,
"headline": "Merge branch 'dev' of https://github.com/duynguyendang/manglekit-wip …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-31T03:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e4b04cb628993d77266a4098cdbeeed29f60ae",
"body": null,
"is_bot": false,
"headline": "docs: Update code review report with latest findings and status",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-31T03:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15f3a8a512c7acdb11caf85ffcb88a28099d1161",
"body": "…10882362669851189619\n\nEnable Multi-File Policy Loading",
"is_bot": false,
"headline": "Merge pull request #334 from duynguyendang/multi-file-policy-loading-…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-26T08:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b641d18084f1e7911817110150470ae20512e04",
"body": "- Updated `sdk.Client.LoadPolicy` to accept variadic file paths, concatenating them into a single policy string.\n- Updated `cmd/mkit/commands/eval` to support multiple `-p` / `--policy` flags using a custom `stringSlice` flag type.\n- Verified that cross-file predicates are correctly resolved by the engine.",
"is_bot": true,
"headline": "feat: Enable multi-file policy loading in SDK and CLI",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-26T08:25:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "faa9e074705e0a4187672a00c4344d4d9ccb07be",
"body": "…func adapter import.",
"is_bot": false,
"headline": "feat: Load environment variables from .env using godotenv and rename …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-25T03:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ba346102beadac758dca80fadb48aee3747f942",
"body": "…45669835149\n\nImplement Reverse Reflection (FromFacts)",
"is_bot": false,
"headline": "Merge pull request #332 from duynguyendang/jules-from-facts-153416082…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-24T17:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a88e0ec3c8c68a64004b98db45e2b4d24a68c30",
"body": "- Added `internal/engine/reconstruction.go` implementing `FromFacts[T]`.\n- Added `internal/engine/parse/atom.go` for Datalog fact parsing.\n- Implemented robust parsing for quoted strings with commas.\n- Added `internal/engine/reconstruction_test.go` with full test coverage.\n- Supports `json_str`, `json_num`, `json_bool`, `json_link`, and `triple` predicates.\n- Handles recursive hydration of nested structs and slices.",
"is_bot": true,
"headline": "Implement FromFacts reverse reflection for Datalog",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-24T16:59:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e882d0dd0450b0b885f3020f8a65a99f84a021b8",
"body": "…7723391381614\n\nfeat: Add Hybrid RAG Access Control Example and Engine Enhancements",
"is_bot": false,
"headline": "Merge pull request #331 from duynguyendang/hybrid-rag-example-1621857…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-24T15:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e428c1a80775beca4b498550aef36cb5f2576204",
"body": "- Added `examples/hybrid_rag/` with a complete runnable example demonstrating policy-gated RAG.\n- Enhanced `core.AgentMemory` with `AgentMemoryWithFacts` optional interface to return structured metadata (like doc IDs) during recall.\n- Updated `sdk/loop.go` to merge facts from `AgentMemoryWithFacts` \n[…]\nple Datalog facts, enabling iteration over list-based context (e.g., `memory_hit` lists).\n- Added `providers/google` and `github.com/google/generative-ai-go` dependencies for vector embedding support.",
"is_bot": true,
"headline": "Implement Hybrid RAG example with access control",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-24T13:35:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5fc242d89940f2e22d5c4ad539a8b04b538f7cd5",
"body": "…4838331153\n\nfeat: add mkit run command for Logic ETL",
"is_bot": false,
"headline": "Merge pull request #330 from duynguyendang/mkit-run-command-112528941…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-23T01:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112919f4ca10927a28512bceb173781f435de11c",
"body": "This commit introduces a new `mkit run` command to the CLI, enabling batch inference and Logic-based ETL pipelines.\n\nKey Features:\n- Supports loading policies from `.dl` files.\n- Supports loading data from JSON (via auto-flattening) and graph formats (.nq, .nt, .ttl).\n- Executes Datalog queries to infer target predicates.\n- Exports results in N-Quads format.\n\nUsage:\n mkit run --policy policy.dl --data data.json --target high_risk --output enriched.nq",
"is_bot": true,
"headline": "Implement mkit run command for Logic ETL",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-22T17:52:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a3edcb0d5abccf31469f6ec0727b176ad3d5c73c",
"body": "…9210963042300610\n\nImplement Google Embedder & Vector Store",
"is_bot": false,
"headline": "Merge pull request #329 from duynguyendang/jules-google-embedder-1606…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T16:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0251e06eef8ba5d19ccdc169b79bcb5b3b5a63d",
"body": "- Created `core/embedder.go` with updated `Embedder` and `VectorStore` interfaces.\n- Implemented `providers/google.NewEmbedder` using `genai` SDK.\n- Implemented `adapters/vector.SimpleStore` (in-memory, cosine similarity).\n- Refactored `sdk/memory_orchestrator.go` (HybridMemory) to use the new interfaces.\n- Cleaned up `core/data.go` to remove redundant types.\n- Added `Get` method to `VectorStore` to support RAG content retrieval.\n- Added unit tests for `SimpleStore`.",
"is_bot": true,
"headline": "Implement Google GenAI Embedder and Simple Vector Store",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-22T16:54:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4f745d81d4d61ef1c0902f11e3568ec1174522c9",
"body": "…337928242381108\n\nAdd Hybrid HNSW+Graph Memory Adapter",
"is_bot": false,
"headline": "Merge pull request #328 from duynguyendang/hybrid-memory-adapter-4676…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T16:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c957deccd7df64165bb2c7678d6ff458cf26888",
"body": "- Implemented `adapters/memory/inmem_hybrid.go` for In-Process Vector + Graph memory.\n- Updated `sdk/options.go` to support `WithMemory(core.AgentMemory)` and renamed legacy option to `WithHistory`.\n- Updated `manglekit.go` facade to reflect SDK changes.\n- Added unit tests for hybrid memory recall.\n- Updated `docs/CONTEXT.md` with new component.",
"is_bot": true,
"headline": "feat: Add Hybrid HNSW+Graph Memory adapter",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-22T16:00:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6e87a7a1b9f5097ecda6f29470e607d3ab156c08",
"body": null,
"is_bot": false,
"headline": "docs: add High-Level Design (HLD) document for ProposalGPT",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T09:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3051dab6eb9bd7a680b74f8c478ced47075e71",
"body": "…iled proposal generation and improved output.",
"is_bot": false,
"headline": "feat: Pass full raw RFP and playbook content to the LLM for more deta…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T09:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8eca544e3b037aeecdfe17a41afae1ad02d08d",
"body": "…, and include supporting content files.",
"is_bot": false,
"headline": "feat: Add new solution design playbooks, update their selection rules…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T07:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552d32b8a81cf349253e1c1dcb594e2198ebcb87",
"body": "…er and Google provider.",
"is_bot": false,
"headline": "feat: Implement TransferAgent with LLM integration using Genkit adapt…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T06:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "287cab8ae230ddff403ba129a79cbcb71d1357ed",
"body": "…nd refine Datalog validation rules with policy configuration.",
"is_bot": false,
"headline": "feat: Add system prompt support to LLM action, update Gemini model, a…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T06:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4aab6d00f8c4abd31fda1e1d91678e78511b0e4",
"body": "…into dev",
"is_bot": false,
"headline": "Merge branch 'dev' of https://github.com/duynguyendang/manglekit-wip …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T02:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d74256008827cb297c9fd12af2b4e1f3e7298a",
"body": null,
"is_bot": false,
"headline": "build: stop ignoring `apps/` and `v1/` directories",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-22T02:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c99fcf231220cceeba2331cfe40fe16a1b2c558",
"body": "…-border-8875871742705377561\n\nImplement Golden Demo for Cross-Border Transfer Governance",
"is_bot": false,
"headline": "Merge pull request #327 from duynguyendang/examples/golden-demo-cross…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-21T17:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e431532d0467f09797ac9fc344be27a54ae693d2",
"body": "This commit introduces a complete runnable example in `examples/cross_border/` that demonstrates Neuro-Symbolic Governance using Manglekit.\n\nKey Features:\n- **Domain Models:** Defined strictly typed `TransferRequest` and `TransferResponse` with Mangle tags for reflection.\n- **Policy Logic:** Impleme\n[…]\nng the `Client`, `SupervisedAction`, and `ExecuteByName` loop.\n\nThis demo validates the architecture's ability to perform Pre-Check (Halt), Post-Check (Retry), and Dynamic Steering (Route) seamlessly.",
"is_bot": true,
"headline": "Implement Golden Demo for Cross-Border Transfer Governance",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-21T17:16:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eca291c3b5c309edbc8f3bb1e387264214208d36",
"body": "…nd policy engine components.",
"is_bot": false,
"headline": "refactor: rename \"Guarded\" to \"Supervised\" across actions, tracing, a…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-21T04:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0784bd213c5ac57960dbdb324283d9d6dd3c30cb",
"body": "…on-12416554417753142321\n\nImplement Semantic Thrashing Detection in SDK Execution Loop",
"is_bot": false,
"headline": "Merge pull request #326 from duynguyendang/semantic-thrashing-detecti…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-20T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c349017063f66117b2b0f8ba2dc68be57c802d5",
"body": "- Added `normalizeString` helper to `sdk/loop.go` for efficient string normalization (stripping punctuation, lowercasing, collapsing spaces).\n- Added `isSemanticallySimilar` helper to check for exact match, normalized match, or containment, with guards against empty string false positives.\n- Updated\n[…]\n`handleRetryDecision` to check the new feedback against `FeedbackHistory`. If similarity is detected, the loop halts immediately with a \"Semantic Thrashing detected\" error.\n- Verified with unit tests.",
"is_bot": true,
"headline": "Implement Semantic Thrashing Detection (Anti-Loop)",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-20T10:58:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "68879ae0a2e5078cfa340ce1b4f0c1137a7fd995",
"body": "…ervisor-13330954653116927864\n\nImplement Redaction-by-Policy in Supervisor",
"is_bot": false,
"headline": "Merge pull request #325 from duynguyendang/jules/redaction-policy-sup…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-20T10:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185a141f88fa9523e457248442c052e1127046ef",
"body": "- Added `isSensitive` helper to check for sensitive labels.\n- Updated `SupervisedAction.Execute` to redact `manglekit.feedback` attribute if sensitive labels are present.\n- Added `mangle.redacted` attribute to indicate redaction.\n- Verified with unit tests.",
"is_bot": true,
"headline": "Implement Redaction-by-Policy in Supervisor",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-20T08:14:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b2f46fe12bdd304de6d414b52184978554514953",
"body": "…76064603\n\nContext Resync: Kernel Source Dump",
"is_bot": false,
"headline": "Merge pull request #324 from duynguyendang/context-resync-97814837513…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T16:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d75b04f31f0aaeaf8d79511f93de87cdb33c2b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev' into context-resync-9781483751376064603",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T16:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57a14319a34b2ddb0469bb5bff25e6ea023886a",
"body": "…75725866445328\n\nchore(context): resync docs/CONTEXT.md with kernel logic",
"is_bot": false,
"headline": "Merge pull request #323 from duynguyendang/chore/context-resync-98283…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T16:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c7f70e2febefa4d0f4c1fb7b0591e0ebad3ae6",
"body": null,
"is_bot": true,
"headline": "chore(context): auto-sync CONTEXT.md",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-19T15:08:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cdc5e843a6c07b611896b6625c03efda1514c6d4",
"body": null,
"is_bot": true,
"headline": "chore(context): resync docs/CONTEXT.md with kernel logic",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-19T15:05:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "621abbe4c5b49a7e5c27ac3452e048d8e3d74dd1",
"body": "…150253463133968\n\nRegenerate CONTEXT.md with Kernel Source Dump",
"is_bot": false,
"headline": "Merge pull request #321 from duynguyendang/chore/context-resync-14203…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T10:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612d130f33c990929bf2cf7789624d94369b7855",
"body": null,
"is_bot": true,
"headline": "chore(context): auto-sync CONTEXT.md with kernel logic dump",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-19T10:19:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "89c6fc6b63feec6e59373c39d70f6e75880ad1d4",
"body": "…les.",
"is_bot": false,
"headline": "chore: Remove structured data bridge and infrastructure copilot examp…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T09:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe40f7053d2cde36e9d1d4d9dbff202fb0c19ee",
"body": "…rface checks, and use `strings.HasPrefix` in AI adapter.",
"is_bot": false,
"headline": "fix: Prevent outcome overwriting in supervisor, add compile-time inte…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T09:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cab8550f4bbc55a7bbd9d58cc99162c1ee7b101",
"body": "…o resolve high-priority code review findings.",
"is_bot": false,
"headline": "feat: Add `Query` method to `Evaluator` and refactor SDK components t…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T06:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe0296f486c2d01f9bf06e0617ce80925baa690",
"body": "…lization example.",
"is_bot": false,
"headline": "feat: add core code review document and simplify README client initia…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T05:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5c9aefb94e581a6e1099c9d671043db7f3278a",
"body": "…ion` and `core.NewEnvelope` across examples.",
"is_bot": false,
"headline": "feat: Standardize action execution and registration using `client.Act…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T05:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa136d2e0e748a3f242b9f312fc75c6b45ee63bd",
"body": "…figuration.",
"is_bot": false,
"headline": "refactor: Move action proxy to SDK, update Datalog rules, and LLM con…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T04:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3516b45851a8a2ed5953c4952866a3b5c509e7fe",
"body": "…d proposal generation using Manglekit.",
"is_bot": false,
"headline": "feat: introduce ProposalGPT example application for RFP processing an…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T03:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c2e64670e4860ba92db4487ec9df93a2c41dca",
"body": "…terns and updating descriptions.",
"is_bot": false,
"headline": "refactor: streamline examples README by consolidating into 7 core pat…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T03:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432fb961568dd6e0a8701272ebc5dac2854d13a3",
"body": "…les, and update README.",
"is_bot": false,
"headline": "feat: Add `infrastructure_copilot` and `structured_data_bridge` examp…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T02:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a6f95d822652bf1967168699acde172b2ba19d",
"body": "…open-11369079206581543304\n\nFix: Enforce Blocking on Input Validation Errors in Supervisor",
"is_bot": false,
"headline": "Merge pull request #316 from duynguyendang/jules/fix-supervisor-fail-…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-19T02:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9991d80a2581da5d7c8199422d6a550650231945",
"body": "- Added `core.InputError` and `core.IsInputError` helper.\n- Updated `internal/engine/solver.go` to wrap fact conversion errors in `core.InputError`.\n- Updated `internal/supervisor/supervisor.go` to check `core.IsInputError(err)` and enforce `DecisionHalt` regardless of `failureMode`.\n- Ensured strict blocking for input anomalies while maintaining fail-open for system errors.",
"is_bot": true,
"headline": "Fix: Ensure Input Validation Errors Bypass Fail-Open in Supervisor",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-19T00:19:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "05a9717557f19c70b02c54b477b14edfaa852578",
"body": "…efactor-12308360026331259011\n\nFix Incomplete Dependency Injection Refactor in SDK Options",
"is_bot": false,
"headline": "Merge pull request #315 from duynguyendang/fix-dependency-injection-r…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T23:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc3335a12d722ccbf19dbf16bbc6ef58e9f0b1aa",
"body": "- Implement JIT init in WithBlueprintPath\n- Add WithTracerProvider with correct initialization\n- Ensure necessary imports are present",
"is_bot": true,
"headline": "Fix incomplete dependency injection refactor in sdk/options.go",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-18T17:34:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b80b97f3be6833dd6e8999d74c82b636d26cb930",
"body": "…699695894857\n\nRefactor Client for DI and Safe Config Loading",
"is_bot": false,
"headline": "Merge pull request #314 from duynguyendang/refactor-client-di-6193708…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T17:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a994bbd49506c363dc42a90afa7817116fa00eb1",
"body": "- Add WithEngine(core.Evaluator) ClientOption to allow injecting a custom engine.\n- Update NewClient to defer initialization of Engine and Tracer.\n- Add private helper ensureDependencies to JIT initialize defaults.\n- Update WithConfig and WithBlueprintPath to ensure dependencies are ready before use.\n- Add sdk/di_test.go to verify DI, JIT init, and policy loading.",
"is_bot": true,
"headline": "Refactor Client for Dependency Injection & Safe Config Loading",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-18T16:59:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "28ca769e74d940696dc3c5f9a44f62d1d78829e6",
"body": "…037660191415631958\n\nFix Action Name Injection in Registry",
"is_bot": false,
"headline": "Merge pull request #312 from duynguyendang/fix-registry-action-name-6…",
"author_name": "duynguyendang",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T11:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c753ea3381ada961d7f230069c2d8231244e3e3",
"body": "Wait, I need to provide a description and title.\n\nTitle: Fix Action Name Injection in Registry\nDescription:\nUpdated sdk/registry.go to inject the action name (from the YAML key) into the provider options map with the key `_action_name`. This ensures that providers like Google and OpenAI can access their configured name during initialization, enabling self-registration and dynamic routing. Verified with a test case that confirms the injection occurs before the provider factory is called.",
"is_bot": true,
"headline": "Fix: Inject action name into provider options in registry",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-12-18T10:16:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2748e4be68d058a8c73bffffde1d6673458d7dbe",
"body": "…tor and add a conference scheduler example.",
"is_bot": false,
"headline": "feat: unify agent memory management with a new HybridMemory orchestra…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T09:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27a758122fb7d094aec904e8084192d89f13e8e",
"body": "… and Datalog policy, along with new CLI wiring tests.",
"is_bot": false,
"headline": "feat: Add a conference scheduling example with Go, Manglekit configs,…",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T09:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dcb78f308bcf4588a60222306c56487e3b1b8fa",
"body": null,
"is_bot": false,
"headline": "docs: remove agent guide and add new examples to README.",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T08:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2be203261d8e00ec8e8c4b49c91020dd248be7",
"body": "…into dev",
"is_bot": false,
"headline": "Merge branch 'dev' of https://github.com/duynguyendang/manglekit-wip …",
"author_name": "Duy Nguyen",
"author_login": "duynguyendang",
"committed_at": "2025-12-18T08:27:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 900,
"latest_release_at": "2026-07-16T07:17:42Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 27,
"days_since_latest_release": 11,
"mean_days_between_releases": 53.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/duynguyendang/manglekit",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/duynguyendang/manglekit",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/duynguyendang/manglekit",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T07:14:54Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-08",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 43903,
"source_files_sampled": 201,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "codeberg.org/TauCeti/mangle-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/cayleygraph/quad",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/dgraph-io/badger/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.9.1"
},
{
"name": "github.com/firebase/genkit/go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.0"
},
{
"name": "github.com/google/generative-ai-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.1"
},
{
"name": "github.com/google/jsonschema-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.2"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/knakk/rdf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20190304171630-8521bf4c5042"
},
{
"name": "github.com/openai/openai-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
},
{
"name": "github.com/sashabaranov/go-openai",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.41.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/stdout/stdouttrace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "google.golang.org/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.267.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 29,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "duynguyendang",
"commits": 605,
"avatar_url": "https://avatars.githubusercontent.com/u/174673319?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"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": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"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/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "14 commit(s) and 0 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": null,
"reason": "no dependencies found",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "30 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "18992bce7ff7bb9c046a0bda45af730cd79b0b40",
"ran_at": "2026-07-27T19:31:02Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-16T07:15:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-13T08:34:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/duynguyendang/manglekit",
"host": "github.com",
"name": "manglekit",
"owner": "duynguyendang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 25,
"vitality": 82,
"community": 38,
"governance": 47,
"engineering": 26
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 900,
"human_commit_share": 0.84,
"days_since_last_push": 11,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "900 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 900
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 53.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 29,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/29 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 29
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "duynguyendang",
"public_repos": 15,
"account_age_days": 753
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of duynguyendang",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "duynguyendang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~2 yr old",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/duynguyendang/manglekit"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 26,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 25,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "14 commit(s) and 0 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "30 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.857,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "72 of 84 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 84
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.16,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": 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": "16 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 16,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 43903,
"source_files_sampled": 201,
"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/201 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 201,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T19:31:09.052641Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/duynguyendang/manglekit.svg",
"full_name": "duynguyendang/manglekit",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}