chore: release v1.0.0 - #21
Merged
Merged
Conversation
Bumps version 0.3.0 → 1.0.0 and updates the status badge to v1.0 following the Phase 4 work (PR #19 firejail sandbox, PR #20 HTTP evidence source). The kernel now has: - A process-level sandbox that stops the executor from writing outside its assigned worktree (firejail backed by OS-level read-only mount, verified end-to-end on CI). - An HTTP evidence source so the observer can pull live state from deployed services into observation.json alongside file and shell sources. Together with the v0.2 multi-round LLM loop, k-branch parallel exploration, goal evaluator, and full ledger audit chain, this crosses the bar for "灵魂插件": a kernel you can point at any git repository and trust to evolve it unattended. 99 tests · CI green on Python 3.10 + 3.12 · single dependency (PyYAML) preserved. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for the v1.0.0 release by updating package metadata and README status badges.
Changes:
- Bumps the Python package version from
0.3.0to1.0.0. - Updates English and Chinese README status badges from
v0.3tov1.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pyproject.toml |
Updates project version metadata to 1.0.0. |
README.md |
Updates the release status badge to v1.0. |
README.zh.md |
Updates the localized release status badge to v1.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Bumps version
0.3.0 → 1.0.0and updates the status badge to v1.0 following the Phase 4 work:Test plan
python3 -m pytest tests/ -q→ 99 passed (Python 3.14 local; CI green on 3.10 + 3.12 with firejail installed)./tmpwrite) and PR7b end-to-end (HTTP body inobservation.json) reproduced manually.pyproject.tomlstill lists onlyPyYAML>=6.0.Post-merge
After this lands, tag
v1.0.0and cut a GitHub Release with the full v0.3 → v1.0 changelog.🤖 Generated with Claude Code