Skip to content

chore(release): graduation polish for 0.1.0 stable#1

Draft
0xSolace wants to merge 2 commits into
mainfrom
release/0.1.0-graduation
Draft

chore(release): graduation polish for 0.1.0 stable#1
0xSolace wants to merge 2 commits into
mainfrom
release/0.1.0-graduation

Conversation

@0xSolace
Copy link
Copy Markdown
Owner

@0xSolace 0xSolace commented May 6, 2026

Summary

Graduation polish for @0xsolace/plugin-acpx 0.1.0 stable.

  • Bumps package metadata from 0.1.0-rc.1 to 0.1.0 and completes npm publish metadata.
  • Replaces the stub changelog with categorized 0.1.0 features, architecture notes, and production validation receipts.
  • Refreshes README and PROJECT.md around the product frame: Eliza is the IDE, not the code agent.
  • Documents install/usage, the acpx binary story, environment variables, failure modes, persistence, and parallel-session usage.
  • Adds Biome config so bunx @biomejs/biome check . checks the intended package surface and excludes .research, dist, and node_modules.
  • Makes the unit suite stable under bun test by avoiding Vitest APIs Bun does not implement and isolating shared action test state.
  • Applies Biome formatting to tracked source/test files.

Production receipts

Validated on 2026-05-06 with Nyx running three parallel acpx-spawned codex subagents that each deployed a real Cloudflare Worker cleanly:

  • nebula-callsign-forge-demo
  • embermark-night-signal
  • aurora-pocket

This is the strongest current receipt for concurrent spawn, structured event streaming, completion handling, and deployment workflow readiness.

Checks

bun test
# 38 pass, 0 fail, 116 expect() calls

bun run build
# $ tsc -p tsconfig.build.json
# exit 0

bunx @biomejs/biome check .
# Checked 29 files in 36ms. No fixes applied.

Notes

  • No npm publish performed.
  • No feature work added, this is release readiness polish only.
  • Codex review was run with codex exec -s danger-full-access review --base origin/main; it reported no actionable correctness issues.

0xSolace and others added 2 commits May 6, 2026 08:27
Co-authored-by: wakesync <shadow@shad0w.xyz>
Co-authored-by: wakesync <shadow@shad0w.xyz>
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.

1 participant