refactor(repo)!: opensop = the standard (spec + CLI); Rails → opensop-rails#68
Merged
Conversation
…er → opensop-rails OpenSOP becomes "Process as Infrastructure for agentic processes." This repo now holds the standard — the specification (SPEC.md, with the /sop/* HTTP contract folded in), the manifesto, and the local-first CLI (cli/). The Rails runtime was extracted (history preserved) into a separate repo, Chosen9115/opensop-rails, as one reference implementation of the spec. - Remove the Rails app (app/ config/ db/ lib/ spec/ Gemfile Dockerfile fly.toml .kamal/ etc.) — now lives in opensop-rails - Add MANIFESTO.md; fold docs/API.md into SPEC.md (§ Server HTTP API) - Marie Kondo: delete SPEC-v0.2, v0.2-roadmap, HANDOFF, GAPS, api-docs-redesign-spec; merge 6 agent/install docs → one docs/AGENTS.md; delete the Rails server-install docs - Reframe README/CLAUDE/SECURITY/CONTRIBUTING/processes for the standard+CLI repo; point server concerns at opensop-rails - .gitignore: exclude .claude/, .worktrees/, research/, scratch PNGs, doc drafts BREAKING CHANGE: the Rails runtime no longer lives in this repo. Use github.com/Chosen9115/opensop-rails (or any spec-conformant server). The CLI is local-first and needs no server. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
OpenSOP becomes Process as Infrastructure: this repo is now the standard —
MANIFESTO.md,SPEC.md(with the/sop/*HTTP contract folded in), and the local-first CLI (cli/). The Rails runtime was extracted with full history to Chosen9115/opensop-rails as one reference implementation of the spec.Changes
MANIFESTO.md; foldeddocs/API.mdintoSPEC.md.SPEC-v0.2/v0.2-roadmap/HANDOFF/GAPS/api-docs-redesign-spec; merged 6 agent/install docs → onedocs/AGENTS.md; removed Rails server-install docs..gitignorenow excludes.claude/,.worktrees/,research/, scratch PNGs, drafts (closing a private-data leak vector).The Rails runtime no longer lives here. Use
opensop-railsor any spec-conformant server. The CLI is local-first and needs no server.Verification
bash -n cli/bin/opensop && bash cli/test/test.sh→ 289 PASS. Dead-link grep clean. Staged set audited — no private/coba/worktree data.🤖 Generated with Claude Code