Window too narrowDesktop required

Widen this browser windowUse a laptop for the Config Builder

This looks like a desktop browser, but the current window is too narrow for the Config Builder layout. Make the window wider to continue.This tool needs enough room for collection sources, publish targets, JSON output, and terminal fallback commands. Open it from a desktop browser with GitHub CLI available for private repository lookups.

Inputs

GitHub names and URLs become stable node IDs in the generated config.

Private repositories require GitHub CLI for manual ID lookup.

Profile

Output

Fix inputs
{
  "$schema": "https://shiplog.karanbalani.tech/schemas/shiplog.config.schema.json",
  "version": 1,
  "profile": {
    "displayName": ""
  },
  "collect": {
    "lookbackDays": 7,
    "accounts": [
      {
        "provider": "github",
        "accountId": "",
        "tokenEnv": "GH_RO_CLASSIC_TOKEN",
        "organizationPatTokens": [],
        "ignore": {
          "organizations": [],
          "repositories": []
        }
      }
    ]
  },
  "publish": {
    "targets": [
      {
        "provider": "github",
        "repositoryId": "",
        "branch": "main",
        "path": "README.md",
        "tokenEnv": "GH_RW_REPO_TOKEN"
      }
    ]
  }
}