Skip to content

build: add capsec capability-security tokens to CLI and infra adapters - #103

Draft
bordumb wants to merge 1 commit into
mainfrom
devCiworkflows
Draft

build: add capsec capability-security tokens to CLI and infra adapters#103
bordumb wants to merge 1 commit into
mainfrom
devCiworkflows

Conversation

@bordumb

Copy link
Copy Markdown
Contributor

Thread capsec SendCap tokens through the CLI boundary into all I/O
adapters (filesystem, network, subprocess). This is plumbing-only:
tokens are minted at the entry point and passed to adapter constructors
to make I/O permissions explicit in the type system. Actual enforcement
is limited to FileConfigStore and LocalFileArtifact; git2 and reqwest
adapters hold tokens as documentation markers for now.

 Thread capsec SendCap tokens through the CLI boundary into all I/O
adapters (filesystem, network, subprocess). This is plumbing-only:
tokens are minted at the entry point and passed to adapter constructors
to make I/O permissions explicit in the type system. Actual enforcement
is limited to FileConfigStore and LocalFileArtifact; git2 and reqwest
adapters hold tokens as documentation markers for now.
@bordumbbordumb self-assigned this Mar 25, 2026
@bordumb
bordumb marked this pull request as draft March 25, 2026 01:53
@vercel

vercelBot commented Mar 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
authsReadyReadyPreview, CommentMar 25, 2026 1:53am

@github-actions

Copy link
Copy Markdown

Auths Commit Verification

CommitStatusDetails
65d4f7c0✅ VerifiedSigned by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local

Result: ✅ 1/1 commits verified

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@bordumb