Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nicos/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ surface: products
kind: product
status: experimental
launch: built
license: MIT
tags:
- go
- git
Expand Down
1 change: 1 addition & 0 deletions assets/brand/wip-commit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 42 additions & 4 deletions portfolio/manifest.yaml
Original file line number Diff line number Diff line change
@@ -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: []