fix(ci): more changes to fix failing CI (#415)
Fixes from maphew including: - Remove test for deleted isPathWithinDir function - Add gosec nolint directives for safe file operations - Add rm -rf .beads before init in CI workflow - Simplify panic handling and file operations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: maphew <maphew@users.noreply.github.com> Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1395,12 +1395,7 @@ Aborting.`, yellow("⚠"), filepath.Base(jsonlPath), issueCount, cyan("bd doctor
|
||||
return nil // No existing data found, safe to init
|
||||
}
|
||||
|
||||
// countIssuesInJSONLFile counts the number of issues in a JSONL file.
|
||||
// Delegates to countJSONLIssues in doctor.go.
|
||||
func countIssuesInJSONLFile(jsonlPath string) int {
|
||||
count, _, _ := countJSONLIssues(jsonlPath)
|
||||
return count
|
||||
}
|
||||
|
||||
|
||||
// setupClaudeSettings creates or updates .claude/settings.local.json with onboard instruction
|
||||
func setupClaudeSettings(verbose bool) error {
|
||||
|
||||
Reference in New Issue
Block a user