open-agreements 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +300 -255
- package/README.es.md +301 -254
- package/README.md +389 -95
- package/README.pt-br.md +301 -254
- package/README.template.md +333 -0
- package/README.zh.md +300 -253
- package/SECURITY.md +34 -0
- package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
- package/content/recipes/nvca-voting-agreement/README.md +43 -0
- package/content/templates/bonterms-mutual-nda/README.md +2 -2
- package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
- package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
- package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
- package/content/templates/closing-checklist/template.docx +0 -0
- package/content/templates/closing-checklist/template.md +30 -0
- package/content/templates/common-paper-ai-addendum/template.docx +0 -0
- package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
- package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
- package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
- package/content/templates/common-paper-mutual-nda/README.md +28 -0
- package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
- package/content/templates/common-paper-term-sheet/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-board-consent-safe/README.md +61 -0
- package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.md +66 -0
- package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
- package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
- package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
- package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
- package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
- package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
- package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
- package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
- package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
- package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/content/templates/working-group-list/template.md +18 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/fill.d.ts +1 -1
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +4 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.js +10 -0
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.js +2 -2
- package/dist/core/employment/jurisdiction-rules.js.map +1 -1
- package/dist/core/employment/memo.d.ts +1 -1
- package/dist/core/employment/memo.d.ts.map +1 -1
- package/dist/core/employment/memo.js +14 -6
- package/dist/core/employment/memo.js.map +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +28 -0
- package/dist/core/engine.js.map +1 -1
- package/dist/core/fill-pipeline.d.ts +30 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +173 -9
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/humanize-docx.d.ts +21 -0
- package/dist/core/humanize-docx.d.ts.map +1 -0
- package/dist/core/humanize-docx.js +492 -0
- package/dist/core/humanize-docx.js.map +1 -0
- package/dist/core/metadata.d.ts +118 -65
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +268 -13
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
- package/dist/core/recipe/bracket-normalizer.js +3 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +1 -1
- package/dist/core/recipe/computed.d.ts.map +1 -1
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +22 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/types.d.ts +1 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/template-listing.d.ts +6 -8
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +24 -0
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +2 -0
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +19 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/template.d.ts +32 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +163 -3
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +26 -12
- package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
- package/skills/canonical-markdown-authoring/SKILL.md +565 -0
- package/skills/client-email/SKILL.md +2 -0
- package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
- package/skills/cloud-service-agreement/SKILL.md +38 -1
- package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
- package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
- package/skills/data-privacy-agreement/SKILL.md +2 -0
- package/skills/delaware-franchise-tax/SKILL.md +2 -0
- package/skills/edit-docx-agreement/SKILL.md +2 -0
- package/skills/employment-contract/CONNECTORS.md +2 -2
- package/skills/employment-contract/SKILL.md +2 -0
- package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
- package/skills/iso-27001-internal-audit/SKILL.md +2 -0
- package/skills/nda/CONNECTORS.md +2 -2
- package/skills/nda/SKILL.md +45 -1
- package/skills/nda/template-filling-execution.md +12 -6
- package/skills/non-compete-contract-explainer/SKILL.md +107 -0
- package/skills/non-compete-contract-explainer/content/wyoming.md +286 -0
- package/skills/non-compete-contract-explainer/manifest.json +18 -0
- package/skills/open-agreements/CONNECTORS.md +2 -2
- package/skills/open-agreements/SKILL.md +165 -67
- package/skills/open-agreements/template-filling-execution.md +2 -2
- package/skills/recipe-quality-audit/SKILL.md +2 -0
- package/skills/safe/CONNECTORS.md +2 -2
- package/skills/safe/SKILL.md +38 -1
- package/skills/safe/template-filling-execution.md +2 -2
- package/skills/services-agreement/CONNECTORS.md +2 -2
- package/skills/services-agreement/SKILL.md +40 -1
- package/skills/services-agreement/template-filling-execution.md +81 -0
- package/skills/shared/template-filling-execution.md +2 -2
- package/skills/soc2-readiness/SKILL.md +2 -0
- package/skills/unit-test-philosophy/SKILL.md +3 -0
- package/skills/venture-financing/CONNECTORS.md +2 -2
- package/skills/venture-financing/SKILL.md +2 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
- package/node_modules/@xmldom/xmldom/CHANGELOG.md +0 -939
- package/node_modules/@xmldom/xmldom/LICENSE +0 -8
- package/node_modules/@xmldom/xmldom/SECURITY.md +0 -50
- package/node_modules/@xmldom/xmldom/index.d.ts +0 -1664
- package/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +0 -3
- package/node_modules/@xmldom/xmldom/lib/conventions.js +0 -429
- package/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -586
- package/node_modules/@xmldom/xmldom/lib/dom.js +0 -3192
- package/node_modules/@xmldom/xmldom/lib/entities.js +0 -2171
- package/node_modules/@xmldom/xmldom/lib/errors.js +0 -202
- package/node_modules/@xmldom/xmldom/lib/grammar.js +0 -533
- package/node_modules/@xmldom/xmldom/lib/index.js +0 -41
- package/node_modules/@xmldom/xmldom/lib/sax.js +0 -929
- package/node_modules/@xmldom/xmldom/package.json +0 -74
- package/node_modules/@xmldom/xmldom/readme.md +0 -364
- package/node_modules/core-util-is/LICENSE +0 -19
- package/node_modules/core-util-is/README.md +0 -3
- package/node_modules/core-util-is/lib/util.js +0 -107
- package/node_modules/core-util-is/package.json +0 -38
- package/node_modules/immediate/LICENSE.txt +0 -20
- package/node_modules/immediate/README.md +0 -93
- package/node_modules/immediate/dist/immediate.js +0 -75
- package/node_modules/immediate/dist/immediate.min.js +0 -1
- package/node_modules/immediate/lib/browser.js +0 -69
- package/node_modules/immediate/lib/index.js +0 -73
- package/node_modules/immediate/package.json +0 -42
- package/node_modules/inherits/LICENSE +0 -16
- package/node_modules/inherits/README.md +0 -42
- package/node_modules/inherits/inherits.js +0 -9
- package/node_modules/inherits/inherits_browser.js +0 -27
- package/node_modules/inherits/package.json +0 -29
- package/node_modules/isarray/.npmignore +0 -1
- package/node_modules/isarray/.travis.yml +0 -4
- package/node_modules/isarray/Makefile +0 -6
- package/node_modules/isarray/README.md +0 -60
- package/node_modules/isarray/component.json +0 -19
- package/node_modules/isarray/index.js +0 -5
- package/node_modules/isarray/package.json +0 -45
- package/node_modules/isarray/test.js +0 -20
- package/node_modules/jszip/.codeclimate.yml +0 -16
- package/node_modules/jszip/.editorconfig +0 -8
- package/node_modules/jszip/.eslintrc.js +0 -43
- package/node_modules/jszip/.github/workflows/pr.yaml +0 -58
- package/node_modules/jszip/.jekyll-metadata +0 -0
- package/node_modules/jszip/.travis.yml +0 -17
- package/node_modules/jszip/CHANGES.md +0 -204
- package/node_modules/jszip/LICENSE.markdown +0 -651
- package/node_modules/jszip/README.markdown +0 -33
- package/node_modules/jszip/deps.js +0 -37
- package/node_modules/jszip/dist/jszip.js +0 -11577
- package/node_modules/jszip/dist/jszip.min.js +0 -13
- package/node_modules/jszip/graph.svg +0 -601
- package/node_modules/jszip/index.d.ts +0 -330
- package/node_modules/jszip/lib/base64.js +0 -106
- package/node_modules/jszip/lib/compressedObject.js +0 -74
- package/node_modules/jszip/lib/compressions.js +0 -14
- package/node_modules/jszip/lib/crc32.js +0 -77
- package/node_modules/jszip/lib/defaults.js +0 -11
- package/node_modules/jszip/lib/external.js +0 -18
- package/node_modules/jszip/lib/flate.js +0 -85
- package/node_modules/jszip/lib/generate/ZipFileWorker.js +0 -539
- package/node_modules/jszip/lib/generate/index.js +0 -57
- package/node_modules/jszip/lib/index.js +0 -55
- package/node_modules/jszip/lib/license_header.js +0 -11
- package/node_modules/jszip/lib/load.js +0 -88
- package/node_modules/jszip/lib/nodejs/NodejsStreamInputAdapter.js +0 -74
- package/node_modules/jszip/lib/nodejs/NodejsStreamOutputAdapter.js +0 -42
- package/node_modules/jszip/lib/nodejsUtils.js +0 -57
- package/node_modules/jszip/lib/object.js +0 -384
- package/node_modules/jszip/lib/readable-stream-browser.js +0 -10
- package/node_modules/jszip/lib/reader/ArrayReader.js +0 -57
- package/node_modules/jszip/lib/reader/DataReader.js +0 -116
- package/node_modules/jszip/lib/reader/NodeBufferReader.js +0 -19
- package/node_modules/jszip/lib/reader/StringReader.js +0 -38
- package/node_modules/jszip/lib/reader/Uint8ArrayReader.js +0 -22
- package/node_modules/jszip/lib/reader/readerFor.js +0 -28
- package/node_modules/jszip/lib/signature.js +0 -7
- package/node_modules/jszip/lib/stream/ConvertWorker.js +0 -26
- package/node_modules/jszip/lib/stream/Crc32Probe.js +0 -24
- package/node_modules/jszip/lib/stream/DataLengthProbe.js +0 -29
- package/node_modules/jszip/lib/stream/DataWorker.js +0 -116
- package/node_modules/jszip/lib/stream/GenericWorker.js +0 -263
- package/node_modules/jszip/lib/stream/StreamHelper.js +0 -214
- package/node_modules/jszip/lib/support.js +0 -38
- package/node_modules/jszip/lib/utf8.js +0 -275
- package/node_modules/jszip/lib/utils.js +0 -501
- package/node_modules/jszip/lib/zipEntries.js +0 -261
- package/node_modules/jszip/lib/zipEntry.js +0 -293
- package/node_modules/jszip/lib/zipObject.js +0 -133
- package/node_modules/jszip/package.json +0 -67
- package/node_modules/jszip/sponsors.md +0 -21
- package/node_modules/jszip/tsconfig.json +0 -101
- package/node_modules/jszip/vendor/FileSaver.js +0 -247
- package/node_modules/lie/README.md +0 -62
- package/node_modules/lie/dist/lie.js +0 -350
- package/node_modules/lie/dist/lie.min.js +0 -1
- package/node_modules/lie/dist/lie.polyfill.js +0 -358
- package/node_modules/lie/dist/lie.polyfill.min.js +0 -1
- package/node_modules/lie/lib/browser.js +0 -273
- package/node_modules/lie/lib/index.js +0 -298
- package/node_modules/lie/license.md +0 -7
- package/node_modules/lie/lie.d.ts +0 -244
- package/node_modules/lie/package.json +0 -69
- package/node_modules/lie/polyfill.js +0 -4
- package/node_modules/pako/LICENSE +0 -21
- package/node_modules/pako/README.md +0 -191
- package/node_modules/pako/dist/pako.js +0 -6818
- package/node_modules/pako/dist/pako.min.js +0 -1
- package/node_modules/pako/dist/pako_deflate.js +0 -3997
- package/node_modules/pako/dist/pako_deflate.min.js +0 -1
- package/node_modules/pako/dist/pako_inflate.js +0 -3300
- package/node_modules/pako/dist/pako_inflate.min.js +0 -1
- package/node_modules/pako/index.js +0 -14
- package/node_modules/pako/lib/deflate.js +0 -400
- package/node_modules/pako/lib/inflate.js +0 -423
- package/node_modules/pako/lib/utils/common.js +0 -105
- package/node_modules/pako/lib/utils/strings.js +0 -187
- package/node_modules/pako/lib/zlib/README +0 -59
- package/node_modules/pako/lib/zlib/adler32.js +0 -51
- package/node_modules/pako/lib/zlib/constants.js +0 -68
- package/node_modules/pako/lib/zlib/crc32.js +0 -59
- package/node_modules/pako/lib/zlib/deflate.js +0 -1874
- package/node_modules/pako/lib/zlib/gzheader.js +0 -58
- package/node_modules/pako/lib/zlib/inffast.js +0 -345
- package/node_modules/pako/lib/zlib/inflate.js +0 -1556
- package/node_modules/pako/lib/zlib/inftrees.js +0 -343
- package/node_modules/pako/lib/zlib/messages.js +0 -32
- package/node_modules/pako/lib/zlib/trees.js +0 -1222
- package/node_modules/pako/lib/zlib/zstream.js +0 -47
- package/node_modules/pako/package.json +0 -44
- package/node_modules/process-nextick-args/index.js +0 -45
- package/node_modules/process-nextick-args/license.md +0 -19
- package/node_modules/process-nextick-args/package.json +0 -25
- package/node_modules/process-nextick-args/readme.md +0 -18
- package/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/node_modules/readable-stream/LICENSE +0 -47
- package/node_modules/readable-stream/README.md +0 -58
- package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/node_modules/readable-stream/package.json +0 -52
- package/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/safe-buffer/index.js +0 -62
- package/node_modules/safe-buffer/package.json +0 -37
- package/node_modules/setimmediate/LICENSE.txt +0 -20
- package/node_modules/setimmediate/package.json +0 -30
- package/node_modules/setimmediate/setImmediate.js +0 -186
- package/node_modules/string_decoder/.travis.yml +0 -50
- package/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/string_decoder/README.md +0 -47
- package/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/string_decoder/package.json +0 -31
- package/node_modules/util-deprecate/History.md +0 -16
- package/node_modules/util-deprecate/LICENSE +0 -24
- package/node_modules/util-deprecate/README.md +0 -53
- package/node_modules/util-deprecate/browser.js +0 -67
- package/node_modules/util-deprecate/node.js +0 -6
- package/node_modules/util-deprecate/package.json +0 -27
package/README.es.md
CHANGED
|
@@ -1,376 +1,423 @@
|
|
|
1
|
+
<!-- This file is generated from README.template.md by scripts/generate_readme.mjs. Do not edit README.md directly. -->
|
|
2
|
+
|
|
1
3
|
# OpenAgreements
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/open-agreements)
|
|
4
6
|
[](https://npmjs.org/package/open-agreements)
|
|
5
7
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://skills.sh)
|
|
7
8
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
|
-
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
|
-
[](https://vitest.dev/)
|
|
12
|
-
[](./scripts/validate_openspec_coverage.mjs)
|
|
13
10
|
[](https://socket.dev/npm/package/open-agreements)
|
|
11
|
+
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
12
|
+
[](https://skills.sh)
|
|
13
|
+
[](https://openagreements.openstatus.dev/)
|
|
14
14
|
[](https://packagephobia.com/result?p=open-agreements)
|
|
15
15
|
|
|
16
|
-
[English](
|
|
16
|
+
[English](https://github.com/open-agreements/open-agreements/blob/main/README.md) | [Español](https://github.com/open-agreements/open-agreements/blob/main/README.es.md) | [简体中文](https://github.com/open-agreements/open-agreements/blob/main/README.zh.md) | [Português (Brasil)](https://github.com/open-agreements/open-agreements/blob/main/README.pt-br.md) | [Deutsch](https://github.com/open-agreements/open-agreements/blob/main/README.de.md)
|
|
17
17
|
|
|
18
18
|
> **Nota de traducción:** `README.md` en inglés es la fuente canónica de verdad. Esta traducción puede tener un pequeño retraso. Los cambios importantes del README en inglés deben propagarse en un plazo de 72 horas.
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
<!-- TODO: Add OpenSSF Best Practices badge after registration at bestpractices.dev -->
|
|
22
|
-
<!-- TODO: Re-evaluate Snyk badge — Advisor migrated to security.snyk.io (July 2024) -->
|
|
23
|
-
|
|
24
|
-
<p align="center">
|
|
25
|
-
<img src="docs/assets/demo-fill-nda.gif" alt="Fill a Mutual NDA in Claude Code — prompt, answer questions, get a signed-ready DOCX" width="720">
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
> *Demo: Claude completa un Mutual NDA de Common Paper en menos de 2 minutos. Acelerado para brevedad.*
|
|
20
|
+
Completa plantillas estándar de acuerdos legales y obtén archivos DOCX listos para firma. OpenAgreements incluye más de 40 plantillas que cubren NDAs, acuerdos de servicios cloud, documentos laborales, acuerdos con contratistas, SAFEs y documentos de financiamiento NVCA.
|
|
29
21
|
|
|
30
|
-
|
|
22
|
+
Funciona con Claude Code, Gemini CLI, Cursor y flujos de trabajo locales por MCP o CLI.
|
|
31
23
|
|
|
32
|
-
|
|
24
|
+
## Contenidos
|
|
33
25
|
|
|
34
|
-
|
|
26
|
+
- [Plantillas disponibles](#plantillas-disponibles)
|
|
27
|
+
- [Skills disponibles](#skills-disponibles)
|
|
28
|
+
- [Paquetes](#paquetes)
|
|
29
|
+
- [Inicio rápido](#inicio-rápido)
|
|
30
|
+
- [Instalación](#instalación)
|
|
31
|
+
- [Documentación](#documentación)
|
|
32
|
+
- [Privacidad](#privacidad)
|
|
33
|
+
- [Ver también](#ver-también)
|
|
34
|
+
- [Contribuir](#contribuir)
|
|
35
|
+
- [Construido con OpenAgreements](#construido-con-openagreements)
|
|
36
|
+
- [Licencia](#licencia)
|
|
35
37
|
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
|
|
39
|
-
- El framework de pruebas JS activo es Vitest, con resultados JUnit subidos para análisis de pruebas en Codecov.
|
|
40
|
-
- La trazabilidad de escenarios de OpenSpec se aplica mediante `npm run check:spec-coverage`. Para exportar una matriz local, ejecuta `npm run check:spec-coverage -- --write-matrix integration-tests/OPENSPEC_TRACEABILITY.md`.
|
|
41
|
-
- El canario de deriva de fuentes de recetas (`npm run check:source-drift`) verifica el hash esperado de la fuente junto con anclas estructurales de reemplazo/normalización.
|
|
42
|
-
- Las regresiones a nivel de supuestos se rastrean en `docs/assumptions.md` y se validan con pruebas de regresión dirigidas + compuertas de CI.
|
|
43
|
-
- El renderizado visual DOCX con LibreOffice usa una configuración fijada en macOS (`config/libreoffice-headless.json`); ejecuta `npm run check:libreoffice` antes de pruebas visuales de evidencia de Allure.
|
|
44
|
-
- Maintainer: [Steven Obiajulu](https://www.linkedin.com/in/steven-obiajulu/) (ingeniero mecánico formado en MIT; abogado formado en Harvard Law).
|
|
38
|
+
<p align="center">
|
|
39
|
+
<img src="https://raw.githubusercontent.com/open-agreements/open-agreements/main/docs/assets/demo-fill-nda.gif" alt="Fill a Mutual NDA in Claude Code — prompt, answer questions, get a signed-ready DOCX" width="720">
|
|
40
|
+
</p>
|
|
45
41
|
|
|
46
|
-
|
|
42
|
+
> *Demo: Claude completa un Mutual NDA de Common Paper en menos de 2 minutos. Acelerado para brevedad.*
|
|
47
43
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
44
|
+
## Plantillas disponibles
|
|
45
|
+
|
|
46
|
+
La columna Fuente enlaza al estándar original, documento fuente o página canónica del proyecto (varía según el editor). La columna Licencia muestra los términos de redistribución. Los enlaces de Repo apuntan al directorio de contenido en GitHub de cada plantilla o recipe.
|
|
47
|
+
|
|
48
|
+
### Confidencialidad
|
|
49
|
+
|
|
50
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
51
|
+
|-----------|-----------|--------|----------|------|
|
|
52
|
+
| Bonterms Mutual NDA | [Sitio web](https://usejunior.com/templates/bonterms-mutual-nda) | [Bonterms](https://bonterms.com/resources/mutual-nda-cover-page-example) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/bonterms-mutual-nda) |
|
|
53
|
+
| Common Paper Mutual NDA | [Sitio web](https://usejunior.com/templates/common-paper-mutual-nda) | [Common Paper](https://commonpaper.com/standards/mutual-nda/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-mutual-nda) |
|
|
54
|
+
| One Way NDA | [Sitio web](https://usejunior.com/templates/common-paper-one-way-nda) | [Common Paper](https://commonpaper.com/standards/one-way-nda) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-one-way-nda) |
|
|
55
|
+
|
|
56
|
+
### Ventas y Licencias
|
|
57
|
+
|
|
58
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
59
|
+
|-----------|-----------|--------|----------|------|
|
|
60
|
+
| Cloud Service Agreement | [Sitio web](https://usejunior.com/templates/common-paper-cloud-service-agreement) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-cloud-service-agreement) |
|
|
61
|
+
| CSA Click Through | [Sitio web](https://usejunior.com/templates/common-paper-csa-click-through) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-click-through) |
|
|
62
|
+
| CSA With AI | [Sitio web](https://usejunior.com/templates/common-paper-csa-with-ai) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-with-ai) |
|
|
63
|
+
| CSA With SLA | [Sitio web](https://usejunior.com/templates/common-paper-csa-with-sla) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-with-sla) |
|
|
64
|
+
| CSA Without SLA | [Sitio web](https://usejunior.com/templates/common-paper-csa-without-sla) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-csa-without-sla) |
|
|
65
|
+
| Order Form | [Sitio web](https://usejunior.com/templates/common-paper-order-form) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-order-form) |
|
|
66
|
+
| Order Form With SLA | [Sitio web](https://usejunior.com/templates/common-paper-order-form-with-sla) | [Common Paper](https://commonpaper.com/standards/cloud-service-agreement/2.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-order-form-with-sla) |
|
|
67
|
+
| Software License Agreement | [Sitio web](https://usejunior.com/templates/common-paper-software-license-agreement) | [Common Paper](https://commonpaper.com/standards/software-license-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-software-license-agreement) |
|
|
68
|
+
|
|
69
|
+
### Datos y Cumplimiento
|
|
70
|
+
|
|
71
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
72
|
+
|-----------|-----------|--------|----------|------|
|
|
73
|
+
| AI Addendum | [Sitio web](https://usejunior.com/templates/common-paper-ai-addendum) | [Common Paper](https://commonpaper.com/standards/ai-addendum/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-ai-addendum) |
|
|
74
|
+
| AI Addendum In App | [Sitio web](https://usejunior.com/templates/common-paper-ai-addendum-in-app) | [Common Paper](https://commonpaper.com/standards/ai-addendum/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-ai-addendum-in-app) |
|
|
75
|
+
| Business Associate Agreement | [Sitio web](https://usejunior.com/templates/common-paper-business-associate-agreement) | [Common Paper](https://commonpaper.com/standards/business-associate-agreement/1.0) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-business-associate-agreement) |
|
|
76
|
+
| Data Processing Agreement | [Sitio web](https://usejunior.com/templates/common-paper-data-processing-agreement) | [Common Paper](https://commonpaper.com/standards/data-processing-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-data-processing-agreement) |
|
|
77
|
+
|
|
78
|
+
### Servicios Profesionales
|
|
79
|
+
|
|
80
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
81
|
+
|-----------|-----------|--------|----------|------|
|
|
82
|
+
| Bonterms Professional Services Agreement | [Sitio web](https://usejunior.com/templates/bonterms-professional-services-agreement) | [Bonterms](https://bonterms.com/resources/psa-cover-page-example) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/bonterms-professional-services-agreement) |
|
|
83
|
+
| Independent Contractor Agreement | [Sitio web](https://usejunior.com/templates/common-paper-independent-contractor-agreement) | [Common Paper](https://commonpaper.com/standards/independent-contractor-agreement) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-independent-contractor-agreement) |
|
|
84
|
+
| Common Paper Professional Services Agreement | [Sitio web](https://usejunior.com/templates/common-paper-professional-services-agreement) | [Common Paper](https://commonpaper.com/standards/professional-services-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-professional-services-agreement) |
|
|
85
|
+
| Statement Of Work | [Sitio web](https://usejunior.com/templates/common-paper-statement-of-work) | [Common Paper](https://commonpaper.com/standards/statement-of-work) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-statement-of-work) |
|
|
86
|
+
|
|
87
|
+
### Acuerdos y Alianzas
|
|
88
|
+
|
|
89
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
90
|
+
|-----------|-----------|--------|----------|------|
|
|
91
|
+
| Amendment | [Sitio web](https://usejunior.com/templates/common-paper-amendment) | [Common Paper](https://commonpaper.com/standards/amendment) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-amendment) |
|
|
92
|
+
| Design Partner Agreement | [Sitio web](https://usejunior.com/templates/common-paper-design-partner-agreement) | [Common Paper](https://commonpaper.com/standards/design-partner-agreement/1.3) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-design-partner-agreement) |
|
|
93
|
+
| Letter Of Intent | [Sitio web](https://usejunior.com/templates/common-paper-letter-of-intent) | [Common Paper](https://commonpaper.com/standards/letter-of-intent) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-letter-of-intent) |
|
|
94
|
+
| Partnership Agreement | [Sitio web](https://usejunior.com/templates/common-paper-partnership-agreement) | [Common Paper](https://commonpaper.com/standards/partnership-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-partnership-agreement) |
|
|
95
|
+
| Pilot Agreement | [Sitio web](https://usejunior.com/templates/common-paper-pilot-agreement) | [Common Paper](https://commonpaper.com/standards/pilot-agreement/1.1) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-pilot-agreement) |
|
|
96
|
+
| Term Sheet | [Sitio web](https://usejunior.com/templates/common-paper-term-sheet) | [Common Paper](https://commonpaper.com/standards/term-sheet) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/common-paper-term-sheet) |
|
|
97
|
+
|
|
98
|
+
### Empleo
|
|
99
|
+
|
|
100
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
101
|
+
|-----------|-----------|--------|----------|------|
|
|
102
|
+
| Employee IP Inventions Assignment | [Sitio web](https://usejunior.com/templates/openagreements-employee-ip-inventions-assignment) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employee-ip-inventions-assignment) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employee-ip-inventions-assignment) |
|
|
103
|
+
| Employment Confidentiality Acknowledgement | [Sitio web](https://usejunior.com/templates/openagreements-employment-confidentiality-acknowledgement) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-confidentiality-acknowledgement) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-confidentiality-acknowledgement) |
|
|
104
|
+
| Employment Offer Letter | [Sitio web](https://usejunior.com/templates/openagreements-employment-offer-letter) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-offer-letter) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-offer-letter) |
|
|
105
|
+
| Restrictive Covenant Wyoming | [Sitio web](https://usejunior.com/templates/openagreements-restrictive-covenant-wyoming) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-wyoming) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-wyoming) |
|
|
106
|
+
|
|
107
|
+
### SAFEs
|
|
108
|
+
|
|
109
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
110
|
+
|-----------|-----------|--------|----------|------|
|
|
111
|
+
| Discount | [Sitio web](https://usejunior.com/templates/yc-safe-discount) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-discount) |
|
|
112
|
+
| MFN | [Sitio web](https://usejunior.com/templates/yc-safe-mfn) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-mfn) |
|
|
113
|
+
| Pro Rata Side Letter | [Sitio web](https://usejunior.com/templates/yc-safe-pro-rata-side-letter) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-pro-rata-side-letter) |
|
|
114
|
+
| Valuation Cap | [Sitio web](https://usejunior.com/templates/yc-safe-valuation-cap) | [Y Combinator](https://www.ycombinator.com/documents) | [CC-BY-ND-4.0](https://creativecommons.org/licenses/by-nd/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/external/yc-safe-valuation-cap) |
|
|
115
|
+
|
|
116
|
+
### Financiación de Capital de Riesgo
|
|
117
|
+
|
|
118
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
119
|
+
|-----------|-----------|--------|----------|------|
|
|
120
|
+
| Certificate Of Incorporation | [Sitio web](https://usejunior.com/templates/nvca-certificate-of-incorporation) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-COI-10-1-2025.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-certificate-of-incorporation) |
|
|
121
|
+
| Indemnification Agreement | [Sitio web](https://usejunior.com/templates/nvca-indemnification-agreement) | [NVCA](https://nvca.org/wp-content/uploads/2021/12/NVCA-2020-Indemnification-Agreement.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-indemnification-agreement) |
|
|
122
|
+
| Investors Rights Agreement | [Sitio web](https://usejunior.com/templates/nvca-investors-rights-agreement) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-IRA-10-1-2025-2-1.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-investors-rights-agreement) |
|
|
123
|
+
| Management Rights Letter | [Sitio web](https://usejunior.com/templates/nvca-management-rights-letter) | [NVCA](https://nvca.org/wp-content/uploads/2025/12/NVCA-2020-Management-Rights-Letter-1-1.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-management-rights-letter) |
|
|
124
|
+
| ROFR Co Sale Agreement | [Sitio web](https://usejunior.com/templates/nvca-rofr-co-sale-agreement) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-ROFRA-10-1-2025.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-rofr-co-sale-agreement) |
|
|
125
|
+
| Stock Purchase Agreement | [Sitio web](https://usejunior.com/templates/nvca-stock-purchase-agreement) | [NVCA](https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-SPA-10-28-2025-1.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-stock-purchase-agreement) |
|
|
126
|
+
| Voting Agreement | [Sitio web](https://usejunior.com/templates/nvca-voting-agreement) | [NVCA](https://nvca.org/wp-content/uploads/2024/10/NVCA-Model-VA-10-1-2025.docx) | Recipe | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/recipes/nvca-voting-agreement) |
|
|
127
|
+
|
|
128
|
+
### Otros
|
|
129
|
+
|
|
130
|
+
| Plantilla | Sitio web | Fuente | Licencia | Repo |
|
|
131
|
+
|-----------|-----------|--------|----------|------|
|
|
132
|
+
| Closing Checklist | [Sitio web](https://usejunior.com/templates/closing-checklist) | [OpenAgreements](https://github.com/open-agreements/open-agreements) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/closing-checklist) |
|
|
133
|
+
| Board Consent SAFE | [Sitio web](https://usejunior.com/templates/openagreements-board-consent-safe) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-board-consent-safe) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-board-consent-safe) |
|
|
134
|
+
| Due Diligence Request List | [Sitio web](https://usejunior.com/templates/openagreements-due-diligence-request-list) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-due-diligence-request-list) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-due-diligence-request-list) |
|
|
135
|
+
| Stockholder Consent SAFE | [Sitio web](https://usejunior.com/templates/openagreements-stockholder-consent-safe) | [OpenAgreements](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-stockholder-consent-safe) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-stockholder-consent-safe) |
|
|
136
|
+
| Working Group List | [Sitio web](https://usejunior.com/templates/working-group-list) | [OpenAgreements](https://github.com/open-agreements/open-agreements) | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) | [Repo](https://github.com/open-agreements/open-agreements/tree/main/content/templates/working-group-list) |
|
|
137
|
+
|
|
138
|
+
## Skills disponibles
|
|
139
|
+
|
|
140
|
+
### Redacción y llenado de acuerdos
|
|
141
|
+
|
|
142
|
+
| Skill | Descripción |
|
|
143
|
+
|-------|-------------|
|
|
144
|
+
| [open-agreements](https://github.com/open-agreements/open-agreements/tree/main/skills/open-agreements) | Completa plantillas estándar de acuerdos legales (NDAs, acuerdos de servicios cloud, SAFEs) y produce archivos DOCX listos para firma. Soporta plantillas de Common Paper, Bonterms y Y Combinator. Úsalo cuando el usuario necesite redactar un acuerdo legal, crear un NDA, completar una plantilla de contrato o generar un SAFE. También puede enviar acuerdos para firma electrónica vía DocuSign. |
|
|
145
|
+
| [nda](https://github.com/open-agreements/open-agreements/tree/main/skills/nda) | Redacta y completa plantillas de NDA — NDA mutuo, NDA unilateral, acuerdo de confidencialidad. Produce archivos DOCX listos para firma a partir de formularios estándar de Common Paper y Bonterms. Úsalo cuando el usuario diga "NDA", "acuerdo de confidencialidad", "NDA mutuo" o "NDA unilateral". |
|
|
146
|
+
| [cloud-service-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/cloud-service-agreement) | Redacta y completa plantillas de acuerdos SaaS — contrato cloud, MSA, order form, licencia de software, acuerdo piloto, acuerdo de design partner. Incluye variantes con SLAs y términos de IA. Produce DOCX listos para firma a partir de formularios estándar de Common Paper. Úsalo cuando el usuario diga "acuerdo SaaS", "contrato cloud", "MSA", "order form", "licencia de software", "acuerdo piloto" o "acuerdo de design partner". |
|
|
147
|
+
| [services-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/services-agreement) | Redacta y completa plantillas de acuerdos de servicios — contrato de consultoría, acuerdo con contratista, SOW, statement of work, acuerdo de servicios profesionales. Produce archivos DOCX listos para firma a partir de formularios estándar de Common Paper y Bonterms. Úsalo cuando el usuario diga "contrato de consultoría", "acuerdo con contratista", "SOW", "statement of work", "acuerdo de servicios" o "contrato freelance". |
|
|
148
|
+
| [employment-contract](https://github.com/open-agreements/open-agreements/tree/main/skills/employment-contract) | Redacta y completa plantillas de acuerdos laborales — carta de oferta, cesión de PI, PIIA, acuse de confidencialidad. Produce archivos DOCX listos para firma a partir de formularios estándar de OpenAgreements para contratar empleados. Úsalo cuando el usuario diga "carta de oferta", "acuerdo laboral", "PIIA", "cesión de PI", "contratar a alguien" o "papeleo de onboarding". |
|
|
149
|
+
| [data-privacy-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/data-privacy-agreement) | Redacta y completa plantillas de acuerdos de privacidad de datos — DPA, acuerdo de procesamiento de datos, GDPR, HIPAA BAA, business associate agreement, AI addendum. Produce archivos DOCX listos para firma a partir de formularios estándar de Common Paper. Úsalo cuando el usuario diga "DPA", "acuerdo de procesamiento de datos", "HIPAA BAA", "business associate agreement" o "AI addendum". |
|
|
150
|
+
| [safe](https://github.com/open-agreements/open-agreements/tree/main/skills/safe) | Redacta y completa plantillas SAFE de Y Combinator — valuation cap, discount, MFN, pro rata side letter. Documentos estándar de financiación startup para equity convertible. Produce archivos DOCX listos para firma. Úsalo cuando el usuario diga "SAFE", "simple agreement for future equity", "YC SAFE", "valuation cap", "documentos de ronda seed" o "papeleo de fundraising". |
|
|
151
|
+
| [venture-financing](https://github.com/open-agreements/open-agreements/tree/main/skills/venture-financing) | Redacta y completa documentos modelo NVCA — stock purchase agreement, certificate of incorporation, investors rights agreement, voting agreement, ROFR, co-sale, indemnification, management rights letter. Plantillas de Serie A y financiación de capital de riesgo. Produce archivos DOCX listos para firma. Úsalo cuando el usuario diga "documentos Serie A", "NVCA", "stock purchase agreement", "investors rights agreement", "voting agreement" o "docs de venture financing". |
|
|
152
|
+
|
|
153
|
+
### Edición y flujos con clientes
|
|
154
|
+
|
|
155
|
+
| Skill | Descripción |
|
|
156
|
+
|-------|-------------|
|
|
157
|
+
| [edit-docx-agreement](https://github.com/open-agreements/open-agreements/tree/main/skills/edit-docx-agreement) | Realiza ediciones a medida sobre un acuerdo DOCX generado por OpenAgreements (o cualquier DOCX existente), usando las herramientas Safe Docx MCP para ediciones quirúrgicas que preservan el formato y producen salidas con cambios rastreados. Úsalo cuando el usuario diga "edita este contrato", "cambia una cláusula", "modifica el acuerdo", "ediciones personalizadas al docx" o "cambios a medida en el documento". |
|
|
158
|
+
| [client-email](https://github.com/open-agreements/open-agreements/tree/main/skills/client-email) | Redacta correos dirigidos a clientes para servicios legales — notas de remisión para entregables contractuales, resúmenes de redlines, actualizaciones de estado del deal y seguimientos. Úsalo al componer o revisar correos salientes a clientes sobre el trabajo legal. Se activa con "redacta una respuesta", "correo al cliente", "nota de remisión", "responde a" o cualquier correo saliente que acompañe un entregable legal. |
|
|
159
|
+
| [delaware-franchise-tax](https://github.com/open-agreements/open-agreements/tree/main/skills/delaware-franchise-tax) | Presenta tu Delaware franchise tax anual y el annual report. Te guía por el cálculo del impuesto (métodos Authorized Shares y Assumed Par Value Capital), el proceso de presentación en el portal eCorp y el pago. Para Delaware C-Corps (fecha límite 1 de marzo) y LLCs/LPs/GPs (fecha límite 1 de junio). Úsalo cuando el usuario diga "Delaware franchise tax", "annual report Delaware", "presentar franchise tax" o "portal eCorp". |
|
|
160
|
+
|
|
161
|
+
### Cumplimiento y auditoría
|
|
162
|
+
|
|
163
|
+
| Skill | Descripción |
|
|
164
|
+
|-------|-------------|
|
|
165
|
+
| [soc2-readiness](https://github.com/open-agreements/open-agreements/tree/main/skills/soc2-readiness) | Evalúa la preparación para SOC 2 Type II. Mapea los Trust Services Criteria a controles, identifica brechas y construye un plan de remediación. Usa NIST SP 800-53 (dominio público) como referencia canónica con mapeo cruzado de criterios SOC 2. Úsalo cuando el usuario diga "preparación SOC 2", "preparación para SOC 2", "análisis de brechas SOC 2" o "preparar para auditoría SOC 2". |
|
|
166
|
+
| [iso-27001-internal-audit](https://github.com/open-agreements/open-agreements/tree/main/skills/iso-27001-internal-audit) | Ejecuta una auditoría interna ISO 27001. Recorre los controles por dominio, identifica brechas, recopila evidencia y genera hallazgos con recomendaciones de acción correctiva. Usa NIST SP 800-53 (dominio público) como referencia canónica. Úsalo cuando el usuario diga "ejecutar auditoría interna", "auditoría ISO 27001", "evaluación de controles", "hallazgos de auditoría" o "evaluación del ISMS". |
|
|
167
|
+
| [iso-27001-evidence-collection](https://github.com/open-agreements/open-agreements/tree/main/skills/iso-27001-evidence-collection) | Recopila, organiza y valida evidencia para auditorías ISO 27001 y SOC 2. Enfoque API-first con comandos CLI para las principales plataformas cloud. Produce paquetes de evidencia con marcas de tiempo y listos para auditor. Úsalo cuando el usuario diga "recopilar evidencia de auditoría", "preparar paquete de evidencia", "evidencia para el auditor", "refrescar evidencia" o "análisis de brechas de evidencia". |
|
|
168
|
+
|
|
169
|
+
### Flujos para desarrolladores
|
|
170
|
+
|
|
171
|
+
| Skill | Descripción |
|
|
172
|
+
|-------|-------------|
|
|
173
|
+
| [recipe-quality-audit](https://github.com/open-agreements/open-agreements/tree/main/skills/recipe-quality-audit) | Audita la calidad de los recipes NVCA: comprueba inventario de archivos, esquema de metadatos, cobertura de campo a reemplazo, claves ambiguas, comillas tipográficas, fixtures de pruebas y calidad del llenado. Produce un scorecard estructurado por recipe con clasificación de nivel de madurez. Úsalo cuando el usuario diga "auditar calidad de recipe", "comprobar cobertura del recipe", "scorecard de recipe" o "calidad de recipe NVCA". |
|
|
174
|
+
| [unit-test-philosophy](https://github.com/open-agreements/open-agreements/tree/main/skills/unit-test-philosophy) | Pruebas unitarias basadas en riesgo y estilo de especificación de comportamiento legible por Allure para open-agreements. Úsalo cuando el usuario diga "añadir pruebas", "calidad de pruebas", "expansión de cobertura", "estilo de pruebas unitarias" o "spec de prueba Allure". Aplica al añadir/actualizar pruebas, expandir cobertura o revisar calidad de pruebas en src, integration-tests y paquetes del workspace. |
|
|
175
|
+
|
|
176
|
+
### Autoría de plantillas
|
|
177
|
+
|
|
178
|
+
| Skill | Descripción |
|
|
179
|
+
|-------|-------------|
|
|
180
|
+
| [canonical-markdown-authoring](https://github.com/open-agreements/open-agreements/tree/main/skills/canonical-markdown-authoring) | Convierte borradores de contrato en markdown plano al formato canónico de autoría template.md de OpenAgreements — YAML frontmatter, tablas Kind|Label|Value|Show When de cover-terms, directivas oa:clause, párrafos [[Defined Term]] y directivas oa:signer que compilan a specs JSON validados y artefactos DOCX. Úsalo cuando el usuario diga "convierte esto a markdown canónico", "crea una nueva plantilla de OpenAgreements", "migra plantilla a template.md" o "escribe un contrato en forma canónica". |
|
|
181
|
+
|
|
182
|
+
## Paquetes
|
|
183
|
+
|
|
184
|
+
| Paquete | Descripción |
|
|
185
|
+
|---------|-------------|
|
|
186
|
+
| [open-agreements](https://www.npmjs.com/package/open-agreements) | CLI y librería open-source para completar plantillas legales |
|
|
187
|
+
| [@open-agreements/contract-templates-mcp](https://github.com/open-agreements/open-agreements/blob/main/packages/contract-templates-mcp/README.md) | Servidor MCP local por stdio para descubrimiento y llenado de plantillas OpenAgreements |
|
|
188
|
+
| [@open-agreements/contracts-workspace](https://github.com/open-agreements/open-agreements/blob/main/packages/contracts-workspace/README.md) | CLI orientado al workspace para organizar y rastrear repositorios de contratos |
|
|
189
|
+
| [@open-agreements/contracts-workspace-mcp](https://github.com/open-agreements/open-agreements/blob/main/packages/contracts-workspace-mcp/README.md) | Servidor MCP local por stdio para operaciones del workspace de contratos |
|
|
190
|
+
| [@open-agreements/checklist-mcp](https://github.com/open-agreements/open-agreements/blob/main/packages/checklist-mcp/README.md) | Servidor MCP local por stdio para operaciones de memoria de checklist de OpenAgreements |
|
|
191
|
+
|
|
192
|
+
### Qué se instala
|
|
193
|
+
|
|
194
|
+
```text
|
|
195
|
+
open-agreements/
|
|
196
|
+
bin/ # CLI entry point
|
|
197
|
+
dist/ # Compiled TypeScript
|
|
198
|
+
content/
|
|
199
|
+
templates/ # Fillable DOCX templates with {tag} placeholders
|
|
200
|
+
external/ # YC SAFE templates vendored unchanged
|
|
201
|
+
recipes/ # Recipe instructions for non-redistributable sources
|
|
202
|
+
skills/ # Agent skill definitions
|
|
203
|
+
server.json # MCP server manifest
|
|
204
|
+
gemini-extension.json # Gemini CLI extension config
|
|
205
|
+
README.md, LICENSE
|
|
206
|
+
```
|
|
51
207
|
|
|
52
|
-
|
|
208
|
+
Las plantillas de recipes NVCA se descargan en tiempo de ejecución y no se incluyen en el paquete.
|
|
53
209
|
|
|
54
|
-
|
|
55
|
-
|
|
210
|
+
<details>
|
|
211
|
+
<summary><strong>Referencia del CLI</strong></summary>
|
|
56
212
|
|
|
57
|
-
|
|
213
|
+
### `list`
|
|
58
214
|
|
|
59
|
-
|
|
215
|
+
Muestra las plantillas disponibles con información de licencia y conteo de campos.
|
|
60
216
|
|
|
61
|
-
|
|
62
|
-
-
|
|
217
|
+
```bash
|
|
218
|
+
open-agreements list
|
|
63
219
|
|
|
64
|
-
|
|
220
|
+
# Machine-readable JSON for agent skills and automation
|
|
221
|
+
open-agreements list --json
|
|
222
|
+
```
|
|
65
223
|
|
|
66
|
-
|
|
224
|
+
### `fill <template>`
|
|
67
225
|
|
|
68
|
-
|
|
226
|
+
Genera un DOCX completado desde una plantilla.
|
|
69
227
|
|
|
70
228
|
```bash
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
Luego pide a Claude que redacte un acuerdo:
|
|
229
|
+
# From a JSON data file
|
|
230
|
+
open-agreements fill common-paper-mutual-nda -d data.json -o output.docx
|
|
75
231
|
|
|
76
|
-
|
|
77
|
-
|
|
232
|
+
# With inline --set flags
|
|
233
|
+
open-agreements fill common-paper-mutual-nda --set party_1_name="Acme Corp" --set governing_law="Delaware"
|
|
78
234
|
```
|
|
79
235
|
|
|
80
|
-
|
|
236
|
+
### `validate [template]`
|
|
81
237
|
|
|
82
|
-
|
|
238
|
+
Ejecuta el pipeline de validación sobre una o todas las plantillas.
|
|
83
239
|
|
|
84
240
|
```bash
|
|
85
|
-
|
|
241
|
+
open-agreements validate
|
|
242
|
+
open-agreements validate common-paper-mutual-nda
|
|
86
243
|
```
|
|
87
244
|
|
|
88
|
-
|
|
245
|
+
</details>
|
|
89
246
|
|
|
90
|
-
|
|
247
|
+
<details>
|
|
248
|
+
<summary><strong>Detalles de configuración del agente</strong></summary>
|
|
91
249
|
|
|
92
|
-
|
|
250
|
+
### Claude Code
|
|
93
251
|
|
|
94
|
-
```
|
|
95
|
-
|
|
252
|
+
```bash
|
|
253
|
+
npx skills add open-agreements/open-agreements
|
|
96
254
|
```
|
|
97
255
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Opción 4: CLI
|
|
256
|
+
### Gemini CLI
|
|
101
257
|
|
|
102
258
|
```bash
|
|
103
|
-
|
|
104
|
-
npm install -g open-agreements
|
|
105
|
-
|
|
106
|
-
# List available templates
|
|
107
|
-
open-agreements list
|
|
108
|
-
|
|
109
|
-
# Fill a template
|
|
110
|
-
open-agreements fill common-paper-mutual-nda -d values.json -o my-nda.docx
|
|
259
|
+
gemini extensions install https://github.com/open-agreements/open-agreements
|
|
111
260
|
```
|
|
112
261
|
|
|
113
|
-
###
|
|
114
|
-
|
|
115
|
-
1. Claude ejecuta `list --json` para descubrir plantillas disponibles y sus campos
|
|
116
|
-
2. Claude te entrevista para obtener valores de campos (agrupados por sección, hasta 4 preguntas por ronda)
|
|
117
|
-
3. Claude ejecuta `fill <template>` para generar un DOCX preservando todo el formato original
|
|
118
|
-
4. Revisas y firmas el documento de salida
|
|
262
|
+
### Cursor
|
|
119
263
|
|
|
120
|
-
|
|
264
|
+
Este repositorio incluye un manifiesto de plugin de Cursor en `.cursor-plugin/plugin.json` con integración MCP en `mcp.json`.
|
|
121
265
|
|
|
122
|
-
|
|
266
|
+
### Ejecución local vs alojada
|
|
123
267
|
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
- Skill: `skills/open-agreements/SKILL.md`
|
|
268
|
+
- **Local**: `npx`, instalación global o MCP por stdio. El procesamiento ocurre en tu máquina.
|
|
269
|
+
- **Alojada**: `https://openagreements.org/api/mcp`. El llenado de plantillas se ejecuta del lado del servidor para una configuración más rápida.
|
|
127
270
|
|
|
128
|
-
|
|
271
|
+
Elige según la sensibilidad del documento y la política interna. Consulta la trust checklist más abajo para el resumen del flujo de datos.
|
|
129
272
|
|
|
130
|
-
|
|
131
|
-
- Servidor MCP local de workspace (`npx -y @open-agreements/contracts-workspace-mcp`)
|
|
132
|
-
- Servidor MCP local para redacción de plantillas (`npx -y @open-agreements/contract-templates-mcp`)
|
|
273
|
+
</details>
|
|
133
274
|
|
|
134
|
-
|
|
275
|
+
## Inicio rápido
|
|
135
276
|
|
|
136
|
-
|
|
277
|
+
### Con Claude Code
|
|
137
278
|
|
|
138
|
-
|
|
279
|
+
Pídele a Claude:
|
|
139
280
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|------|-------|--------|--------------|
|
|
144
|
-
| Plantillas internas | 17 | [Common Paper](https://commonpaper.com), [Bonterms](https://bonterms.com), OpenAgreements | Incluidas en el paquete, CC BY 4.0 |
|
|
145
|
-
| Plantillas externas | 4 | [Y Combinator](https://www.ycombinator.com/documents) | Vendorizadas sin cambios, CC BY-ND 4.0 |
|
|
146
|
-
| Recipes | 7 | [NVCA](https://nvca.org/model-legal-documents/) | Se descargan bajo demanda (no redistribuibles) |
|
|
147
|
-
|
|
148
|
-
**Plantillas internas** (NDAs, términos cloud, formularios laborales, acuerdos con contratistas, etc.) están bajo CC BY 4.0: enviamos el DOCX con placeholders `{tag}`.
|
|
281
|
+
```text
|
|
282
|
+
Fill the Common Paper mutual NDA for my company
|
|
283
|
+
```
|
|
149
284
|
|
|
150
|
-
|
|
285
|
+
Claude puede descubrir plantillas, entrevistarte para obtener los valores de los campos y generar un DOCX listo para firma.
|
|
151
286
|
|
|
152
|
-
|
|
287
|
+
### Con el CLI
|
|
153
288
|
|
|
154
|
-
|
|
289
|
+
```bash
|
|
290
|
+
# See all available templates
|
|
291
|
+
open-agreements list
|
|
155
292
|
|
|
156
|
-
|
|
293
|
+
# Fill a template from a JSON data file
|
|
294
|
+
open-agreements fill common-paper-mutual-nda -d values.json -o my-nda.docx
|
|
157
295
|
|
|
158
|
-
|
|
159
|
-
open-agreements
|
|
160
|
-
--recipe nvca-indemnification-agreement \
|
|
161
|
-
--extract-guidance guidance.json
|
|
296
|
+
# Fill with inline values
|
|
297
|
+
open-agreements fill common-paper-mutual-nda --set party_1_name="Acme Corp" --set governing_law="Delaware"
|
|
162
298
|
```
|
|
163
299
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
**¿Por qué extracción programática?** El documento fuente es la fuente única de verdad. Re-ejecutar la extracción tras una actualización del editor produce guidance fresco sin esfuerzo manual, preserva el lenguaje exacto de expertos de dominio y captura todo: una IA puede resumir sobre la marcha, pero no puede recuperar contenido descartado.
|
|
300
|
+
### Prompts de ejemplo
|
|
167
301
|
|
|
168
|
-
|
|
302
|
+
- "Draft an NDA for our construction subcontractor"
|
|
303
|
+
- "Create a consulting agreement for our insurance agency"
|
|
304
|
+
- "Fill the independent contractor agreement for a freelance designer"
|
|
305
|
+
- "Generate a SAFE with a $5M valuation cap"
|
|
169
306
|
|
|
170
|
-
|
|
171
|
-
content/templates/<name>/
|
|
172
|
-
├── template.docx # DOCX with {tag} placeholders
|
|
173
|
-
├── metadata.yaml # Fields, license, source, attribution
|
|
174
|
-
└── README.md # Template-specific documentation
|
|
175
|
-
```
|
|
307
|
+
### Qué sucede
|
|
176
308
|
|
|
177
|
-
|
|
309
|
+
1. El agente ejecuta `list --json` para descubrir plantillas y sus campos.
|
|
310
|
+
2. Te entrevista para obtener los valores de los campos agrupados por sección.
|
|
311
|
+
3. Ejecuta `fill <template>` para generar un DOCX preservando el formato original.
|
|
312
|
+
4. Revisas y firmas el documento de salida.
|
|
178
313
|
|
|
179
|
-
|
|
314
|
+
## Instalación
|
|
180
315
|
|
|
181
|
-
|
|
316
|
+
### Agent Skill (recomendado)
|
|
182
317
|
|
|
183
318
|
```bash
|
|
184
|
-
|
|
185
|
-
open-agreements fill common-paper-mutual-nda -d data.json -o output.docx
|
|
186
|
-
|
|
187
|
-
# Using inline --set flags
|
|
188
|
-
open-agreements fill common-paper-mutual-nda --set party_1_name="Acme Corp" --set governing_law="Delaware"
|
|
319
|
+
npx skills add open-agreements/open-agreements
|
|
189
320
|
```
|
|
190
321
|
|
|
191
|
-
###
|
|
322
|
+
### MCP remoto
|
|
192
323
|
|
|
193
|
-
|
|
324
|
+
Conecta cualquier agente compatible con MCP al servidor alojado en `https://openagreements.org/api/mcp`.
|
|
325
|
+
|
|
326
|
+
**Claude Code**
|
|
194
327
|
|
|
195
328
|
```bash
|
|
196
|
-
open-agreements
|
|
197
|
-
open-agreements validate common-paper-mutual-nda # One template
|
|
329
|
+
claude mcp add --transport http open-agreements https://openagreements.org/api/mcp
|
|
198
330
|
```
|
|
199
331
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
Muestra las plantillas disponibles con información de licencia y conteo de campos.
|
|
332
|
+
**Codex CLI**
|
|
203
333
|
|
|
204
334
|
```bash
|
|
205
|
-
open-agreements
|
|
206
|
-
|
|
207
|
-
# Machine-readable JSON output (for agent skills and automation)
|
|
208
|
-
open-agreements list --json
|
|
335
|
+
codex mcp add open-agreements --url https://openagreements.org/api/mcp
|
|
209
336
|
```
|
|
210
337
|
|
|
211
|
-
|
|
338
|
+
**Otros agentes** — apunta tu cliente a `https://openagreements.org/api/mcp` (HTTP streameable).
|
|
212
339
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
- Package: `@open-agreements/contracts-workspace`
|
|
216
|
-
- Binary: `open-agreements-workspace`
|
|
217
|
-
- Docs: `docs/contracts-workspace.md`
|
|
218
|
-
|
|
219
|
-
Este paquete está intencionalmente separado de `open-agreements` para que los equipos puedan adoptar:
|
|
220
|
-
|
|
221
|
-
- solo llenado de plantillas
|
|
222
|
-
- solo gestión de workspace
|
|
223
|
-
- o ambos juntos
|
|
224
|
-
|
|
225
|
-
Funciones principales de workspace:
|
|
226
|
-
|
|
227
|
-
- planificación `init` orientada por temas (estructura mínima sugerida con dominios de nivel superior)
|
|
228
|
-
- catálogo de formularios con validación de URL + SHA-256
|
|
229
|
-
- indexación y linting de estado YAML con estado `_executed` basado en nombre de archivo
|
|
230
|
-
|
|
231
|
-
El modelo v1 es solo de sistema de archivos y funciona en carpetas de nube sincronizadas localmente (por ejemplo, sincronización de Google Drive). No se requiere integración Drive API/OAuth.
|
|
232
|
-
|
|
233
|
-
## MCP local para demo de workspace
|
|
234
|
-
|
|
235
|
-
Para demos de conectores locales, hay un paquete MCP local por stdio:
|
|
236
|
-
|
|
237
|
-
- Package: `@open-agreements/contracts-workspace-mcp`
|
|
238
|
-
- Binary: `open-agreements-workspace-mcp`
|
|
239
|
-
- Docs: `docs/contracts-workspace.md`
|
|
240
|
-
|
|
241
|
-
Inicio rápido:
|
|
340
|
+
### Extensión Gemini CLI
|
|
242
341
|
|
|
243
342
|
```bash
|
|
244
|
-
|
|
245
|
-
node packages/contracts-workspace-mcp/bin/open-agreements-workspace-mcp.js
|
|
343
|
+
gemini extensions install https://github.com/open-agreements/open-agreements
|
|
246
344
|
```
|
|
247
345
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
Para flujos locales Gemini/Cursor de redacción de plantillas, usa:
|
|
251
|
-
|
|
252
|
-
- Package: `@open-agreements/contract-templates-mcp`
|
|
253
|
-
- Binary: `open-agreements-contract-templates-mcp`
|
|
254
|
-
|
|
255
|
-
Inicio rápido:
|
|
346
|
+
### CLI
|
|
256
347
|
|
|
257
348
|
```bash
|
|
258
|
-
npm
|
|
259
|
-
node packages/contract-templates-mcp/bin/open-agreements-contract-templates-mcp.js
|
|
349
|
+
npm install -g open-agreements
|
|
260
350
|
```
|
|
261
351
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
Un sitio de marketing estático se genera desde `site/` con Eleventy.
|
|
265
|
-
|
|
266
|
-
- Entry points: `site/index.njk`, `site/templates.njk`, `site/template-detail.njk`
|
|
267
|
-
- Styles: `site/styles.css`
|
|
268
|
-
- Demo media: `site/assets/demo-fill-nda.gif`
|
|
269
|
-
- Deployment config: `vercel.json`
|
|
270
|
-
- Discovery outputs (generated during `npm run build:site`): `_site/llms.txt`, `_site/llms-full.txt`, `_site/sitemap.xml`, `_site/robots.txt`
|
|
271
|
-
|
|
272
|
-
Vista previa local:
|
|
352
|
+
O ejecútalo directamente sin instalación:
|
|
273
353
|
|
|
274
354
|
```bash
|
|
275
|
-
|
|
276
|
-
python3 -m http.server 8080 --directory _site
|
|
355
|
+
npx -y open-agreements@latest list
|
|
277
356
|
```
|
|
278
357
|
|
|
279
|
-
|
|
358
|
+
---
|
|
280
359
|
|
|
281
|
-
|
|
360
|
+
## Documentación
|
|
282
361
|
|
|
283
|
-
|
|
284
|
-
- Mantén la raíz del proyecto como la raíz del repositorio
|
|
285
|
-
- El `vercel.json` incluido despliega `_site/` como salida estática
|
|
362
|
+
### Empieza aquí
|
|
286
363
|
|
|
287
|
-
|
|
364
|
+
- [Getting Started](https://github.com/open-agreements/open-agreements/blob/main/docs/getting-started.md)
|
|
288
365
|
|
|
289
|
-
|
|
366
|
+
### Guías
|
|
290
367
|
|
|
291
|
-
-
|
|
292
|
-
-
|
|
293
|
-
- estructura esperada bajo cada raíz: `templates/`, `external/`, y/o `recipes/` (o anidados bajo `content/`)
|
|
368
|
+
- [Adding Templates](https://github.com/open-agreements/open-agreements/blob/main/docs/adding-templates.md)
|
|
369
|
+
- [Adding Recipes](https://github.com/open-agreements/open-agreements/blob/main/docs/adding-recipes.md)
|
|
294
370
|
|
|
295
|
-
|
|
371
|
+
### Otros paquetes
|
|
296
372
|
|
|
297
|
-
|
|
298
|
-
2. contenido del paquete incluido (fallback por defecto)
|
|
373
|
+
- [Contracts Workspace CLI](https://github.com/open-agreements/open-agreements/blob/main/docs/contracts-workspace.md)
|
|
299
374
|
|
|
300
|
-
|
|
375
|
+
### Referencia
|
|
301
376
|
|
|
302
|
-
|
|
377
|
+
- [Licensing](https://github.com/open-agreements/open-agreements/blob/main/docs/licensing.md)
|
|
378
|
+
- [Changelog & Release Process](https://github.com/open-agreements/open-agreements/blob/main/docs/changelog-release-process.md)
|
|
379
|
+
- [Trust Checklist](https://github.com/open-agreements/open-agreements/blob/main/docs/trust-checklist.md)
|
|
380
|
+
- [Supported Tools](https://github.com/open-agreements/open-agreements/blob/main/docs/supported-tools.md)
|
|
381
|
+
- [Assumptions](https://github.com/open-agreements/open-agreements/blob/main/docs/assumptions.md)
|
|
382
|
+
- [Employment Source Policy](https://github.com/open-agreements/open-agreements/blob/main/docs/employment-source-policy.md)
|
|
303
383
|
|
|
304
|
-
|
|
305
|
-
- [UseJunior Developer Tools](https://usejunior.com/developer-tools/open-agreements) — página del producto con opciones de instalación y catálogo de plantillas
|
|
384
|
+
**Enlaces:** [Sitio web](https://usejunior.com) | [Catálogo de plantillas](https://usejunior.com/templates) | [Docs](https://github.com/open-agreements/open-agreements/tree/main/docs) | [Trust](https://usejunior.com/security) | [npm](https://www.npmjs.com/package/open-agreements)
|
|
306
385
|
|
|
307
|
-
##
|
|
386
|
+
## Privacidad
|
|
308
387
|
|
|
309
|
-
|
|
388
|
+
- **Modo local** (`npx`, instalación global, MCP por stdio): todo el procesamiento ocurre en tu máquina. No se envía contenido de documentos al exterior.
|
|
389
|
+
- **Modo alojado** (`https://openagreements.org/api/mcp`): el llenado de plantillas se ejecuta del lado del servidor. No se almacenan documentos completados después de devolver la respuesta.
|
|
310
390
|
|
|
311
|
-
|
|
312
|
-
- [Adding recipes](docs/adding-recipes.md) (fuentes no redistribuibles)
|
|
313
|
-
- [Employment source policy](docs/employment-source-policy.md) (clasificaciones de confianza y términos)
|
|
314
|
-
- [Code of Conduct](CODE_OF_CONDUCT.md) (expectativas de comunidad y cumplimiento)
|
|
391
|
+
Consulta la [Política de privacidad](https://usejunior.com/privacy_policy) para más detalles.
|
|
315
392
|
|
|
316
|
-
|
|
393
|
+
Política de seguridad: consulta [SECURITY.md](https://github.com/open-agreements/open-agreements/blob/main/SECURITY.md).
|
|
317
394
|
|
|
318
|
-
|
|
395
|
+
## Ver también
|
|
319
396
|
|
|
320
|
-
|
|
321
|
-
2. Haz push del commit + etiqueta con `git push origin main --tags`
|
|
322
|
-
3. Ejecuta la compuerta local de extensión Gemini (copia/symlink en `~/.gemini/extensions/open-agreements` y verifica que ambos servidores MCP locales inicien/respondan).
|
|
323
|
-
4. El workflow `Release` publica desde la etiqueta después de ejecutar build, validación, pruebas, smoke de runtime aislado y chequeos de paquete.
|
|
397
|
+
- [safe-docx](https://github.com/UseJunior/safe-docx) — edición quirúrgica de documentos Word existentes con agentes de programación
|
|
324
398
|
|
|
325
|
-
|
|
399
|
+
## Contribuir
|
|
326
400
|
|
|
327
|
-
-
|
|
328
|
-
- el commit de release debe estar contenido en `origin/main`
|
|
329
|
-
- la publicación falla si alguna versión objetivo en npm ya existe
|
|
401
|
+
Consulta [CONTRIBUTING.md](https://github.com/open-agreements/open-agreements/blob/main/CONTRIBUTING.md) para saber cómo agregar plantillas, recipes y otras mejoras.
|
|
330
402
|
|
|
331
|
-
##
|
|
403
|
+
## Construido con OpenAgreements
|
|
332
404
|
|
|
333
|
-
-
|
|
334
|
-
- **DOCX Engine**: [docx-templates](https://www.npmjs.com/package/docx-templates) (MIT)
|
|
335
|
-
- **CLI**: [Commander.js](https://www.npmjs.com/package/commander)
|
|
336
|
-
- **Validation**: [Zod](https://www.npmjs.com/package/zod) schemas
|
|
337
|
-
- **Skill Pattern**: Agent-agnostic `ToolCommandAdapter` interface
|
|
405
|
+
- [Safe Clause](https://safeclause.deltaxy.ai) — plataforma de contratos impulsada por IA para startups. [#1 en vibecode.law, marzo de 2026](https://vibecode.law/showcase/safe-clause-317416).
|
|
338
406
|
|
|
339
|
-
|
|
340
|
-
content/ # All content directories
|
|
341
|
-
├── templates/ # Internal templates (CC BY 4.0)
|
|
342
|
-
├── external/ # External templates (CC BY-ND 4.0)
|
|
343
|
-
└── recipes/ # Recipes (downloaded at runtime)
|
|
344
|
-
|
|
345
|
-
src/ # TypeScript source + collocated unit tests
|
|
346
|
-
├── cli/ # Commander.js CLI
|
|
347
|
-
├── commands/ # fill, validate, list, recipe, scan
|
|
348
|
-
├── core/
|
|
349
|
-
│ ├── engine.ts # docx-templates wrapper
|
|
350
|
-
│ ├── metadata.ts # Zod schemas + loader
|
|
351
|
-
│ ├── recipe/ # Recipe pipeline (clean → patch → fill → verify)
|
|
352
|
-
│ ├── external/ # External template support
|
|
353
|
-
│ ├── validation/ # template, license, output, recipe
|
|
354
|
-
│ └── command-generation/
|
|
355
|
-
│ ├── types.ts # ToolCommandAdapter interface
|
|
356
|
-
│ └── adapters/ # Claude Code adapter
|
|
357
|
-
└── index.ts # Public API
|
|
358
|
-
|
|
359
|
-
integration-tests/ # Integration and end-to-end tests
|
|
360
|
-
```
|
|
407
|
+
¿Construyes algo con OpenAgreements? Abre un PR para añadir tu proyecto.
|
|
361
408
|
|
|
362
|
-
##
|
|
409
|
+
## Historial de estrellas
|
|
363
410
|
|
|
364
|
-
|
|
365
|
-
- [Claude Code Plugins Guide](https://docs.anthropic.com/en/docs/claude-code/plugins)
|
|
366
|
-
- [Agent Skills Specification](https://agentskills.io)
|
|
411
|
+
[](https://star-history.com/#open-agreements/open-agreements&Date)
|
|
367
412
|
|
|
368
413
|
## Licencia
|
|
369
414
|
|
|
370
|
-
MIT
|
|
415
|
+
MIT. El contenido de las plantillas está licenciado por sus respectivos autores:
|
|
371
416
|
|
|
372
|
-
|
|
417
|
+
- CC BY 4.0 para plantillas de Common Paper, Bonterms y de autoría OpenAgreements
|
|
418
|
+
- CC BY-ND 4.0 para plantillas SAFE de Y Combinator vendorizadas sin cambios
|
|
419
|
+
- propietario o no redistribuible para los documentos fuente de NVCA gestionados mediante flujos de recipes
|
|
373
420
|
|
|
374
|
-
|
|
421
|
+
Consulta el `metadata.yaml` de cada plantilla para detalles específicos de la fuente.
|
|
375
422
|
|
|
376
|
-
Esta herramienta genera documentos a partir de plantillas estándar. No proporciona asesoría legal.
|
|
423
|
+
Esta herramienta genera documentos a partir de plantillas estándar. No proporciona asesoría legal. Consulta a un abogado para recibir orientación legal.
|