Skip to content

fix(docs): correct ollama delegate paths - #96

Merged
canoo merged 1 commit into
mainfrom
fix/ollama-delegate-paths
Jun 28, 2026
Merged

fix(docs): correct ollama delegate paths#96
canoo merged 1 commit into
mainfrom
fix/ollama-delegate-paths

Conversation

@canoo

@canoo canoo commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Correct stale ollama-delegate.sh references from tools/utilities/ and scripts/ to the current tools/automation/ path.
  • Correct the pipeline prompt so L1 task delegation uses the script's actual <task-type> <context-file> arguments instead of passing OLLAMA_HOST_URL as an argument.

Security branch audit

Audited origin/release/v0.1.6-security-fixes against current main.

Already present on main in current form:

  • Installer downloads binaries to a temp file before checksum verification.
  • Installer temp binary is created in INSTALL_DIR for atomic move behavior.
  • Installer cleanup trap is present.
  • MCP string inputs have .max(500000) bounds.
  • TUI self-update downloads install.sh from the versioned release tag and verifies it against checksums.txt before execution.
  • TUI update tag validation and positional shell argument handling are present.
  • TUI update error output is captured and surfaced.
  • .goreleaser.yml includes install.sh in release checksums.

Skipped as obsolete:

  • The old demo.yml PAT removal commit, because demo.yml no longer exists on main.

Remaining actionable item:

  • Stale docs/instruction paths for ollama-delegate.sh, fixed in this PR.

Validation

  • rg -n 'tools/utilities/ollama-delegate|scripts/ollama-delegate|OLLAMA_HOST_URL.*task_description' core tools README.md docs personas prompts tests returned no matches.
  • git diff --check -- core/NEXUS.md core/kiro-nexus-steering.md tools/automation/run-pipeline.sh passed.
  • docker run --rm -v "${PWD}:/repo" -w /repo koalaman/shellcheck:stable tools/automation/run-pipeline.sh passed.

@canoo
canoo marked this pull request as ready for review June 28, 2026 08:36
@canoo canoo self-assigned this Jun 28, 2026
@canoo
canoo merged commit 68678cc into main Jun 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant