opencode-server: add career agent - #28
Merged
Merged
Conversation
Add files/agents/career.md, a primary career agent that presides over the user's resume and job-application pipeline. The agent definition is a compact router: it bootstraps from the docs/agents/career/ subset map in makeitworkcloud/agent-knowledge, reads methodology, facts, and workspace reflection files only per task, writes work/ documents directly to main within its subtree authority, and routes workspace mutations and new career facts to the human owner. No skills are packaged; methodology lives in the knowledge base as the single source. Bump chart to 0.1.23. Validated with make test CHARTS=opencode-server (helm lint --strict and helm template both pass; career.md renders into the ConfigMap).
Chart CI passedRepository hygiene and Helm validation passed. View the workflow run. |
xnoto
added a commit
that referenced
this pull request
Sep 3, 2026
No repository pull-request template exists. ## Summary - register the internal agent-pipe Streamable HTTP MCP service - require approval for signed upload and download actions - update the packaged S3 delivery skill to use MCP rather than `kubectl exec` ## Validation - pre-commit and secret scan - strict Helm lint/template ## Blocked delivery dependency Do not mark ready or merge until images #28 is published and charts #72 plus kustomize-cluster #190 are reconciled and functionally verified.
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
opencode-server/files/agents/career.md— a primary career agent that presides over the user's resume and job-application pipeline: tailoring documents, evaluating roles, preparing interviews, and maintaining the application knowledge base.docs/agents/career/subset map inmakeitworkcloud/agent-knowledge, records the commit SHA, and reads methodology, facts (workspace/career-data.yaml), and workspace reflection files only per task.workspace/reflection is never edited), write scope (work/and career subtree docs direct tomainwithin its subtree authority), data policy (personal/operational data allowed in the subtree, secrets never), and no retained submission artifacts.opencode-serverto 0.1.23. No template oropencode.jsonchanges — the ConfigMap glob picks upfiles/agents/*.mdautomatically.Validation
make test CHARTS=opencode-server—helm lint --strictpasses (0 failed) andhelm templaterenders; verifiedcareer.mdlands in the rendered ConfigMap..githubrepository (checked per repository guidance).Knowledge references
makeitworkcloud/agent-knowledgedocs/agents/conventions anddocs/agents/career/README.md(merged via agent-knowledge PRs feat: set Kimi K3 agents to high variant #4 and feat(opencode): refine GitHub MCP agent workflows #5, plus main commits through 7d9377f). The agent definition routes to those documents rather than duplicating them.