From 7203d2868c4c8928309c87a803f8a83625656b71 Mon Sep 17 00:00:00 2001 From: nstranquist Date: Tue, 18 Aug 2026 19:38:13 -0500 Subject: [PATCH] feat: add public product passport --- .nicos/product.yaml | 1 + assets/brand/wip-commit.svg | 1 + portfolio/manifest.yaml | 46 +++++++++++++++++++++++++++++++++---- 3 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 assets/brand/wip-commit.svg diff --git a/.nicos/product.yaml b/.nicos/product.yaml index cdd7ba2..954d245 100644 --- a/.nicos/product.yaml +++ b/.nicos/product.yaml @@ -5,6 +5,7 @@ surface: products kind: product status: experimental launch: built +license: MIT tags: - go - git diff --git a/assets/brand/wip-commit.svg b/assets/brand/wip-commit.svg new file mode 100644 index 0000000..0b52f0e --- /dev/null +++ b/assets/brand/wip-commit.svg @@ -0,0 +1 @@ +wip-commit original application mark \ No newline at end of file diff --git a/portfolio/manifest.yaml b/portfolio/manifest.yaml index c1458b7..de221d4 100644 --- a/portfolio/manifest.yaml +++ b/portfolio/manifest.yaml @@ -1,8 +1,46 @@ -schema_version: 1 +schema_version: 2 product_id: product.wip-commit -visibility: internal -reviewed: false -assets: [] +visibility: public +reviewed: true +presentation: + summary: Guarded split-commit capture for parallel agents in shared Git checkouts. + detail: Discover path ownership, isolate an exact staged delta, run policy gates, create a recoverable commit, and keep unrelated or concurrently staged work outside the commit. + language: Go + lane: Git safety and agent ergonomics +access: + profile: go-cli + primary_action: + kind: source + label: Build wip-commit + url: https://github.com/nstranquist/wip-commit#build-locally + repository_url: https://github.com/nstranquist/wip-commit + documentation_url: https://github.com/nstranquist/wip-commit#start-with-wip-init + feedback_url: https://github.com/nstranquist/wip-commit/issues/new + module: github.com/nstranquist/wip-commit + binary: wip + smoke_argv: [go, run, ./cmd/wip, --help] +proof: + claims: + - id: exact-path-capture + statement: The workflow captures an explicit path set instead of committing the entire shared index. + evidence_kind: documentation + evidence_url: https://github.com/nstranquist/wip-commit#capture-work + - id: safety-boundary + statement: The repository documents index ownership, recovery, and unsupported destructive operations. + evidence_kind: documentation + evidence_url: https://github.com/nstranquist/wip-commit#safety-scope + boundaries: + - The public repository currently has no SemVer tag or formal GitHub Release. + - Guarded commits reduce shared-checkout risk but cannot infer human ownership intent. +assets: + - path: assets/brand/wip-commit.svg + kind: logo + alt: wip-commit application icon + provenance: authored-svg + copyright_owner: Nico Stranquist + generator: catalog-brand-svg/v2 + concept: git-shield + score: 100 case_study: enabled: false evidence: []