feat: ProductionOS v2.0.0-beta.1 — universal Claude Code harness#115
Merged
Conversation
Version bump to 2.0.0-beta.1. Major transformation from personal dev tool to universal, production-ready Claude Code harness. What shipped in v2.0: - Phase 1: Honesty pass — all CLAUDE.md claims match reality - Phase 2: Agent audit — 78/80 production-grade, no stubs - Phase 3: 14 composite skills absorbing 138 fragmented skills, each with router + evaluation rubric + domain memory - Phase 4: All 15 hooks hardened with binary checks + error logging - Phase 5: Cross-harness collaboration protocol (6 commands) - Phase 6: Obsidian bridge (write/index/search wiki pages) - Phase 7: Vault path configurable (pos-config/env/default) - Phase 8: Version 2.0.0-beta.1 Metrics: 80 agents, 41 commands, 65 skills (14 composites), 15 hooks, 10 CLI tools, 967+ tests, 0 tsc errors.
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
Version bump to 2.0.0-beta.1. Completes the transformation from personal dev tool to universal Claude Code harness.
Phase 6: Obsidian Bridge
scripts/obsidian-bridge.ts— write/index/search wiki pages from composite skill outputsPhase 7: Universalization
Phase 8: Version Bump
v2.0 Complete Changelog (Phases 1-8)
Metrics
Test plan
bun test— 0 failnpx tsc --noEmit— 0 errorscat VERSION— 2.0.0-beta.1bun run scripts/obsidian-bridge.ts config— shows correct pathsbun run scripts/collaboration/protocol.ts status— works