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
| function svn | |
| { | |
| # rebuild args to get quotes right | |
| CMD= | |
| for i in "$@" | |
| do | |
| if [[ "$i" =~ \ ]] | |
| then | |
| CMD="$CMD \"$i\"" | |
| else |
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
| 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 |
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
| # 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 |
OlderNewer