Skip to content

Instantly share code, notes, and snippets.

function svn
{
# rebuild args to get quotes right
CMD=
for i in "$@"
do
if [[ "$i" =~ \ ]]
then
CMD="$CMD \"$i\""
else
@tonek
tonek / gist:e119465313e23b5cd536392664098681
Created July 11, 2025 22:45
full_git_analysis_prompt.md
Current feature/project:
**Automated Daily Change Analysis and AI-Powered Summaries for GitHub Repositories in Dev-observer**
This request is part of the following context from the PRD:
Dev-observer will provide automated, daily AI-powered natural language summaries of recent changes (merged pull requests and commits) for enrolled GitHub repositories. Users can enroll/unenroll repositories via UI or API, and view change summaries in a timeline feed or via REST API. The system must ensure robust error handling, access control, and analytics instrumentation.
---
### Goals
# Combined Feature Candidates
| id | title | brief | status | docs_status | confidence | tickets | evidence | repos |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| F-001 | Codeup Multi-Job Orchestration | A unified orchestrator schedules and tracks coding, analysis, setup, and PR-addressing jobs per workspace. | new | pending | high | jira:TES-323,jira:TES-319 | repos/codeup/protos/codeup/jobs.proto, repos/codeup/protos/codeup/api/orchestrator.proto, repos/codeup/internal/server/orchestrator/orchestrator.go | codeup |
| F-002 | PR Comment To Automated Addressing Runs | PR comments can trigger an automated addressing run that posts updates back to the provider PR thread. | new | pending | high | jira:TES-316,jira:TES-315,jira:TES-314,jira:TES-313 | repos/webapp/src/app/api/integrations/github/webhook/route.ts, repos/webapp/src/app/data/codeup/prCommentDelegation.ts, repos/codeup/protos/codeup/jobs.proto | webapp, codeup |
| F-003 | Repository Guidance Feedback Loop | Inline research comments and i