feat: GitHub integration, mobile responsive UI, and tooling#1
Merged
corvid-agent merged 2 commits intomainfrom Feb 24, 2026
Merged
feat: GitHub integration, mobile responsive UI, and tooling#1corvid-agent merged 2 commits intomainfrom
corvid-agent merged 2 commits intomainfrom
Conversation
- Add mobile-responsive layout with sidebar overlay and section nav toggle - Add spec-check CI job to validate .spec.md files on push/PR - Add spec-check CLI tool and package.json script - Add CLAUDE.md agent instructions and .speckit/ constitution - Fix validator false-positive: sections with subsections no longer flagged as empty Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add GitHubService for connecting to GitHub repos via REST API with PAT auth: - Pull all .spec.md files from a configured repo/branch/path - Push spec changes to new branches and create pull requests - Track GitHub blob SHAs for clean updates Add GitHubConnectComponent in sidebar for repo connection management. Add "Create PR" button to editor page for GitHub-sourced specs. Add githubSha field to Spec model for tracking remote file state. Update importMarkdownFiles to accept optional SHA from GitHub pulls. Add specs for github-service and github-connect, update 5 existing specs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 tasks
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
GitHubServiceandGitHubConnectComponentenabling users to connect to a GitHub repo, pull.spec.mdfiles, push changes to new branches, and create pull requests — all from the browserspec-checkCI job validates all.spec.mdfiles on push/PR, plusbun run spec-checkscriptspec-check.tsCLI validator,CLAUDE.mdagent instructions,.speckit/constitution.md## Public APIwith### Exported Typesbeneath it)github-service,github-connect), 5 updated specs, all 14 pass validationNew Files
src/app/services/github.service.tssrc/app/components/github-connect/*specs/services/github-service.spec.mdspecs/components/github-connect.spec.mdtools/spec-check.tsCLAUDE.md.speckit/constitution.mdTest plan
bun run buildsucceedsbun run spec-check specs/passes all 14 specs with 0 errors, 0 warnings🤖 Generated with Claude Code