feat(opencode): refine GitHub MCP agent workflows - #5
Merged
Conversation
Chart CI passedRepository hygiene and Helm validation passed. View the workflow run. |
xnoto
added a commit
that referenced
this pull request
Aug 31, 2026
## Summary - Add `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. - The definition is deliberately a **compact router** (~70 lines), so its always-loaded context cost stays fixed regardless of knowledge-base growth. It bootstraps from the `docs/agents/career/` subset map in `makeitworkcloud/agent-knowledge`, records the commit SHA, and reads methodology, facts (`workspace/career-data.yaml`), and workspace reflection files only per task. - Boundaries encoded in the definition: facts discipline (never invent career facts; new facts route to the owner), canonical-first (`workspace/` reflection is never edited), write scope (`work/` and career subtree docs direct to `main` within its subtree authority), data policy (personal/operational data allowed in the subtree, secrets never), and no retained submission artifacts. - No new skills are packaged: methodology lives in the knowledge base as the single source; a skill gets packaged only when a multi-step procedure proves repeated. - Bump `opencode-server` to **0.1.23**. No template or `opencode.json` changes — the ConfigMap glob picks up `files/agents/*.md` automatically. ## Validation - `make test CHARTS=opencode-server` — `helm lint --strict` passes (0 failed) and `helm template` renders; verified `career.md` lands in the rendered ConfigMap. - No pull request template exists in this repository or the organization `.github` repository (checked per repository guidance). ## Knowledge references - Design and contracts: `makeitworkcloud/agent-knowledge` `docs/agents/` conventions and `docs/agents/career/README.md` (merged via agent-knowledge PRs #4 and #5, plus main commits through 7d9377f). The agent definition routes to those documents rather than duplicating them.
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-serverto0.1.4Validation
Follow-up
0.1.4, a separate confirmedkustomize-clusterchange must update theopencodeApplicationtargetRevisionfrom0.1.3to0.1.4.