SessionStart: reduce curl call count and standardize flags #20
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PR #16 added project-aware context injection, bringing total sequential curl calls to 7. Each has
--connect-timeout 3 --max-time 5.Issues
-s, new calls use-sf. Both work but confusing for maintenance.Suggested fixes
--connect-timeoutto 2s for project-detection calls-sfacross all callsDiscovered in
PR #16 review, round 2