Update self-development README with architecture visualization#464
Merged
Update self-development README with architecture visualization#464
Conversation
e5f0bf7 to
6244dd8
Compare
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="self-development/README.md">
<violation number="1" location="self-development/README.md:43">
P2: The diagram arrows from `kelos-fake-strategist` fan out to all three output types (New Issues, New PRs, Triage Reports), but this spawner only creates GitHub Issues. The "New PRs" and "Triage Reports" boxes should be connected to the spawners that actually produce them (`kelos-self-update` → PRs/Issues, `kelos-triage` → Triage Reports). Consider restructuring the bottom section to show aggregated system outputs rather than implying they all come from `kelos-fake-strategist`.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Add an ASCII architecture diagram showing the overall flow between triggers, TaskSpawners, and outputs. Remove the misplaced one-off tasks section. Add missing kelos-triage documentation including priority assessment and actor recommendation steps. Add summary tables for each TaskSpawner.
6244dd8 to
b15696b
Compare
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
kelos-triage.yamldocumentationTest plan
🤖 Generated with Claude Code
Summary by cubic
Added an ASCII architecture diagram and expanded TaskSpawner docs to clarify the self-development flows and triage behavior. Documented the kelos/needs-input feedback loop and shared AgentConfig for consistent agent identity.
New Features
Refactors
Written for commit b15696b. Summary will update on new commits.