Skip to content

chore: release v1.0.0 - #21

Merged
Protocol-zero-0 merged 1 commit into
mainfrom
chore/v1.0-release
May 14, 2026
Merged

chore: release v1.0.0#21
Protocol-zero-0 merged 1 commit into
mainfrom
chore/v1.0-release

Conversation

@Protocol-zero-0

Copy link
Copy Markdown
Owner

Summary

Bumps version 0.3.0 → 1.0.0 and updates the status badge to v1.0 following the Phase 4 work:

Test plan

  • Full suite still green: python3 -m pytest tests/ -q99 passed (Python 3.14 local; CI green on 3.10 + 3.12 with firejail installed).
  • Both PR7a end-to-end (sandbox blocks /tmp write) and PR7b end-to-end (HTTP body in observation.json) reproduced manually.
  • Single-dependency rule preserved — pyproject.toml still lists only PyYAML>=6.0.

Post-merge

After this lands, tag v1.0.0 and cut a GitHub Release with the full v0.3 → v1.0 changelog.

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 14, 2026 03:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 to 1.0.0.
  • Updates English and Chinese README status badges from v0.3 to v1.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.

@Protocol-zero-0
Protocol-zero-0 merged commit 5e3ab83 into main May 14, 2026
6 checks passed
@Protocol-zero-0
Protocol-zero-0 deleted the chore/v1.0-release branch May 14, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Phase 4b: Remote Observer (HTTP evidence source) (PR7b) Phase 4a: Process Sandbox via firejail (PR7a)

2 participants