Conversation
Adds POST /admin/ui/projects/{repo_slug}/rescan route that creates a
new onboarding run and enqueues it, then redirects to the live status
page — same flow as the wizard but without touching the Jira mapping.
Adds CSRF-protected button in the project detail page header.
Co-Authored-By: Claude Sonnet 4.6 <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
app/repo_profiler.py,app/claude_client.py): Monorepo detection by scanning top-level subdirs when root isgeneric_unknown; addsis_monorepo+monorepo_componentsto capability profile. Architecture snapshot now includes afile_landmark_map(files by change type) injected into story prompts so Claude knows which file to edit.app/workflows.py,app/claude_client.py): Before generating Stories from an Epic, a fast Haiku call detects missing specifics (tech stack, acceptance criteria, scope) and asks the admin via Telegram before assuming. Well-specified epics pass through without interruption.app/ui.py,app/templates/admin/project_detail.html): "Re-run Analysis" button on/admin/ui/projects/{repo_slug}triggers a new onboarding run (clone → profile → commands → structure → architecture → conventions → deployment) and redirects to the live status page. Useful after the analyzer improves or the repo evolves.Test plan
suyogjoshi-comroot =generic_unknown,frontend/detected asnode_react)/rescanreturns 200 and enqueues job🤖 Generated with Claude Code