Package dotnet Dockerfile recipe as examples/dotnet-project/#107
Merged
Conversation
Copy-pasteable recipe for running /afk & /hitl against a non-TypeScript (dotnet) target project: README + orchestrator.env template pointing SANDCASTLE_IMAGE at the dotnet inner image (sandcastle-dotnet:local, #106) and AGENTIC_REPO at the validation fixture repo (lsfera/dotnet-afk-proof). Structural first for examples/ — every prior example is a pure tier/model config recipe; this one also points at a non-default inner image and an external repo, so it's the first to actually set AGENTIC_REPO. One new row added to examples/README.md's table; no other entries touched. Implements issue #3 of .scratch/dotnet-afk-support/PRD.md (this workspace's local tracker). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
/afk//hitlagainst a non-TypeScript (dotnet) target project: README +orchestrator.envpointingSANDCASTLE_IMAGEat the dotnet inner image (sandcastle-dotnet:local, from Add dotnet inner sandbox image recipe (.sandcastle/Dockerfile.dotnet) #106) andAGENTIC_REPOat the validation fixture repo (lsfera/dotnet-afk-proof).examples/— every prior example is a pure tier/model config recipe; this is the first pointing at a non-default inner image and an external repo.Verification
git diff examples/README.mdshows exactly one new row added, nothing else touched.Implements issue
03of.scratch/dotnet-afk-support/PRD.md(this workspace's local issue tracker). Next: issue04, the live end-to-end/afkvalidation run using this recipe.🤖 Generated with Claude Code