Update Sepo from 0.4.0 to v0.5.0/5f7d2032080e9c0578d0e4cb3b98b2f695f33547 - #18
Draft
sepo-agent-app[bot] wants to merge 1 commit into
Draft
Update Sepo from 0.4.0 to v0.5.0/5f7d2032080e9c0578d0e4cb3b98b2f695f33547#18sepo-agent-app[bot] wants to merge 1 commit into
sepo-agent-app[bot] wants to merge 1 commit into
Conversation
Update Sepo agent infrastructure from 0.4.0 to v0.5.0 (5f7d2032080e9c0578d0e4cb3b98b2f695f33547). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Update Sepo from 0.4.0 to v0.5.0 (
5f7d2032080e9c0578d0e4cb3b98b2f695f33547)Warning
Opened as a draft: not mergeable as-is. This 0.5.0 update carries a
breaking runtime API change that breaks the diary repo's target-owned
.agent/src/cli/publish-literature-update.ts(npm --prefix .agent run buildfails). A companion target-side fix is required before merge — see
Blocking follow-up below. The agent-owned update itself is internally
consistent and compiles cleanly; only the target-owned CLI fails.
self-evolving/repo@v0.5.0(SHA5f7d2032080e9c0578d0e4cb3b98b2f695f33547, latest release)0.4.0main.skills/andAGENTS.mduntouched.Changed path groups
.agent/— runtime sync (docs,package.json/package-lock.jsondeps + version,model-defaults.json, sharedsrc/modules, tests,tools/local-runner/), plus new self-improvement modules/CLIs/tests,README.md, andscripts/test/. Synced without--delete, so all target-only files are preserved..github/workflows/— updatedagent-entrypoint.yml,agent-router.yml,agent-update.yml; addedagent-cache-seed.yml,agent-self-improvement.yml..github/actions/— updatedsetup-agent-runtime/action.yml(addscache_moderuntime/CLI caching),resolve-agent-provider/resolve-provider.js(reasoning-effort handling)..github/prompts/— updatedagent-answer.md,agent-install.md,agent-update.md; addedagent-self-improvement.md.Audit summary
.agent/**shared runtime, docs, tools, tests.agent/srcself-improvement modules/CLIs/tests,README.md,scripts/test/.agent/src/deployments.ts,literature-update.ts,cli/publish-*.ts,cli/inactivate-preview-deployments.ts+ their testsagent-cache-seed.yml,agent-self-improvement.yml,agent-self-improvement.md.github/workflows/test-scripts.yml.github/assets/sepo-headline.png.github/ISSUE_TEMPLATE/*,prompts/garden-*.md,pull_request_template.md,dependabot.yml,actions/deploy-sepo-site,actions/resolve-discussion-ids,actions/resolve-agent-provider/package.json, garden workflows (agent-auto-diary,agent-record-diary,agent-add-idea,agent-site-preview,agent-deploy-site-main,deploy)No legacy scaffolds found (
.flows/,.claude/,agent-local.yml,agent-runner.yml, stale Claude/Codex actions — none present). No files removed (remove obsolete = false).Customizations preserved
.agent/srcCLIs/modules (deployment, literature, preview) and their tests.test-scripts.ymlkept at the diary version (Quartzcheck/build/testlane). Note: 0.5.0's upstreamtest-scripts.ymladds apaths:filter, aself-evolving/repo/AGENT_TEST_SCRIPTS_ENABLEDgate,AGENT_TEST_RUNS_ON, and lane-based test scripts. Consider folding those into the diary's Quartz-aware version in a follow-up..githubtemplates, prompts, actions, and garden workflows.AGENTS.md(target-owned garden instructions) — untouched..gitignorealready contains.agent/dist/+.agent/node_modules/.Blocking follow-up (target-owned, out of update scope)
0.5.0 simplified
createRepositoryDiscussion/createDiscussionin the shared.agent/src/discussion.tsto return only{ url }(previouslyCreatedDiscussionwithid+url; the GraphQL query no longer selects the nodeid). The diary's target-owned.agent/src/cli/publish-literature-update.tsstill readsdiscussion.idto post follow-up item comments viaaddDiscussionComment(discussion.id, …), so it no longer type-checks:This is target application code (out of the agent-infra update scope), so it is intentionally not modified here. The diary maintainers need to adapt the literature-update flow to obtain the discussion node
idexplicitly (e.g., a dedicated GraphQL lookup by number/URL) or restructure comment posting. Once that lands, the build/test lane goes green.Validation
git diff --check/git diff --cached --check: PASS (no whitespace errors)npm --prefix .agent ci: PASS (new pinned deps:@agentclientprotocol/codex-acp@1.1.2,acpx@^0.12.0)npm --prefix .agent run build(tsc): FAIL — 2 errors, both in target-ownedpublish-literature-update.ts(above). All agent-owned code compiles cleanly.npm --prefix .agent test: FAIL — gated bybuild;test:runtime,check:workflow,check:docs,check:shelldid not run.Memory / rubrics branches
agent/memoryexists (2f0ed3c…) — not reinitialized.agent/rubricsabsent (repo has no rubrics steering).refs/agent-state/*and otheragent/*branches left untouched.Post-merge notes (document only)
publish-literature-update.ts(above) so the build/test lane passes.agent-cache-seed.ymlandagent-self-improvement.ymlare introduced by 0.5.0 — review any vars/secrets they expect before relying on them.setup-agent-runtimenow supportscache_mode(defaultfull); no action required, but review if you pin runners.test-scripts.ymlgating into the Quartz-aware version.🤖 Generated with Claude Code