open-agreements 0.1.1 → 0.2.1
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.md +148 -34
- package/bin/open-agreements.js +3 -1
- package/{external → content/external}/yc-safe-discount/metadata.yaml +17 -21
- package/{external → content/external}/yc-safe-mfn/metadata.yaml +16 -16
- package/{external → content/external}/yc-safe-pro-rata-side-letter/metadata.yaml +13 -13
- package/{external → content/external}/yc-safe-valuation-cap/metadata.yaml +16 -16
- package/{recipes → content/recipes}/nvca-certificate-of-incorporation/metadata.yaml +13 -13
- package/{recipes → content/recipes}/nvca-indemnification-agreement/metadata.yaml +17 -21
- package/{recipes → content/recipes}/nvca-investors-rights-agreement/metadata.yaml +18 -22
- package/{recipes → content/recipes}/nvca-management-rights-letter/metadata.yaml +13 -16
- package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/metadata.yaml +20 -24
- package/content/recipes/nvca-stock-purchase-agreement/clean.json +13 -0
- package/content/recipes/nvca-stock-purchase-agreement/computed.json +103 -0
- package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +138 -0
- package/content/recipes/nvca-stock-purchase-agreement/normalize.json +83 -0
- package/content/recipes/nvca-stock-purchase-agreement/replacements.json +41 -0
- package/{recipes → content/recipes}/nvca-voting-agreement/metadata.yaml +19 -23
- package/{templates → content/templates}/bonterms-mutual-nda/metadata.yaml +14 -14
- package/{templates → content/templates}/bonterms-professional-services-agreement/metadata.yaml +11 -13
- package/content/templates/closing-checklist/metadata.yaml +39 -0
- package/content/templates/closing-checklist/template.docx +0 -0
- package/{templates → content/templates}/common-paper-ai-addendum/metadata.yaml +8 -10
- package/{templates → content/templates}/common-paper-ai-addendum-in-app/metadata.yaml +6 -8
- package/{templates → content/templates}/common-paper-amendment/metadata.yaml +14 -14
- package/{templates → content/templates}/common-paper-business-associate-agreement/metadata.yaml +9 -16
- package/{templates → content/templates}/common-paper-cloud-service-agreement/metadata.yaml +53 -187
- package/{templates → content/templates}/common-paper-cloud-service-agreement/template.docx +0 -0
- package/{templates → content/templates}/common-paper-csa-click-through/metadata.yaml +10 -20
- package/{templates → content/templates}/common-paper-csa-with-ai/metadata.yaml +14 -37
- package/{templates → content/templates}/common-paper-csa-with-sla/metadata.yaml +14 -40
- package/{templates → content/templates}/common-paper-csa-without-sla/metadata.yaml +14 -34
- package/{templates → content/templates}/common-paper-data-processing-agreement/metadata.yaml +15 -34
- package/{templates → content/templates}/common-paper-design-partner-agreement/metadata.yaml +10 -16
- package/{templates → content/templates}/common-paper-independent-contractor-agreement/metadata.yaml +14 -14
- package/{templates → content/templates}/common-paper-letter-of-intent/metadata.yaml +11 -12
- package/{templates → content/templates}/common-paper-mutual-nda/metadata.yaml +13 -13
- package/{templates → content/templates}/common-paper-one-way-nda/metadata.yaml +13 -14
- package/{templates → content/templates}/common-paper-order-form/metadata.yaml +12 -23
- package/{templates → content/templates}/common-paper-order-form-with-sla/metadata.yaml +12 -30
- package/{templates → content/templates}/common-paper-partnership-agreement/metadata.yaml +9 -21
- package/{templates → content/templates}/common-paper-pilot-agreement/metadata.yaml +15 -29
- package/{templates → content/templates}/common-paper-professional-services-agreement/metadata.yaml +15 -32
- package/{templates → content/templates}/common-paper-software-license-agreement/metadata.yaml +6 -6
- package/{templates → content/templates}/common-paper-statement-of-work/metadata.yaml +12 -19
- package/{templates → content/templates}/common-paper-term-sheet/metadata.yaml +9 -9
- package/content/templates/openagreements-employee-ip-inventions-assignment/README.md +31 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +71 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +80 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +30 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +60 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +51 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +33 -0
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +75 -0
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +90 -0
- package/content/templates/working-group-list/metadata.yaml +22 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/dist/cli/index.d.ts +3 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +185 -89
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/checklist.d.ts +22 -0
- package/dist/commands/checklist.d.ts.map +1 -0
- package/dist/commands/checklist.js +222 -0
- package/dist/commands/checklist.js.map +1 -0
- package/dist/commands/fill.d.ts +11 -0
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +56 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.d.ts +1 -0
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +147 -72
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.d.ts +2 -0
- package/dist/commands/recipe.d.ts.map +1 -1
- package/dist/commands/recipe.js +5 -0
- package/dist/commands/recipe.js.map +1 -1
- package/dist/commands/scan.d.ts +16 -0
- package/dist/commands/scan.d.ts.map +1 -1
- package/dist/commands/scan.js +36 -20
- package/dist/commands/scan.js.map +1 -1
- package/dist/core/checklist/index.d.ts +38 -0
- package/dist/core/checklist/index.d.ts.map +1 -0
- package/dist/core/checklist/index.js +229 -0
- package/dist/core/checklist/index.js.map +1 -0
- package/dist/core/checklist/patch-apply.d.ts +65 -0
- package/dist/core/checklist/patch-apply.d.ts.map +1 -0
- package/dist/core/checklist/patch-apply.js +274 -0
- package/dist/core/checklist/patch-apply.js.map +1 -0
- package/dist/core/checklist/patch-schemas.d.ts +86 -0
- package/dist/core/checklist/patch-schemas.d.ts.map +1 -0
- package/dist/core/checklist/patch-schemas.js +89 -0
- package/dist/core/checklist/patch-schemas.js.map +1 -0
- package/dist/core/checklist/patch-validator.d.ts +76 -0
- package/dist/core/checklist/patch-validator.d.ts.map +1 -0
- package/dist/core/checklist/patch-validator.js +404 -0
- package/dist/core/checklist/patch-validator.js.map +1 -0
- package/dist/core/checklist/schemas.d.ts +270 -0
- package/dist/core/checklist/schemas.d.ts.map +1 -0
- package/dist/core/checklist/schemas.js +229 -0
- package/dist/core/checklist/schemas.js.map +1 -0
- package/dist/core/checklist/test-utils.d.ts +7 -0
- package/dist/core/checklist/test-utils.d.ts.map +1 -0
- package/dist/core/checklist/test-utils.js +13 -0
- package/dist/core/checklist/test-utils.js.map +1 -0
- package/dist/core/command-generation/adapters/claude.d.ts.map +1 -1
- package/dist/core/command-generation/adapters/claude.js +8 -2
- package/dist/core/command-generation/adapters/claude.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.d.ts +20 -0
- package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -0
- package/dist/core/employment/jurisdiction-rules.js +57 -0
- package/dist/core/employment/jurisdiction-rules.js.map +1 -0
- package/dist/core/employment/memo.d.ts +57 -0
- package/dist/core/employment/memo.d.ts.map +1 -0
- package/dist/core/employment/memo.js +589 -0
- package/dist/core/employment/memo.js.map +1 -0
- package/dist/core/engine.d.ts +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +33 -1
- package/dist/core/engine.js.map +1 -1
- package/dist/core/external/index.d.ts.map +1 -1
- package/dist/core/external/index.js +1 -0
- package/dist/core/external/index.js.map +1 -1
- package/dist/core/external/types.d.ts +1 -1
- package/dist/core/external/types.d.ts.map +1 -1
- package/dist/core/fill-pipeline.d.ts +8 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +85 -14
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/fill-utils.d.ts +1 -1
- package/dist/core/fill-utils.d.ts.map +1 -1
- package/dist/core/fill-utils.js.map +1 -1
- package/dist/core/metadata.d.ts +110 -409
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +56 -4
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +46 -0
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -0
- package/dist/core/recipe/bracket-normalizer.js +354 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -0
- package/dist/core/recipe/cleaner.d.ts +2 -2
- package/dist/core/recipe/cleaner.d.ts.map +1 -1
- package/dist/core/recipe/cleaner.js +13 -9
- package/dist/core/recipe/cleaner.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +136 -0
- package/dist/core/recipe/computed.d.ts.map +1 -0
- package/dist/core/recipe/computed.js +225 -0
- package/dist/core/recipe/computed.js.map +1 -0
- package/dist/core/recipe/index.d.ts +2 -0
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +51 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/source-drift.d.ts +33 -0
- package/dist/core/recipe/source-drift.d.ts.map +1 -0
- package/dist/core/recipe/source-drift.js +113 -0
- package/dist/core/recipe/source-drift.js.map +1 -0
- package/dist/core/recipe/types.d.ts +6 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/recipe/verifier.d.ts +1 -1
- package/dist/core/recipe/verifier.d.ts.map +1 -1
- package/dist/core/recipe/verifier.js +2 -2
- package/dist/core/recipe/verifier.js.map +1 -1
- package/dist/core/selector.d.ts +12 -87
- package/dist/core/selector.d.ts.map +1 -1
- package/dist/core/selector.js +5 -7
- package/dist/core/selector.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +4 -2
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +6 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/recipe.d.ts +1 -1
- package/dist/core/validation/recipe.d.ts.map +1 -1
- package/dist/core/validation/recipe.js +43 -40
- package/dist/core/validation/recipe.js.map +1 -1
- package/dist/core/validation/scan-metadata.d.ts +21 -0
- package/dist/core/validation/scan-metadata.d.ts.map +1 -0
- package/dist/core/validation/scan-metadata.js +70 -0
- package/dist/core/validation/scan-metadata.js.map +1 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +19 -6
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +13 -6
- package/dist/utils/paths.js.map +1 -1
- package/package.json +60 -10
- package/skills/cloud-service-agreement/CONNECTORS.md +19 -0
- package/skills/cloud-service-agreement/SKILL.md +172 -0
- package/skills/data-privacy-agreement/CONNECTORS.md +19 -0
- package/skills/data-privacy-agreement/SKILL.md +158 -0
- package/skills/delaware-franchise-tax/CONNECTORS.md +16 -0
- package/skills/delaware-franchise-tax/SKILL.md +206 -0
- package/skills/delaware-franchise-tax/reference/ecorp-portal-playwright-notes.md +136 -0
- package/skills/delaware-franchise-tax/reference/faq.md +101 -0
- package/skills/delaware-franchise-tax/reference/filing-instructions.md +111 -0
- package/skills/delaware-franchise-tax/reference/tax-calculation.md +167 -0
- package/skills/employment-contract/CONNECTORS.md +19 -0
- package/skills/employment-contract/SKILL.md +157 -0
- package/skills/nda/CONNECTORS.md +19 -0
- package/skills/nda/SKILL.md +153 -0
- package/skills/open-agreements/CONNECTORS.md +19 -0
- package/skills/open-agreements/SKILL.md +86 -70
- package/skills/safe/CONNECTORS.md +19 -0
- package/skills/safe/SKILL.md +161 -0
- package/skills/services-agreement/CONNECTORS.md +19 -0
- package/skills/services-agreement/SKILL.md +156 -0
- package/skills/unit-test-philosophy/SKILL.md +113 -0
- package/skills/unit-test-philosophy/references/allure-test-spec-writing-guide.md +164 -0
- package/skills/venture-financing/CONNECTORS.md +19 -0
- package/skills/venture-financing/SKILL.md +169 -0
- package/recipes/nvca-certificate-of-incorporation/schema.json +0 -11
- package/recipes/nvca-indemnification-agreement/schema.json +0 -19
- package/recipes/nvca-investors-rights-agreement/schema.json +0 -18
- package/recipes/nvca-management-rights-letter/schema.json +0 -13
- package/recipes/nvca-rofr-co-sale-agreement/schema.json +0 -19
- package/recipes/nvca-stock-purchase-agreement/clean.json +0 -10
- package/recipes/nvca-stock-purchase-agreement/metadata.yaml +0 -74
- package/recipes/nvca-stock-purchase-agreement/replacements.json +0 -20
- package/recipes/nvca-stock-purchase-agreement/schema.json +0 -19
- package/recipes/nvca-voting-agreement/schema.json +0 -28
- /package/{external → content/external}/LICENSE +0 -0
- /package/{external → content/external}/README.md +0 -0
- /package/{external → content/external}/yc-safe-discount/README.md +0 -0
- /package/{external → content/external}/yc-safe-discount/clean.json +0 -0
- /package/{external → content/external}/yc-safe-discount/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-discount/template.docx +0 -0
- /package/{external → content/external}/yc-safe-mfn/README.md +0 -0
- /package/{external → content/external}/yc-safe-mfn/clean.json +0 -0
- /package/{external → content/external}/yc-safe-mfn/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-mfn/template.docx +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/README.md +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/clean.json +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/template.docx +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/README.md +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/clean.json +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/template.docx +0 -0
- /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-indemnification-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-indemnification-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-investors-rights-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-investors-rights-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-management-rights-letter/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-management-rights-letter/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/README.md +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/README.md +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/source.json +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/template.docx +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/README.md +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/selections.json +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/source.json +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum/README.md +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum-in-app/README.md +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum-in-app/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-amendment/README.md +0 -0
- /package/{templates → content/templates}/common-paper-amendment/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-cloud-service-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-click-through/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-click-through/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-independent-contractor-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-independent-contractor-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-letter-of-intent/README.md +0 -0
- /package/{templates → content/templates}/common-paper-letter-of-intent/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/README.md +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/selections.json +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-one-way-nda/README.md +0 -0
- /package/{templates → content/templates}/common-paper-one-way-nda/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-order-form/README.md +0 -0
- /package/{templates → content/templates}/common-paper-order-form/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-order-form/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/selections.json +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-software-license-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-software-license-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/README.md +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-term-sheet/README.md +0 -0
- /package/{templates → content/templates}/common-paper-term-sheet/template.docx +0 -0
|
@@ -1,166 +1,143 @@
|
|
|
1
1
|
name: Common Paper CSA With AI
|
|
2
2
|
description: >-
|
|
3
|
-
A cloud service agreement with AI provisions, key terms, and standard terms,
|
|
4
|
-
|
|
5
|
-
AI-specific terms covering model training, input/output rights, and AI usage
|
|
6
|
-
policies.
|
|
3
|
+
A cloud service agreement with AI provisions, key terms, and standard terms, based on Common Paper's standard form.
|
|
4
|
+
Extends the standard CSA with AI-specific terms covering model training, input/output rights, and AI usage policies.
|
|
7
5
|
source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
|
|
8
|
-
version:
|
|
6
|
+
version: '2.1'
|
|
9
7
|
license: CC-BY-4.0
|
|
10
8
|
allow_derivatives: true
|
|
11
9
|
attribution_text: >-
|
|
12
|
-
Based on the Common Paper CSA With AI, available at
|
|
13
|
-
|
|
10
|
+
Based on the Common Paper CSA With AI, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
11
|
+
Common Paper, Inc.
|
|
14
12
|
fields:
|
|
15
13
|
- name: company_name
|
|
16
14
|
type: string
|
|
17
15
|
description: Company name (shown in header)
|
|
18
|
-
required: true
|
|
19
16
|
section: Parties
|
|
20
17
|
- name: provider_name
|
|
21
18
|
type: string
|
|
22
19
|
description: Name of the Provider
|
|
23
|
-
required: true
|
|
24
20
|
section: Parties
|
|
25
21
|
- name: customer_name
|
|
26
22
|
type: string
|
|
27
23
|
description: Name of the Customer
|
|
28
|
-
required: true
|
|
29
24
|
section: Parties
|
|
30
25
|
- name: key_terms_effective_date
|
|
31
26
|
type: string
|
|
32
27
|
description: Effective Date of the Key Terms
|
|
33
|
-
required: true
|
|
34
28
|
section: Terms
|
|
35
29
|
- name: cloud_service
|
|
36
30
|
type: string
|
|
37
31
|
description: Description of the cloud service
|
|
38
|
-
required: true
|
|
39
32
|
section: Service
|
|
40
33
|
- name: custom_start_date
|
|
41
34
|
type: string
|
|
42
35
|
description: Custom start date
|
|
43
|
-
required: false
|
|
44
36
|
section: Terms
|
|
45
37
|
- name: subscription_period
|
|
46
38
|
type: string
|
|
47
39
|
description: Length of access to the service
|
|
48
|
-
required: true
|
|
49
40
|
section: Service
|
|
50
41
|
- name: pilot_period
|
|
51
42
|
type: string
|
|
52
43
|
description: Length of pilot/trial period
|
|
53
|
-
required: false
|
|
54
44
|
section: Service
|
|
55
45
|
- name: fees
|
|
56
46
|
type: string
|
|
57
47
|
description: Subscription fee amount
|
|
58
|
-
required: false
|
|
59
48
|
section: Payment
|
|
60
49
|
- name: fee_unit
|
|
61
50
|
type: string
|
|
62
51
|
description: Fee billing unit
|
|
63
|
-
required: false
|
|
64
52
|
section: Payment
|
|
65
53
|
- name: fill_in_value
|
|
66
54
|
type: string
|
|
67
55
|
description: General fill-in value
|
|
68
|
-
required: false
|
|
69
56
|
section: Terms
|
|
70
57
|
- name: payment_frequency
|
|
71
58
|
type: string
|
|
72
59
|
description: Payment frequency
|
|
73
|
-
required: false
|
|
74
60
|
section: Payment
|
|
75
61
|
- name: payment_terms_days
|
|
76
62
|
type: string
|
|
77
63
|
description: Days to pay after invoice
|
|
78
|
-
required: false
|
|
79
64
|
section: Payment
|
|
80
65
|
- name: payment_due_from
|
|
81
66
|
type: string
|
|
82
67
|
description: When payment terms start
|
|
83
|
-
required: false
|
|
84
68
|
section: Payment
|
|
85
69
|
- name: non_renewal_notice_days
|
|
86
70
|
type: string
|
|
87
71
|
description: Non-renewal notice days
|
|
88
|
-
required: false
|
|
89
72
|
section: Terms
|
|
90
73
|
- name: technical_support
|
|
91
74
|
type: string
|
|
92
75
|
description: Description of support
|
|
93
|
-
required: false
|
|
94
76
|
section: Service
|
|
95
77
|
- name: support_policy_reference
|
|
96
78
|
type: string
|
|
97
79
|
description: Reference to support policy
|
|
98
|
-
required: false
|
|
99
80
|
section: Service
|
|
100
81
|
- name: professional_services_reference
|
|
101
82
|
type: string
|
|
102
83
|
description: SOW or PSA reference
|
|
103
|
-
required: false
|
|
104
84
|
section: Service
|
|
105
85
|
- name: professional_services_description
|
|
106
86
|
type: string
|
|
107
87
|
description: Professional services description
|
|
108
|
-
required: false
|
|
109
88
|
section: Service
|
|
110
89
|
- name: custom_effective_date
|
|
111
90
|
type: string
|
|
112
91
|
description: Custom effective date
|
|
113
|
-
required: false
|
|
114
92
|
section: Legal
|
|
115
93
|
- name: governing_law
|
|
116
94
|
type: string
|
|
117
95
|
description: Governing law
|
|
118
|
-
required: true
|
|
119
96
|
default: Delaware
|
|
120
97
|
section: Legal
|
|
121
98
|
- name: jurisdiction
|
|
122
99
|
type: string
|
|
123
100
|
description: Jurisdiction
|
|
124
|
-
required: true
|
|
125
101
|
default: courts located in New Castle County, Delaware
|
|
126
102
|
section: Legal
|
|
127
103
|
- name: general_cap_amount
|
|
128
104
|
type: string
|
|
129
105
|
description: General liability cap amount
|
|
130
|
-
required: false
|
|
131
106
|
section: Liability
|
|
132
107
|
- name: cap_multiplier
|
|
133
108
|
type: string
|
|
134
109
|
description: Liability cap multiplier
|
|
135
|
-
required: false
|
|
136
110
|
section: Liability
|
|
137
111
|
- name: increased_cap_amount
|
|
138
112
|
type: string
|
|
139
113
|
description: Increased liability cap amount
|
|
140
|
-
required: false
|
|
141
114
|
section: Liability
|
|
142
115
|
- name: greater_of_dollar
|
|
143
116
|
type: string
|
|
144
117
|
description: Greater-of dollar amount
|
|
145
|
-
required: false
|
|
146
118
|
section: Liability
|
|
147
119
|
- name: greater_of_multiplier
|
|
148
120
|
type: string
|
|
149
121
|
description: Greater-of multiplier
|
|
150
|
-
required: false
|
|
151
122
|
section: Liability
|
|
152
123
|
- name: dpa_reference
|
|
153
124
|
type: string
|
|
154
125
|
description: DPA reference
|
|
155
|
-
required: false
|
|
156
126
|
section: Privacy
|
|
157
127
|
- name: ai_policy_reference
|
|
158
128
|
type: string
|
|
159
129
|
description: Reference to AI usage policy (URL or attached)
|
|
160
|
-
required: false
|
|
161
130
|
section: Service
|
|
162
131
|
- name: ai_additional_terms
|
|
163
132
|
type: string
|
|
164
133
|
description: Additional AI-specific terms
|
|
165
|
-
required: false
|
|
166
134
|
section: Legal
|
|
135
|
+
required_fields:
|
|
136
|
+
- company_name
|
|
137
|
+
- provider_name
|
|
138
|
+
- customer_name
|
|
139
|
+
- key_terms_effective_date
|
|
140
|
+
- cloud_service
|
|
141
|
+
- subscription_period
|
|
142
|
+
- governing_law
|
|
143
|
+
- jurisdiction
|
|
@@ -1,185 +1,159 @@
|
|
|
1
1
|
name: Common Paper CSA With SLA
|
|
2
2
|
description: >-
|
|
3
|
-
A cloud service agreement with SLA provisions, key terms, and standard terms,
|
|
4
|
-
|
|
5
|
-
times, and support schedules alongside full CSA terms.
|
|
3
|
+
A cloud service agreement with SLA provisions, key terms, and standard terms, based on Common Paper's standard form.
|
|
4
|
+
Includes uptime targets, response times, and support schedules alongside full CSA terms.
|
|
6
5
|
source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
|
|
7
|
-
version:
|
|
6
|
+
version: '2.1'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper CSA With SLA, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper CSA With SLA, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
11
|
+
Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Company name (shown in header)
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: provider_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Name of the Provider
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: customer_name
|
|
25
22
|
type: string
|
|
26
23
|
description: Name of the Customer
|
|
27
|
-
required: true
|
|
28
24
|
section: Parties
|
|
29
25
|
- name: key_terms_effective_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Effective Date of the Key Terms
|
|
32
|
-
required: true
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: cloud_service
|
|
35
30
|
type: string
|
|
36
31
|
description: Description of the cloud service
|
|
37
|
-
required: true
|
|
38
32
|
section: Service
|
|
39
33
|
- name: custom_start_date
|
|
40
34
|
type: string
|
|
41
35
|
description: Custom start date
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: subscription_period
|
|
45
38
|
type: string
|
|
46
39
|
description: Length of access to the service
|
|
47
|
-
required: true
|
|
48
40
|
section: Service
|
|
49
41
|
- name: pilot_period
|
|
50
42
|
type: string
|
|
51
43
|
description: Length of pilot/trial period
|
|
52
|
-
required: false
|
|
53
44
|
section: Service
|
|
54
45
|
- name: fees
|
|
55
46
|
type: string
|
|
56
47
|
description: Subscription fee amount
|
|
57
|
-
required: false
|
|
58
48
|
section: Payment
|
|
59
49
|
- name: fee_unit
|
|
60
50
|
type: string
|
|
61
51
|
description: Fee billing unit
|
|
62
|
-
required: false
|
|
63
52
|
section: Payment
|
|
64
53
|
- name: fill_in_value
|
|
65
54
|
type: string
|
|
66
55
|
description: General fill-in value
|
|
67
|
-
required: false
|
|
68
56
|
section: Terms
|
|
69
57
|
- name: payment_frequency
|
|
70
58
|
type: string
|
|
71
59
|
description: Payment frequency
|
|
72
|
-
required: false
|
|
73
60
|
section: Payment
|
|
74
61
|
- name: payment_terms_days
|
|
75
62
|
type: string
|
|
76
63
|
description: Days to pay after invoice
|
|
77
|
-
required: false
|
|
78
64
|
section: Payment
|
|
79
65
|
- name: payment_due_from
|
|
80
66
|
type: string
|
|
81
67
|
description: When payment terms start
|
|
82
|
-
required: false
|
|
83
68
|
section: Payment
|
|
84
69
|
- name: non_renewal_notice_days
|
|
85
70
|
type: string
|
|
86
71
|
description: Non-renewal notice days
|
|
87
|
-
required: false
|
|
88
72
|
section: Terms
|
|
89
73
|
- name: technical_support
|
|
90
74
|
type: string
|
|
91
75
|
description: Description of support
|
|
92
|
-
required: false
|
|
93
76
|
section: Service
|
|
94
77
|
- name: support_policy_reference
|
|
95
78
|
type: string
|
|
96
79
|
description: Reference to support policy
|
|
97
|
-
required: false
|
|
98
80
|
section: Service
|
|
99
81
|
- name: professional_services_reference
|
|
100
82
|
type: string
|
|
101
83
|
description: SOW or PSA reference
|
|
102
|
-
required: false
|
|
103
84
|
section: Service
|
|
104
85
|
- name: professional_services_description
|
|
105
86
|
type: string
|
|
106
87
|
description: Professional services description
|
|
107
|
-
required: false
|
|
108
88
|
section: Service
|
|
109
89
|
- name: custom_effective_date
|
|
110
90
|
type: string
|
|
111
91
|
description: Custom effective date
|
|
112
|
-
required: false
|
|
113
92
|
section: Legal
|
|
114
93
|
- name: governing_law
|
|
115
94
|
type: string
|
|
116
95
|
description: Governing law
|
|
117
|
-
required: true
|
|
118
96
|
default: Delaware
|
|
119
97
|
section: Legal
|
|
120
98
|
- name: jurisdiction
|
|
121
99
|
type: string
|
|
122
100
|
description: Jurisdiction
|
|
123
|
-
required: true
|
|
124
101
|
default: courts located in New Castle County, Delaware
|
|
125
102
|
section: Legal
|
|
126
103
|
- name: general_cap_amount
|
|
127
104
|
type: string
|
|
128
105
|
description: General liability cap amount
|
|
129
|
-
required: false
|
|
130
106
|
section: Liability
|
|
131
107
|
- name: cap_multiplier
|
|
132
108
|
type: string
|
|
133
109
|
description: Liability cap multiplier
|
|
134
|
-
required: false
|
|
135
110
|
section: Liability
|
|
136
111
|
- name: increased_cap_amount
|
|
137
112
|
type: string
|
|
138
113
|
description: Increased liability cap amount
|
|
139
|
-
required: false
|
|
140
114
|
section: Liability
|
|
141
115
|
- name: greater_of_dollar
|
|
142
116
|
type: string
|
|
143
117
|
description: Greater-of dollar amount
|
|
144
|
-
required: false
|
|
145
118
|
section: Liability
|
|
146
119
|
- name: greater_of_multiplier
|
|
147
120
|
type: string
|
|
148
121
|
description: Greater-of multiplier
|
|
149
|
-
required: false
|
|
150
122
|
section: Liability
|
|
151
123
|
- name: dpa_reference
|
|
152
124
|
type: string
|
|
153
125
|
description: DPA reference
|
|
154
|
-
required: false
|
|
155
126
|
section: Privacy
|
|
156
127
|
- name: support_start_time
|
|
157
128
|
type: string
|
|
158
129
|
description: Start time for support
|
|
159
|
-
required: false
|
|
160
130
|
section: Service
|
|
161
131
|
- name: support_end_time
|
|
162
132
|
type: string
|
|
163
133
|
description: End time for support
|
|
164
|
-
required: false
|
|
165
134
|
section: Service
|
|
166
135
|
- name: support_days
|
|
167
136
|
type: string
|
|
168
137
|
description: Days of the week for support
|
|
169
|
-
required: false
|
|
170
138
|
section: Service
|
|
171
139
|
- name: support_timezone
|
|
172
140
|
type: string
|
|
173
141
|
description: Support timezone
|
|
174
|
-
required: false
|
|
175
142
|
section: Service
|
|
176
143
|
- name: response_time_unit
|
|
177
144
|
type: string
|
|
178
145
|
description: Response time unit
|
|
179
|
-
required: false
|
|
180
146
|
section: Service
|
|
181
147
|
- name: resolution_time_unit
|
|
182
148
|
type: string
|
|
183
149
|
description: Resolution time unit
|
|
184
|
-
required: false
|
|
185
150
|
section: Service
|
|
151
|
+
required_fields:
|
|
152
|
+
- company_name
|
|
153
|
+
- provider_name
|
|
154
|
+
- customer_name
|
|
155
|
+
- key_terms_effective_date
|
|
156
|
+
- cloud_service
|
|
157
|
+
- subscription_period
|
|
158
|
+
- governing_law
|
|
159
|
+
- jurisdiction
|
|
@@ -1,155 +1,135 @@
|
|
|
1
1
|
name: Common Paper CSA Without SLA
|
|
2
2
|
description: >-
|
|
3
|
-
A cloud service agreement with key terms and standard terms, based on Common
|
|
4
|
-
|
|
5
|
-
data processing.
|
|
3
|
+
A cloud service agreement with key terms and standard terms, based on Common Paper's standard form. Covers SaaS
|
|
4
|
+
subscriptions, payment, liability, and data processing.
|
|
6
5
|
source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
|
|
7
|
-
version:
|
|
6
|
+
version: '2.1'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper CSA Without SLA, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper CSA Without SLA, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
11
|
+
Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Company name (shown in header)
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: provider_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Name of the Provider
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: customer_name
|
|
25
22
|
type: string
|
|
26
23
|
description: Name of the Customer
|
|
27
|
-
required: true
|
|
28
24
|
section: Parties
|
|
29
25
|
- name: key_terms_effective_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Effective Date of the Key Terms
|
|
32
|
-
required: true
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: cloud_service
|
|
35
30
|
type: string
|
|
36
31
|
description: Description of the cloud service
|
|
37
|
-
required: true
|
|
38
32
|
section: Service
|
|
39
33
|
- name: custom_start_date
|
|
40
34
|
type: string
|
|
41
35
|
description: Custom start date
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: subscription_period
|
|
45
38
|
type: string
|
|
46
39
|
description: Length of access to the service
|
|
47
|
-
required: true
|
|
48
40
|
section: Service
|
|
49
41
|
- name: pilot_period
|
|
50
42
|
type: string
|
|
51
43
|
description: Length of pilot/trial period
|
|
52
|
-
required: false
|
|
53
44
|
section: Service
|
|
54
45
|
- name: fees
|
|
55
46
|
type: string
|
|
56
47
|
description: Subscription fee amount
|
|
57
|
-
required: false
|
|
58
48
|
section: Payment
|
|
59
49
|
- name: fee_unit
|
|
60
50
|
type: string
|
|
61
51
|
description: Fee billing unit
|
|
62
|
-
required: false
|
|
63
52
|
section: Payment
|
|
64
53
|
- name: fill_in_value
|
|
65
54
|
type: string
|
|
66
55
|
description: General fill-in value
|
|
67
|
-
required: false
|
|
68
56
|
section: Terms
|
|
69
57
|
- name: payment_frequency
|
|
70
58
|
type: string
|
|
71
59
|
description: Payment frequency
|
|
72
|
-
required: false
|
|
73
60
|
section: Payment
|
|
74
61
|
- name: payment_terms_days
|
|
75
62
|
type: string
|
|
76
63
|
description: Days to pay after invoice
|
|
77
|
-
required: false
|
|
78
64
|
section: Payment
|
|
79
65
|
- name: payment_due_from
|
|
80
66
|
type: string
|
|
81
67
|
description: When payment terms start
|
|
82
|
-
required: false
|
|
83
68
|
section: Payment
|
|
84
69
|
- name: non_renewal_notice_days
|
|
85
70
|
type: string
|
|
86
71
|
description: Non-renewal notice days
|
|
87
|
-
required: false
|
|
88
72
|
section: Terms
|
|
89
73
|
- name: technical_support
|
|
90
74
|
type: string
|
|
91
75
|
description: Description of support
|
|
92
|
-
required: false
|
|
93
76
|
section: Service
|
|
94
77
|
- name: support_policy_reference
|
|
95
78
|
type: string
|
|
96
79
|
description: Reference to support policy
|
|
97
|
-
required: false
|
|
98
80
|
section: Service
|
|
99
81
|
- name: professional_services_reference
|
|
100
82
|
type: string
|
|
101
83
|
description: SOW or PSA reference
|
|
102
|
-
required: false
|
|
103
84
|
section: Service
|
|
104
85
|
- name: professional_services_description
|
|
105
86
|
type: string
|
|
106
87
|
description: Professional services description
|
|
107
|
-
required: false
|
|
108
88
|
section: Service
|
|
109
89
|
- name: custom_effective_date
|
|
110
90
|
type: string
|
|
111
91
|
description: Custom effective date
|
|
112
|
-
required: false
|
|
113
92
|
section: Legal
|
|
114
93
|
- name: governing_law
|
|
115
94
|
type: string
|
|
116
95
|
description: Governing law
|
|
117
|
-
required: true
|
|
118
96
|
default: Delaware
|
|
119
97
|
section: Legal
|
|
120
98
|
- name: jurisdiction
|
|
121
99
|
type: string
|
|
122
100
|
description: Jurisdiction
|
|
123
|
-
required: true
|
|
124
101
|
default: courts located in New Castle County, Delaware
|
|
125
102
|
section: Legal
|
|
126
103
|
- name: general_cap_amount
|
|
127
104
|
type: string
|
|
128
105
|
description: General liability cap amount
|
|
129
|
-
required: false
|
|
130
106
|
section: Liability
|
|
131
107
|
- name: cap_multiplier
|
|
132
108
|
type: string
|
|
133
109
|
description: Liability cap multiplier
|
|
134
|
-
required: false
|
|
135
110
|
section: Liability
|
|
136
111
|
- name: increased_cap_amount
|
|
137
112
|
type: string
|
|
138
113
|
description: Increased liability cap amount
|
|
139
|
-
required: false
|
|
140
114
|
section: Liability
|
|
141
115
|
- name: greater_of_dollar
|
|
142
116
|
type: string
|
|
143
117
|
description: Greater-of dollar amount
|
|
144
|
-
required: false
|
|
145
118
|
section: Liability
|
|
146
119
|
- name: greater_of_multiplier
|
|
147
120
|
type: string
|
|
148
121
|
description: Greater-of multiplier
|
|
149
|
-
required: false
|
|
150
122
|
section: Liability
|
|
151
123
|
- name: dpa_reference
|
|
152
124
|
type: string
|
|
153
125
|
description: DPA reference
|
|
154
|
-
required: false
|
|
155
126
|
section: Privacy
|
|
127
|
+
required_fields:
|
|
128
|
+
- company_name
|
|
129
|
+
- provider_name
|
|
130
|
+
- customer_name
|
|
131
|
+
- key_terms_effective_date
|
|
132
|
+
- cloud_service
|
|
133
|
+
- subscription_period
|
|
134
|
+
- governing_law
|
|
135
|
+
- jurisdiction
|