adds git config and spec-kit to claude-code-runner#86
Merged
Gkrumbach07 merged 6 commits intoambient-code:mainfrom Sep 17, 2025
Merged
adds git config and spec-kit to claude-code-runner#86Gkrumbach07 merged 6 commits intoambient-code:mainfrom
Gkrumbach07 merged 6 commits intoambient-code:mainfrom
Conversation
- Add Git integration This provides foundation for Git operations including: - User configuration for commits (name/email) - Repository cloning and management - SSH key and token authentication support - Basic UI for Git configuration Co-Authored-By: Claude <noreply@anthropic.com>
Tests cover: - Git configuration parsing and validation - Environment variable handling - Repository cloning and authentication - Form validation and API endpoints - Error handling and edge cases - Container integration and deployment validation Co-Authored-By: Claude <noreply@anthropic.com>
Spec-Kit features added. The runner now supports two modes: 1. Standard agentic sessions for website analysis with Playwright MCP 2. Spec-driven development sessions using /specify, /plan, /tasks commands Co-Authored-By: Claude <noreply@anthropic.com>
This commit adds the ability to configure default Git settings through a Kubernetes ConfigMap, providing a simpler alternative to per-session UI configuration. Co-Authored-By: Claude <noreply@anthropic.com>
This commit ensures all container images are pulled fresh on every deployment, which is essential for testing latest builds and CI/CD workflows. Co-Authored-By: Claude <noreply@anthropic.com>
ae8519e to
2040028
Compare
2040028 to
84e6dc3
Compare
Collaborator
|
this looks good, will follow up with fixes in following PRs |
sallyom
pushed a commit
that referenced
this pull request
Oct 15, 2025
adds git config and spec-kit to claude-code-runner
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.
Adds spec-kit and git configuration to claude-code-runner