[codex] docs: add OpenCoven IP protection records#129
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
41236cd to
72b6a42
Compare
There was a problem hiding this comment.
Pull request overview
Adds root-level IP/disclosure/security documentation files for the OpenCoven project within the coven-code repository.
Changes:
- Add
PATENTSwith a patent non-assertion pledge and prior-art notice. - Add
PROVENANCE.mddocumenting origin/publication record and concept attributions. - Add
CONTRIBUTING.md(DCO + patent non-assertion terms) andSECURITY.md(responsible disclosure policy).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| SECURITY.md | Introduces a vulnerability reporting policy and scope definition. |
| PROVENANCE.md | Adds an origin/provenance record and third-party acknowledgments (contains several repo/path references that should be corrected). |
| PATENTS | Adds a patent non-assertion pledge and first-publication table (repo links should match this repository). |
| CONTRIBUTING.md | Adds DCO sign-off instructions and contribution expectations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Discord: https://discord.gg/OpenCoven | ||
| - X / Twitter: https://x.com/OpenCvn | ||
| - License: MIT (https://opensource.org/licenses/MIT) | ||
| - Repository creation date: **2026-04-27** (verifiable via GitHub API: `https://api.github.com/repos/OpenCoven/coven`) |
| ## Architectural Concepts and Their Origins | ||
|
|
||
| ### 1. The Familiar Identity Model | ||
| **First appeared:** `coven-cli/src/familiar_identity.rs`, commit history from 2026-04-27 |
| This concept was original to this repository. It has been independently acknowledged as prior art by third parties in their own published documentation. | ||
|
|
||
| ### 2. The Agent Spawn Harness | ||
| **First appeared:** `pty_runner.rs:307` (`spawn_piped_with_observer`), commit history from 2026-04-27 |
|
|
||
| | Project | Documentation | Concepts acknowledged | | ||
| |---|---|---| | ||
| | `YogiSotho/warden` | `lineage/LINEAGE.md`, `docs/ops/patent/prior-art-search.md` | Spawn chokepoint (pty_runner.rs:307), familiar identity model (coven-cli/src/familiar_identity.rs:23-35), harness adapter contract, ledger shape, CLI skeleton. Warden's own prior-art search gives OpenCoven a "real, dated, public prior art" verdict for these elements. | |
Comment on lines
+19
to
+21
| | Familiar identity model | 2026-04-27 | github.com/OpenCoven/coven | | ||
| | Agent spawn harness | 2026-04-27 | github.com/OpenCoven/coven | | ||
| | Multi-agent familiar substrate | 2026-04-27 | github.com/OpenCoven/coven | |
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
Adds the OpenCoven root IP protection and disclosure documents:
PATENTS: patent non-assertion pledge and prior-art noticePROVENANCE.md: origin and publication recordCONTRIBUTING.md: DCO and patent contribution terms, merged with any existing repo guidanceSECURITY.md: responsible disclosure policy, merged with any existing repo guidanceValidation
PATENTS,PROVENANCE.md,CONTRIBUTING.md,SECURITY.mdgit diff --checkpassed locally