docs(readme): move agent workflow details into docs#191
Conversation
Greptile SummaryThis PR extracts the detailed agent workflow reference from Confidence Score: 5/5Docs-only reorganization with correct links and no functional changes — safe to merge. All findings are P2 style suggestions (link display text cosmetics). No logic, correctness, or functional issues exist in this documentation-only PR. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Agent as Coding Agent
participant Skill as skills/hunk-review/SKILL.md
participant CLI as hunk CLI
participant Daemon as loopback daemon
participant TUI as Live Hunk TUI
Agent->>CLI: hunk skill path
CLI-->>Agent: /absolute/path/to/SKILL.md
Agent->>Skill: load skill file
Skill-->>Agent: session commands + protocols
Note over TUI,Daemon: User opens Hunk in another window
TUI->>Daemon: register session on start
Agent->>CLI: hunk session list
CLI->>Daemon: find registered sessions
Daemon-->>CLI: session list
CLI-->>Agent: active sessions
Agent->>CLI: hunk session context --repo .
CLI->>Daemon: route to matching session
Daemon->>TUI: request context
TUI-->>Daemon: file/hunk structure
Daemon-->>CLI: review context JSON
CLI-->>Agent: structured review context
Agent->>CLI: hunk session comment add --repo . --file README.md --new-line 103 --summary "..."
CLI->>Daemon: route comment to session
Daemon->>TUI: apply inline comment
TUI-->>Agent: comment visible in live window
Reviews (1): Last reviewed commit: "docs(readme): move agent workflow detail..." | Re-trigger Greptile |
Summary
README.mdintodocs/agent-workflows.mdhunk skill path, and use a starter prompt--agent-contextguideTesting
oxfmtThis PR description was generated by Pi using OpenAI o3