Draft: carry Fineas foundation onto upstream Centaur - #23
Merged
Geeknerd1337 merged 3 commits intoJun 16, 2026
Merged
Conversation
Geeknerd1337
marked this pull request as ready for review
June 16, 2026 19:52
Geeknerd1337
merged commit Jun 16, 2026
31913bf
into
codex/upstream-rebuild-20260615
8 checks passed
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
ghcr.io/tiplink/centaurand add the Fineas infra promotion PR workflow/home/agent/.api_keylookup for long-lived tool callsNot included
services/apichangesservices/slackbotchanges--fast/model shortcut plumbing beyond what upstream Slackbot v2 already hasTests
git diff --checkhelm lint contrib/charthelm template centaur contrib/chart --namespace centaur-sandboxhelm template centaur contrib/chart --namespace centaur-sandbox --set overlay.image.repository=ghcr.io/tiplink/fineas-centaur-overlay --set overlay.image.tag=sha-test --set overlay.image.sourcePath=/overlaypnpm --filter slackbotv2 testpnpm --filter slackbotv2 check:typesPYTHONPATH=/Users/fin-sa/centaur-upstream-rebuild uv run --project centaur_sdk --with pytest --with pytest-asyncio pytest centaur_sdk/tests/test_tool_sdk.pydocker run --rm --user "$(id -u):$(id -g)" -v "$PWD":/workspace -w /workspace/services/api-rs -e CARGO_HOME=/tmp/cargo -e CARGO_TARGET_DIR=/tmp/target rust:1.91-bookworm cargo test --locked -p centaur-sandbox-agent-k8s -p centaur-api-server overlay_imagedocker run --rm -v "$PWD":/workspace -w /workspace/services/api-rs rust:1.91-bookworm sh -lc '/usr/local/cargo/bin/rustup component add rustfmt >/tmp/rustfmt-install.log && /usr/local/cargo/bin/cargo fmt --all -- --check'Review note
This targets the upstream-base rebuild branch so the PR shows only the Fineas carry-forward work. It is not meant to merge directly into the old TipLink
mainwithout the baseline upstream cutover step.