Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 19326,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 760278,
"HTML": 7203,
"Shell": 26812,
"Makefile": 2649,
"Dockerfile": 438,
"Go Template": 6085
},
"pushed_at": "2026-06-30T11:08:33Z",
"created_at": "2025-11-06T19:48:10Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T08:28:24Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "agility-faktory",
"type": "Organization",
"login": "agile-factory",
"company": null,
"location": "Senegal",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/283838030?v=4",
"created_at": "2026-05-12T01:24:52Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 72
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-16T16:35:30Z"
}
],
"recent_commits": [
{
"oid": "a4c451539b80d8cc59ae380851176a3041551f43",
"body": "docs: kernel documentation website (Next.js 16 + Docker + Jenkins)",
"is_bot": false,
"headline": "Merge pull request #61 from agile-factory/wbsitedoc",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-30T02:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbdbeae138682decccd3c9c8db780eb330801fc7",
"body": null,
"is_bot": false,
"headline": "chore: update loop.md — P1 done, PR#61 active, issues à venir",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T14:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0515ffe23797bfc5cc9c594d819ae86c7b6f4de",
"body": "platform/auth/infrastructure/jwt-rs256.go:\n- RS256JWTService — signs/verifies with crypto/rsa + SHA256 (stdlib only)\n- TokenSigner interface shared by HS256 and RS256 implementations\n- PublicKey() / KID() accessors for JWKS construction\n\nplatform/auth/delivery/http/jwks.go:\n- JWKSHandler — serves /.\n[…]\nisterRoutes(): mounts GET /.well-known/jwks.json when RS256 is active\n- Backward compatible: no RSAPrivateKey set → HS256 behavior unchanged\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(auth): RS256 JWT + JWKS endpoint (RFC-0028)",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T13:01:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a899bcaf066997efa1e7796c84f615362a637262",
"body": "- InMemoryCache.Stop: use sync.Once so double-call never panics\n- backoff: cap exponent at 9 (512s clamped to 300s) so maxBackoff guard\n fires and the effective cap is 5 minutes as stated in RFC-0015 v1.1\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "fix(perf): harden cache.Stop idempotency + backoff cap at 5min",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T12:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc60e0eb11415d017ea8d112b35fa3a2527b260d",
"body": "## kernel/events — parallel outbox dispatcher\n- Add WorkerCount int to Config (default 1 = serial, backward compat)\n- When WorkerCount > 1: fetch batch in one short tx (SKIP LOCKED),\n commit immediately, then fan out to N goroutines via channel\n- Each worker owns its own pool connection + transacti\n[…]\nchitecture choices → service\n mapping → core/billing/portal wiring → inter-service events → deploy)\n- navigation.ts: Guides section updated\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(perf): parallel outbox, cache, rate limiting, timeout middleware",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T12:00:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d94e6f2e5a76efc073c813f83b29c7d2304a3086",
"body": "…meouts\n\nkernel/events:\n- Config.WorkerCount (default 1, serial) — fan-out to N goroutines, each\n with its own pgxpool connection + transaction; advisory lock remains the\n single-writer guard across replicas\n- Fetch tx commits immediately after SKIP LOCKED scan so row locks are\n released before (\n[…]\new guide: /docs/guides/microservices — architecture choices, service\n mapping (core / billing / portal B2B2C), inter-service events, deploy\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(perf): parallel outbox workers, cache, rate limiting, request ti…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T12:00:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "781491b5a3c549ba78ef5638a7c20dad66141807",
"body": "Co-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs: replace SVG logo with logo.jpeg in the docs site",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T11:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75e0eab4ce36428ca40551a9e60b5f370a58c95c",
"body": "Covers: using existing kernel modules (wiring order, shared services),\nbuilding a custom module step-by-step (domain → usecase → infra →\nhandler → migrations → events → module.go), and a completion checklist.\n\nAdds Guides section to sidebar navigation + search index.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs: add \"Building a Custom Module\" guide",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T11:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb840ad01b797960d4d5f2e813c85760666e09b",
"body": "Replace genericModule() placeholders with data extracted from\nplatform/*/module.go, delivery/http/routes.go, and migrations/*.sql.\n\nEach module now documents real config fields, method signatures with\nGo code examples, event payloads (JSON), HTTP endpoints with auth\nrequirements, and migration file names.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs: fill real content for all 12 modules from Go source",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T05:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2a2eafa5443ed7a991e8402ebd284793e50ed4",
"body": "sharp and msw postinstall scripts are blocked by pnpm v9+ security\npolicy and are unnecessary for a fully-static doc site.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "fix(docker): skip ignored build scripts with --ignore-scripts flag",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T05:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7071c568961a3cd5e294c6d3a5959bb56c219c",
"body": null,
"is_bot": false,
"headline": "fix(docker): update pnpm install command to allow non-frozen lockfile",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T05:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ea87bea0c473a64c9328ec41e5ceca82d74c45",
"body": "feat: enhance UI components with smooth scrolling and animations",
"is_bot": false,
"headline": "Merge pull request #60 from agile-factory/wbsitedoc",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T04:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "029011e48d7a29018c7e4b511194433c25de652d",
"body": null,
"is_bot": false,
"headline": "feat: enhance UI components with smooth scrolling and animations",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T04:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f43f4050382d854906a0fe381eb29a306c3da8b",
"body": "Add initial implementation of doc saas-b2b module",
"is_bot": false,
"headline": "Merge pull request #59 from agile-factory/wbsitedoc",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T04:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "044fd0904c8198636b2b40c5aeeffde66990e4d9",
"body": null,
"is_bot": false,
"headline": "Add initial implementation of saas-b2b module",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T03:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d81f0bce15119c57ba0eddbbdb9ed27a05b0f5",
"body": "GET /api/v1/tenants/slug/{slug} conflicted with\nGET /api/v1/tenants/{tenantId}/audit-logs because the request\nGET /api/v1/tenants/slug/audit-logs matched both patterns.\n\nChanged to GET /api/v1/tenants/by-slug?slug={value} (query param,\nno path wildcard) — zero ambiguity, example app now boots cleanly.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "fix(tenant): resolve Go 1.22 ServeMux route conflict on startup",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T03:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7457d165f9c5555720c6b2832d769379b6d940f6",
"body": "…nce (RFC-0040, ADR-0020)\n\n- kernel/events: add Event.ID field (outbox row UUID, populated by dispatcher)\n for handlers to use as deduplication key\n- audit: rewrite LogEventUseCase to publish synchronously via txctx.ExecInTx\n (no goroutine — the outbox INSERT is a fast local operation ~1-5ms)\n- au\n[…]\ntRepo stub with noopAuditLogger (no-op EventLogger)\n- examples/saas-b2b: wire DB + Publisher into audit.Config, call auditMod.Subscribe(bus)\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(audit): migrate best-effort fire-and-forget to outbox at-least-o…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T03:09:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e33c15ede9e42df58cd18041099caca0ecf3a67",
"body": "…014)\n\n- PostgresPlanRepository: FindByID (404 on miss), FindAll (ordered by\n price ASC). Scans nullable max_users/max_storage/max_api_calls.\n- PostgresSubscriptionRepository: FindByTenantID (404 on miss),\n Upsert (INSERT ON CONFLICT tenant_id DO UPDATE). Nullifies empty\n external_id and mobile_m\n[…]\nring deferred\" placeholder;\n wires billing.New with real repos + StripeAdapter; adds billing\n migrations to the migrator chain after user.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(billing): add Postgres infrastructure + wire into example (ADR-0…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T02:45:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d11bd2269271567ebc68f48ed388f52689ce203f",
"body": "feat(p1): v0.2.0 — permission, notification, user profile, observability, billing",
"is_bot": false,
"headline": "Merge pull request #58 from agile-factory/feat/p1-v0.2.0",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T01:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118dc1e11c2aa4f7eb5270c17dc718a47fe54316",
"body": "MUST FIX:\n- Use html/template for email rendering (XSS protection). text/template was used\n for all HTML emails, allowing injection of raw HTML/script via TemplateData fields.\n parseDefaultTemplates now routes .html files to html/template and .txt to text/template.\n renderString and tenant overri\n[…]\n/ locale templates: welcome, invoice_paid, payment_reminder (email + sms),\n otp_reset.sms. Previously only en/otp_reset.email.html existed.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "fix(customer_notifications): address Lucas code review findings",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T01:12:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfb7e8ecb09035848dfeae455353b56e658dc932",
"body": "All P1 + P1bis modules implemented, CI green (run#27, sha:b2f3146).\nADRs 0011–0019 written. Marking validation package ACCEPTED.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(rfc): close RFC-0039 — P1 v0.2.0 validation package accepted",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-29T01:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f3146d6e53eb818f1cfa1c5f97fe483d569be5",
"body": "Implements the B2B2C end-customer notification dispatch platform:\n- Domain: CustomerNotificationLog (no body, Lucas amendment), CustomerTemplate,\n Channel/DeliveryStatus enums, ports (EmailSender, SMSSender, resolvers),\n repository contracts, SupportedTemplateKeys map\n- Infrastructure: PostgresNot\n[…]\np_reset.email.html\n- ADR-0019 documents all architectural decisions\n- permission: CustomerNotificationView + CustomerTemplateWrite constants\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(platform): add customer_notifications module (RFC-0036)",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T23:42:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3a224d557d9ae5033cd1a2ca091409db919506f",
"body": "…ions\n\nDocuments: CustomerJWTService dedicated (aud:customer), email enumeration\nresistance, IsLocked injectable clock, OTP 60s rate-limit, rolling refresh,\nPasswordHasher combined interface, FindByEmail SQL join.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(adr): ADR-0018 platform/customer_auth B2B2C authentication decis…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T23:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72bc678e64535cccfdfddbfe6c26dd5e0b879b32",
"body": "… module\n\n- domain: CustomerCredential with IsLocked()/RecordLoginFailure()/RecordLoginSuccess()\n injectable clock; CustomerRefreshToken/CustomerResetToken with IsValid()\n- domain errors: ErrInvalidCredentials always returned on bad email/password\n (email enumeration resistance, Lucas amendment)\n-\n[…]\n001 customer_credentials/refresh_tokens/reset_tokens; 0002 tenant_settings columns\n\nAll tests pass; staticcheck clean; migration lint clean.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(customer_auth): implement RFC-0034 B2B2C customer authentication…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T23:27:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34fe6ece0808d64b0ef35a8df540470d974a2f26",
"body": "Documents: upsert pattern, 5-state DomainVerificationStatus (TIMEOUT distinct\nfrom FAILED), injectable DNSResolver, XSS warning on EmailFooterHTML.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(adr): ADR-0017 platform/white_label — per-tenant branding",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T23:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98e074d4f83adf0255c90ade3b0662b903ccb43",
"body": "- domain: BrandSettings entity, DomainVerificationStatus (NOT_SET|PENDING|TIMEOUT|VERIFIED|FAILED), ErrBrandNotFound, ErrDomainNotPending, ErrCustomDomainTaken\n- infrastructure: PostgresBrandRepository with Upsert/FindByTenantID/FindByCustomDomain/UpdateDomainStatus\n- usecase: GetBrandSettings, Upda\n[…]\nings.up/down.sql with partial unique index on verified custom_domain\n- tests: 15 tests, all passing, staticcheck clean, migration lint clean\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(p1bis): implement platform/white_label — RFC-0035",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T23:04:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d0d9f0ae2503dca84d0d7f61e966bc7ffe0a20e",
"body": "Documents: execWithOptionalTx nil-pool pattern, tags table vs JSONB,\nGIN partial index WHERE deleted_at IS NULL, soft-delete design.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(adr): ADR-0016 platform/end_customers — B2B2C foundation",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T22:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40df56d2186fc7a3c63a2ac0bf100ccd4d0d1c98",
"body": "Full B2B2C end-customer management module:\n- domain: EndCustomer{ID,TenantID,ExternalID,Email,Phone,Status,Tags,Metadata}\n with Suspend()/Restore() methods; StatusActive/Suspended/Deleted consts\n- domain/repository: EndCustomerRepository interface with cursor ListParams\n- infrastructure: PostgresEn\n[…]\n12 tests, all passing; staticcheck clean; migration lint clean\n- kernel/permission: EndCustomerCreate/Read/Update/Delete/Suspend permissions\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(p1bis): implement platform/end_customers — RFC-0033",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T22:46:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46bab9f1c12a1055fd12c573e2c506e680bc5b78",
"body": "RFC-0033: GIN index + WHERE deleted_at IS NULL; GetEndCustomerUseCase\n listed; tags repository clarification noted.\n\nRFC-0034: IsLocked(now time.Time) pour testabilité; password_hash\n VARCHAR(72); rate-limit OTP SMS 60s obligatoire; résistance\n énumération email (toujours ErrInvalidCredentials); \n[…]\nFC-0020: §11 ajouté — contrat des événements outbox billing (invoice_paid,\n payment_reminder, subscription_renewed/canceled) pour RFC-0036.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(rfcs): incorporate Aziz+Lucas review amendments on RFCs 0033-0036",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T22:18:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a50ad7796168736532567e0a2b84ed1e4ff0c29",
"body": "RFC-0033 ACCEPTED — metadata validation enforcement noted for impl.\nRFC-0034 ACCEPTED — CustomerJWTService dédié (aud claim), OTP anti-spam\n (check token < 5min avant INSERT). Ne pas modifier jwt-service.go staff.\nRFC-0035 ACCEPTED — net.Resolver injectable avec context.WithTimeout 5s,\n port DNSRe\n[…]\nilité.\nRFC-0036 ACCEPTED — templates parsés au boot, colonnes tenant_settings dans\n customer_notifications/migrations/ (pas notification/).\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(rfcs): accept RFCs 0033-0036 after Aziz/Lucas review",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T22:14:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f718639413d2dd85eaf634e3b7911d1eaf60a2a",
"body": "Defines the iterative CI watch → RFC review → implement → ADR → code\nreview loop for P1bis B2B2C modules (RFC-0033 to RFC-0036).\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "chore: add .claude/loop.md — automated engineering workflow loop",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T22:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f8fd6b6c888142b4372e4219f1051d6d3c373f",
"body": "…auth, white_label, customer_notifications\n\nRFC-0033: Platform end_customers — modèle domaine EndCustomer, CRUD scoped\ntenant, tags, pagination curseur, événements outbox, API /customer/v1/.\n\nRFC-0034: Platform customer_auth — auth séparée pour end-customers, JWT\naudience \"customer\", tables customer\n[…]\nénements outbox (end_customer.created, billing.invoice_paid, OTP reset).\n\nStatut : PROPOSED — à soumettre Aziz + Lucas avant implémentation.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "docs(rfcs): add P1bis B2B2C RFCs 0033-0036 — end_customers, customer_…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T22:08:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "592d663d2e2e1da1b8e3b7aa01c1eb489a5c3968",
"body": "stubChecker was superseded by permCheckerStub (lines 212+) which\ncorrectly satisfies permission.Checker. Dead type was left behind\nafter refactor, breaking CI staticcheck job.\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "fix(user): remove unused stubChecker — staticcheck U1000",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T21:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426f1593f18f430a12917a89bb4cfc696b1e67da",
"body": "- platform/user/user_test.go: drop unused stubCheckerImpl (staticcheck U1000)\n- platform/billing/migrations/: add 0001_create_billing_tables.down.sql (migration filename check)\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "fix(ci): remove dead stubCheckerImpl, add billing down migration",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T21:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7082a4c0878197558d491f30f37d4ab3b6abdd38",
"body": "…ity, billing\n\nP1-0 kernel/permission/\n- PermissionChecker interface backed by MembershipRepository (no new SQL tables)\n- Static role→permission map for OWNER/ADMIN/AGENT/VIEWER\n- PlatformAdmin bypass via context flag (ADR-0011)\n\nP1-1 platform/notification/\n- invite_accepted email handler + EN/FR te\n[…]\n9: P1 validation package for Aziz/Lucas\n- ADRs 0011-0015: one per module decision\n\nexamples/saas-b2b/main.go: full wiring of all new modules\n\nCo-Authored-By: Claude Sonnet 4.6 <openclaude@gitlawb.com>",
"is_bot": false,
"headline": "feat(p1): v0.2.0 — permission, notification, user profile, observabil…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-28T11:11:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66f897a7aa7f339345381890d95a8a663006584e",
"body": "test",
"is_bot": false,
"headline": "Merge pull request #57 from agile-factory/roadmap-seed",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-15T16:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50bf476bea9f93d577fc3704c27bbbea9386e4a9",
"body": null,
"is_bot": false,
"headline": "test",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-06-15T16:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6de7b83879b90d0e7b3085a40d90e5f61c04a2",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: rename module to github.com/agile-factory/kernel",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-16T16:35:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "83548f8261d7eb2ed4d6cbbf8630177b67a26045",
"body": "feat(roadmap): seed\n scripts for project board",
"is_bot": false,
"headline": "Merge pull request #56 from agile-factory/roadmap-seed",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-16T16:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3459f449e3a5e6fe92bf7d896c8834a2896a447e",
"body": "- Create README.md for roadmap seeding with instructions and prerequisites.\n- Add items.json containing milestones, RFCs, and ADRs for the project.\n- Implement seed.sh script to automate the creation of GitHub issues and project items from items.json, ensuring idempotency and proper field mapping.",
"is_bot": false,
"headline": "feat(roadmap): add seeding scripts for project board",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-16T06:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e225b74faaff730c13fc0497ad693cf7e079603a",
"body": "feat: add operational runbook for kernel v0.1.0",
"is_bot": false,
"headline": "Merge pull request #16 from agile-factory/doc",
"author_name": "Franchis Janel MOKOMBA",
"author_login": "pro12x",
"committed_at": "2026-05-15T23:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "481d58e04d9c1d53d6233a86484436a0fc21f94e",
"body": "- Introduced a comprehensive operational runbook detailing procedures for deployment, schema migrations, rollbacks, JWT secret rotation, and more.\n- Included diagnostics and resolutions for common incidents such as outbox issues, refresh token invalidation, tenant deletion, and accidental db-reset r\n[…]\ning notification handling, wiring, configuration, consumed events, and templates.\n- Created README for `platform/tenant/` detailing tenant management, wiring, configuration, endpoints, and migrations.",
"is_bot": false,
"headline": "feat: add operational runbook for kernel v0.1.0",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T20:02:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be268d340b5a25bf34a4a2586d57f3fe460bc105",
"body": "Update",
"is_bot": false,
"headline": "Merge pull request #15 from agile-factory/update",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T05:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67498b1313a9c57d0c960910bd0573cfdf08953",
"body": "…tion and member invitation\n\n- Added notification module to handle email notifications for user actions.\n- Implemented event types for email verification requests and member invitations.\n- Created email templates for both HTML and plain text formats in English and French.\n- Introduced a logging mech\n[…]\nrs for different environments.\n- Integrated notification module into the main application, ensuring proper initialization and subscription to events.\n- Added database migrations for notification logs.",
"is_bot": false,
"headline": "feat(notification): implement notification module with email verifica…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T05:45:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6d0b1ea58559ec8ee5d5bb072d990b3c7d534d2",
"body": null,
"is_bot": false,
"headline": "fix(docs): update README for clarity and formatting improvements",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T02:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e83f0d7ea830d53b7094b79e3719f6c0e1c8bab",
"body": "Feature",
"is_bot": false,
"headline": "Merge pull request #14 from agile-factory/feature",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T02:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d12cb7d681472f9be7a56233069584ab607766",
"body": "…rigger",
"is_bot": false,
"headline": "feat(workflow): update wiki sync workflow comments and disable push t…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T01:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7cc2f64e9c455d619e311fb56032884cb44056a",
"body": null,
"is_bot": false,
"headline": "feat(docs): improve error handling for wiki cloning and pushing",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T01:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87cab69d4a89b94554619f16b2cf10719cd15fa",
"body": "Feature",
"is_bot": false,
"headline": "Merge pull request #13 from agile-factory/feature",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T01:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "594db874a3550eb7a7a5652f9c916298b8a48698",
"body": "…updates",
"is_bot": false,
"headline": "feat(docs): add wiki sync workflow and sync script for documentation …",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T01:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea522204e99f07e1640aec726f560835c7e4be3",
"body": "… functionality\n\n- Implemented tenant settings management, including retrieval and updates.\n- Added soft-delete functionality for tenants, preserving historical data.\n- Introduced new use cases for updating tenant names and settings.\n- Updated HTTP routes to reflect new endpoints for tenant settings.\n- Added migration scripts for managing unique constraints on memberships.\n- Created CI workflows for automated testing and linting.\n- Established conventions for migration file naming and structure.",
"is_bot": false,
"headline": "feat(tenant): enhance tenant management with settings and soft-delete…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T01:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee93eff7b0589a8bfc5bf6a8278b9bc391f0d3dd",
"body": null,
"is_bot": false,
"headline": "feat(membership): remove AcceptInviteUseCase implementation",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T01:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68ee18a453f9dabfc92d64799a8859ee99b3315",
"body": "… rotation\n\nfeat(membership): add invite token domain and repository for managing invites\n\nfeat(membership): implement invite token persistence and retrieval in Postgres\n\nfeat(tenant): refactor tenant repository to use transaction context\n\nfeat(auth): create email verification token repository for m\n[…]\ngnup owner use case for tenant and user creation\n\nfeat(auth): create verify email use case for email verification process\n\nfeat(membership): add invite token domain model and repository implementation",
"is_bot": false,
"headline": "feat(auth): implement refresh token use case with atomicity and token…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T00:02:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a78df8f1c607588913f4067aaa23b98c9799be0",
"body": null,
"is_bot": false,
"headline": "feat(auth): remove RegisterUseCase implementation",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-15T00:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f3bd1e2ecbedde94ffd758c12129bf98cac84d6",
"body": "This commit updates the icon for the `.directory` file to\n`folder-development`.\nIt also removes several unused diagram files, including `usecase.svg`,\n`wireflow.svg`, `Scratchpad.xml`, `usecase.pdf`, `wireflow.pdf`, and\n`lokatik.drawio`, to clean up the project and reduce its size.",
"is_bot": false,
"headline": "Update folder icon and remove unused diagrams",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-14T20:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e34a5f6ce1253ff50f672d7e595ef056c7c6194",
"body": "Feature",
"is_bot": false,
"headline": "Merge pull request #12 from agile-factory/feature",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c085701196751b2b3e7de4ca3987726a759cfd6",
"body": "- Add events package with Publisher and Subscriber interfaces.\n- Implement OutboxPublisher for inserting events into event_outbox.\n- Create Bus to manage event publishing and dispatching.\n- Add migrations for event_outbox and processed_events tables.\n- Introduce txctx package for managing database t\n[…]\nnd RefreshToken domain models with repositories.\n- Implement migrations for email verification and refresh tokens.\n- Reserve space for future packages: apikey, devportal, usage_metering, webhooks_out.",
"is_bot": false,
"headline": "feat(events): implement transactional outbox bus per RFC-0015 v1.1",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:38:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "460710c00d9d6c2d52cae40e9278cc117a508f83",
"body": "- Refactor architecture overview for `AgileFactory/kernel`, detailing package structure and technical stack.\n- Change status of RFCs 0018, 0019, 0020, 0021, 0028 to ACCEPTED with implementation timelines.\n- Amend RFC 0038 to ACCEPTED + IMPLEMENTED, updating migration file naming conventions and CI checks.",
"is_bot": false,
"headline": "docs: Update architecture overview and RFC statuses",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764d1fc23bf45c86367408e587e3986d68f5a7b0",
"body": "…nd tenant modules",
"is_bot": false,
"headline": "feat(migrations): embed SQL migrations for audit, auth, membership, a…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc96e93a1fe2546cf37689b922cb3e30cc8999d",
"body": "…les with rollback scripts",
"is_bot": false,
"headline": "feat(migrations): add initial audit, user, membership, and tenant tab…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c93cfe11ffd1f575a30d98b3ea70f23b8976948",
"body": "… handlers and use cases",
"is_bot": false,
"headline": "feat: implement audit, auth, membership, and tenant modules with HTTP…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9235c69f082b9e23853fee61ef031de00ea6aae",
"body": null,
"is_bot": false,
"headline": "refactor: remove unused container.go file",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T19:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ebe3d5a2109a1b4ef92e033912915249d4a0ba8",
"body": "- Updated Go version in Dockerfile to 1.25-alpine.\n- Changed build command in Dockerfile to compile the saas-b2b example.\n- Refactored Makefile to streamline build and run commands for the saas-b2b example.\n- Removed old backend binary and adjusted paths for new structure.\n- Updated import paths acr\n[…]\n test files and adjusted imports accordingly.\n- Refactored membership and tenant domain files to use new import paths.\n- Updated all relevant use cases and handlers to align with new module structure.",
"is_bot": false,
"headline": "refactor: update project structure and dependencies",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T18:50:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98885cbcfd935ba5043c267d7256b2925c136bbf",
"body": "- Added MembershipRepository interface for membership persistence.\n- Implemented PostgresMembershipRepository with methods for saving, finding, and listing memberships.\n- Created queries for membership operations in Postgres.\n- Developed use cases for accepting, inviting, listing, and revoking membe\n[…]\nnding, and checking tenant existence.\n- Created queries for tenant operations in Postgres.\n- Developed use cases for creating and finding tenants.\n- Added HTTP handlers and DTOs for tenant management.",
"is_bot": false,
"headline": "feat(membership): implement membership repository and use cases",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T18:50:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4090792020a551a09a07b13d58cc11e51751a1c",
"body": "Update",
"is_bot": false,
"headline": "Merge pull request #11 from Xnil0/main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-14T18:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbba975126484b17bfd50ca29c4ce774af9c872",
"body": null,
"is_bot": false,
"headline": "Merge branch 'AgileFactory:main' into main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-14T18:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe7ec82310345a3495dfbc46a885c78c0d3aec0",
"body": "Updates the Scratchpad.xml file to reflect current diagram data and\nremoves outdated elements.\nAlso adjusts the diagram size in lokatik.drawio to accommodate recent\nchanges.",
"is_bot": false,
"headline": "Refactor: Update diagram data and adjust diagram size",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-14T18:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100ced35c75cf20c61916b61901d34b9fac7e366",
"body": null,
"is_bot": false,
"headline": "Delete LICENSE",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T18:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c184f186510f34d7c4506b2d354aa312fa2a3eb",
"body": null,
"is_bot": false,
"headline": "Remove MIT License from LICENSE file",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-14T18:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518bdf1e42524e6c5d9d6593b3089c2c9656097b",
"body": "Add temporary drawio file to gitignore",
"is_bot": false,
"headline": "Merge pull request #10 from Xnil0/main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T05:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3addb09b541dd127d6d9c4625e899e52412cfa81",
"body": "This commit adds the temporary `.dtmp` file extension used by draw.io to\nthe `.gitignore` file, preventing it from being accidentally committed.",
"is_bot": false,
"headline": "Add temporary drawio file to gitignore",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-12T05:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab9e8ff9312a0aadb998360cfc1276ea6f39612",
"body": null,
"is_bot": false,
"headline": "Updated wireflow.pdf",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b493cc099c9f7d2e443ca8f0ec0362729354bb",
"body": null,
"is_bot": false,
"headline": "Update lokatik.drawio",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e15a91371680b67fa7ac00da8ad7899fd1473038",
"body": null,
"is_bot": false,
"headline": "Update lokatik.drawio",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c02571d9662544d250a0f494c5808353b06b1c",
"body": null,
"is_bot": false,
"headline": "Added wireflow.pdf",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d61854c917a7eb6d3715d0bb1669aed87388e95",
"body": null,
"is_bot": false,
"headline": "Update lokatik.drawio",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c276cd3c7926959182f919b1e5d88b8083cf0a7",
"body": null,
"is_bot": false,
"headline": "Added wireflow.pdf",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b57f6725c14c3153b1d1046f7a4e659ba2b3e60",
"body": null,
"is_bot": false,
"headline": "Update lokatik.drawio",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0a2ba2aba037abeeac69485fdac6168ae0cba37",
"body": "Add map shape to diagrams and update folder icon",
"is_bot": false,
"headline": "Merge pull request #8 from Xnil0/main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1d6d78e417207b2603c933941b24f4ce16981f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'AgileFactory:main' into main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38b3ee5cba692ee16ac82e8145fa5486cb833d7",
"body": "This commit introduces a new map shape to the Scratchpad.xml file within\nthe\ndiagrams directory. This shape can be used to represent maps in\narchitectural\ndiagrams.\n\nAdditionally, a .directory file is added to the diagrams folder, which\nsets\nthe folder icon to a brown color.",
"is_bot": false,
"headline": "Add map shape to diagram scratchpad",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a581f459b8952aeeb659b9e03c927d79e22c067e",
"body": null,
"is_bot": false,
"headline": "Update lokatik.drawio",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304b0fca2d44b155ad56adfc00b0d7758da90e4b",
"body": null,
"is_bot": false,
"headline": "Added Scratchpad.xml",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T04:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d2161e684b2b576a5024e265f938e4006e8c0bc",
"body": "Update lokatik diagram and related files",
"is_bot": false,
"headline": "Merge pull request #7 from Xnil0/main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T03:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85618b7849d12e0d1102597a9c541c6f19b0c066",
"body": "Adds a new scratchpad file for architecture diagrams and updates the\nlokatik.drawio file to reflect new diagram dimensions and element\npositions. Also includes a new legend.md file for diagrams.",
"is_bot": false,
"headline": "Update lokatik diagram and related files",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-12T03:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93a1d2f1669d26793759ca6e5d837e444fd098c",
"body": "…nd architecture/rfcs directories",
"is_bot": false,
"headline": "refactor: reorganize documentation into dedicated architecture/adrs a…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-12T03:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c349f69dc284bdba8c992715dd9e79673d36af9",
"body": "…ite for the platform.",
"is_bot": false,
"headline": "docs: initialize architecture design records and RFC documentation su…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-12T03:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7745be8acec59ea76829761582591b9c9fbf70ab",
"body": "Feature",
"is_bot": false,
"headline": "Merge pull request #5 from AgileFactory/feature",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-12T03:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8777a9a28d2c489a190ee6caad9804e45986879",
"body": "Update .gitignore and improve architecture diagrams",
"is_bot": false,
"headline": "Merge pull request #6 from Xnil0/main",
"author_name": "Cheikh Mounirou Coly Diouf",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-12T03:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba00cbb07a897b5031c9529cf9ff7378d84baecc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'AgileFactory:main' into main",
"author_name": "J4ck",
"author_login": "Xnil0",
"committed_at": "2026-05-12T03:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ad241edcc3782977cc3a173d464b548c81ea598",
"body": "…gination handling",
"is_bot": false,
"headline": "fix: return empty slice instead of nil in applyPage for consistent pa…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-04T04:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a30973004f1be7cdeb39f6e4466fd1aa1667777",
"body": "…rs and enhance error handling in audit and membership handlers",
"is_bot": false,
"headline": "feat: update auth middleware to prevent identity injection into heade…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-04T04:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb80b2084ab5632d85d25a650bfc9448890d943",
"body": "- Added JWT header validation to ensure only HS256 algorithm is accepted.\n- Updated audit handlers to read user ID from context instead of headers for security.\n- Introduced error handling for invalid cursor tokens in audit log queries.\n- Improved concurrency safety in audit log repository and tests.\n- Enhanced SQL migrations for cursor indexes to avoid locking issues.",
"is_bot": false,
"headline": "feat: enhance JWT validation and improve audit logging mechanisms",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-04T03:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da1278c81af01c21b663043984a278987f26bb7",
"body": null,
"is_bot": false,
"headline": "Refactor documentation to new architecture directory",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-03T13:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "686092bfb27b5b16ef0fd6e0c801ebabe0526594",
"body": "This commit adds two new SVG files: `usecase.svg` and `wireflow.svg`.\nThese files represent diagrams for use cases and wireflows,\nrespectively.",
"is_bot": false,
"headline": "Add use case and wireflow SVGs",
"author_name": "Xnil0",
"author_login": "Xnil0",
"committed_at": "2026-05-02T15:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab31fd3cfa0340fd5b276c36327c04a7caa1460a",
"body": null,
"is_bot": true,
"headline": "📝 CodeRabbit Chat: Add unit tests for PR changes",
"author_name": "coderabbitai[bot]",
"author_login": "coderabbitai[bot]",
"committed_at": "2026-05-02T14:13:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "315469f5e88fc184b8fcc8812958434a61886227",
"body": null,
"is_bot": false,
"headline": "docs: remove RFC 0017 on GitHub to Discord webhook mutation",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-02T13:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab88dbe759284f5550c0c2161def173f1c43b36",
"body": "… OFFSET to cursor-based",
"is_bot": false,
"headline": "docs: add RFC 0017 outlining scalable hybrid pagination strategy from…",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-02T13:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "298574c6c48013f3c0bedc671e3de22ac58f1dd7",
"body": null,
"is_bot": false,
"headline": "docs: update features section header in README",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-02T13:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42aa928c088d15a3fbc4c1118486a65b75f37292",
"body": null,
"is_bot": false,
"headline": "test: add unit tests for auth, membership, and audit modules",
"author_name": "cheikh-nakamoto",
"author_login": "Cheikh-Nakamoto",
"committed_at": "2026-05-02T04:34:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 130,
"latest_release_at": "2026-05-16T16:35:30Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": true,
"days_since_last_push": 23,
"active_weeks_last_year": 8,
"days_since_latest_release": 68,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 12,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/agile-factory/kernel",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/agile-factory/kernel",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/agile-factory/kernel",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-05-16T16:35:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 68
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"docs/api/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [
"docs/website-docs/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 64006,
"source_files_sampled": 255,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/jackc/pgx/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.9.2"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.50.0"
},
{
"name": "github.com/golang-migrate/migrate/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.19.1"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/minio/minio-go/v7",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v7.1.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/prometheus/client_model",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 21,
"open_issues": 9,
"closed_ratio": 0.769,
"closed_issues": 30,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Cheikh-Nakamoto",
"commits": 90,
"avatar_url": "https://avatars.githubusercontent.com/u/97467044?v=4"
},
{
"type": "User",
"login": "Xnil0",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/122977558?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "pro12x",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/94647573?v=4"
},
{
"type": "User",
"login": "Balthazar-sn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/270395458?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.698
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"wiki-sync.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "4 out of 4 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/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 30 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"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": 0,
"reason": "45 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a4c451539b80d8cc59ae380851176a3041551f43",
"ran_at": "2026-07-23T22:27:55Z",
"aggregate_score": 3.3,
"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-06-30T02:26:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-30T02:24:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 18,
"created_at": "2026-05-16T05:53:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2026-05-16T05:53:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2026-05-16T05:54:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2026-05-16T05:57:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-05-16T05:57:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2026-05-16T05:58:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2026-05-16T05:58:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-05-16T05:58:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2026-05-16T05:58:22Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/agile-factory/kernel",
"host": "github.com",
"name": "kernel",
"owner": "agile-factory"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 33,
"vitality": 66,
"community": 12,
"governance": 51,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 130,
"human_commit_share": 0.99,
"days_since_last_push": 23,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 23 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "130 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 130
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 30 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": "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": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0",
"releases_from_tags": true,
"days_since_latest_release": 68,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 68 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 68
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 23,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 23 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 23
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.698
},
"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 70% of commits",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"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": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 21,
"open_issues": 9,
"closed_issues": 30,
"issue_closed_ratio": 0.769,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "77% of issues closed",
"points": 36,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 77
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/22 decided PRs merged",
"points": 36.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 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": 38,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "agile-factory",
"public_repos": 3,
"account_age_days": 72
},
"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 agile-factory",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "agile-factory"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~0 yr old",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/agile-factory/kernel"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 68
},
"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 68 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 68
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 67,
"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": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 4 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/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 30 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "45 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 65,
"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.828,
"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": "82 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 82,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"docs/website-docs/tsconfig.json"
],
"agent_commit_share": 0.02,
"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": "docs/website-docs/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/website-docs/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 64006,
"source_files_sampled": 255,
"oversized_source_files": 1
},
"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": "1/255 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 255,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"docs/api/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "docs/api/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/api/openapi.yaml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T22:28:13.716051Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/agile-factory/kernel.svg",
"full_name": "agile-factory/kernel",
"license_state": "absent",
"license_spdx": null
}