ADR 0009: GitHub App for agent identity and ephemeral credentials (undecided) - #108
Closed
ralphbean wants to merge 5 commits into
Closed
ADR 0009: GitHub App for agent identity and ephemeral credentials (undecided)#108ralphbean wants to merge 5 commits into
ralphbean wants to merge 5 commits into
Conversation
Establishes that control flows strictly downward through the execution stack (Dispatch → Infrastructure → Sandbox → Harness → Runtime) and no layer may influence layers above it. Distinguishes prohibited upward control flow from permitted upward data flow (telemetry, failure signals). Renames "Work Coordinator" to "Agent Dispatch and Coordination Layer" for clarity. Adds an "Execution Stack" section to architecture.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deterministic code paths (agent runtime wrapper and skill scripts) use a shared library (forgekit) for forge-portable operations. Agents themselves use native forge CLIs — LLMs adapt naturally to the forge they're working with. Updates architecture.md: adds Forge Abstraction Layer section, updates Identity Provider for forgekit credential issuance, generalizes dispatch layer to use forge-neutral language. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub Actions is the first execution platform, serving as both trigger and infrastructure. A platform-agnostic entry point ensures nothing below the infrastructure layer knows it's running on GH Actions. Kubernetes is the anticipated second platform. Updates architecture.md: resolves the initial platform question in Agent Infrastructure, adds GH Actions trigger note to Agent Dispatch and Coordination Layer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Proposes using GitHub reusable workflows so secrets (GitHub App private key) live only in the .fullsend repo, structurally inaccessible to enrolled repos. Marked undecided pending an experiment to verify that workflow_call actually provides this isolation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… (undecided) Proposes GitHub App installation tokens as the credential mechanism for agents — short-lived, repo-scoped, with per-role permission scoping. The approach is proven (experiment #67) but the credential delivery mechanism depends on ADR 0008's reusable workflow validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 31, 2026
Closed
Closed
Member
Author
|
Some related material at https://gist.github.com/ralphbean/c9d87252346950f301c5cbafa0f9df2e#rbean |
ralphbean
marked this pull request as ready for review
April 7, 2026 17:12
Member
Author
|
This is redundant now. Superseded by ADR 7. |
This was referenced Apr 10, 2026
This was referenced Jul 15, 2026
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
forgekit(ADR 0006)Dependencies
🤖 Generated with Claude Code