open-agreements 0.7.5 → 0.7.7
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 +165 -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 +17 -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/gemini-extension.json +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 +10 -6
- 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 +25 -6
- 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/alabama.md +251 -0
- package/skills/non-compete-contract-explainer/content/alaska.md +160 -0
- package/skills/non-compete-contract-explainer/content/american-samoa.md +187 -0
- package/skills/non-compete-contract-explainer/content/arizona.md +293 -0
- package/skills/non-compete-contract-explainer/content/arkansas.md +235 -0
- package/skills/non-compete-contract-explainer/content/california.md +270 -0
- package/skills/non-compete-contract-explainer/content/cnmi.md +168 -0
- package/skills/non-compete-contract-explainer/content/colorado.md +277 -0
- package/skills/non-compete-contract-explainer/content/connecticut.md +220 -0
- package/skills/non-compete-contract-explainer/content/delaware.md +222 -0
- package/skills/non-compete-contract-explainer/content/district-of-columbia.md +263 -0
- package/skills/non-compete-contract-explainer/content/florida.md +267 -0
- package/skills/non-compete-contract-explainer/content/georgia.md +323 -0
- package/skills/non-compete-contract-explainer/content/guam.md +180 -0
- package/skills/non-compete-contract-explainer/content/hawaii.md +236 -0
- package/skills/non-compete-contract-explainer/content/idaho.md +258 -0
- package/skills/non-compete-contract-explainer/content/illinois.md +266 -0
- package/skills/non-compete-contract-explainer/content/india.md +269 -0
- package/skills/non-compete-contract-explainer/content/indiana.md +253 -0
- package/skills/non-compete-contract-explainer/content/iowa.md +232 -0
- package/skills/non-compete-contract-explainer/content/kansas.md +227 -0
- package/skills/non-compete-contract-explainer/content/kentucky.md +201 -0
- package/skills/non-compete-contract-explainer/content/louisiana.md +272 -0
- package/skills/non-compete-contract-explainer/content/maine.md +178 -0
- package/skills/non-compete-contract-explainer/content/maryland.md +244 -0
- package/skills/non-compete-contract-explainer/content/massachusetts.md +272 -0
- package/skills/non-compete-contract-explainer/content/michigan.md +222 -0
- package/skills/non-compete-contract-explainer/content/minnesota.md +171 -0
- package/skills/non-compete-contract-explainer/content/mississippi.md +237 -0
- package/skills/non-compete-contract-explainer/content/missouri.md +219 -0
- package/skills/non-compete-contract-explainer/content/montana.md +202 -0
- package/skills/non-compete-contract-explainer/content/nebraska.md +206 -0
- package/skills/non-compete-contract-explainer/content/nevada.md +278 -0
- package/skills/non-compete-contract-explainer/content/new-hampshire.md +233 -0
- package/skills/non-compete-contract-explainer/content/new-jersey.md +277 -0
- package/skills/non-compete-contract-explainer/content/new-mexico.md +244 -0
- package/skills/non-compete-contract-explainer/content/new-york.md +226 -0
- package/skills/non-compete-contract-explainer/content/north-carolina.md +346 -0
- package/skills/non-compete-contract-explainer/content/north-dakota.md +187 -0
- package/skills/non-compete-contract-explainer/content/ohio.md +207 -0
- package/skills/non-compete-contract-explainer/content/oklahoma.md +196 -0
- package/skills/non-compete-contract-explainer/content/oregon.md +359 -0
- package/skills/non-compete-contract-explainer/content/pennsylvania.md +254 -0
- package/skills/non-compete-contract-explainer/content/philippines.md +211 -0
- package/skills/non-compete-contract-explainer/content/puerto-rico.md +163 -0
- package/skills/non-compete-contract-explainer/content/rhode-island.md +171 -0
- package/skills/non-compete-contract-explainer/content/singapore.md +229 -0
- package/skills/non-compete-contract-explainer/content/south-carolina.md +226 -0
- package/skills/non-compete-contract-explainer/content/south-dakota.md +222 -0
- package/skills/non-compete-contract-explainer/content/tennessee.md +251 -0
- package/skills/non-compete-contract-explainer/content/texas.md +297 -0
- package/skills/non-compete-contract-explainer/content/us-virgin-islands.md +193 -0
- package/skills/non-compete-contract-explainer/content/utah.md +250 -0
- package/skills/non-compete-contract-explainer/content/vermont.md +193 -0
- package/skills/non-compete-contract-explainer/content/virginia.md +213 -0
- package/skills/non-compete-contract-explainer/content/washington.md +296 -0
- package/skills/non-compete-contract-explainer/content/west-virginia.md +187 -0
- package/skills/non-compete-contract-explainer/content/wisconsin.md +293 -0
- package/skills/non-compete-contract-explainer/content/wyoming.md +296 -0
- package/skills/non-compete-contract-explainer/manifest.json +540 -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
|
@@ -6,37 +6,41 @@ description: >-
|
|
|
6
6
|
confidentiality, non-disparagement). Incorporates Wyo. Stat. section 1-23-108
|
|
7
7
|
(SF 107, 2025) pathway gating for non-compete-adjacent covenants. Drafted as
|
|
8
8
|
a starting point for licensed counsel review.
|
|
9
|
-
source_url: https://github.com/open-agreements/open-agreements/tree/main/templates/openagreements-restrictive-covenant-wyoming
|
|
9
|
+
source_url: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-wyoming
|
|
10
10
|
version: '2.0'
|
|
11
11
|
license: CC-BY-4.0
|
|
12
12
|
allow_derivatives: true
|
|
13
13
|
attribution_text: >-
|
|
14
14
|
Authored by OpenAgreements contributors. Wyoming-specific analysis informed
|
|
15
|
-
by publicly available commentary
|
|
16
|
-
|
|
17
|
-
Vinson & Elkins. See practice note for sources. Licensed under CC BY 4.0.
|
|
15
|
+
by publicly available legal commentary cited in the related practice note.
|
|
16
|
+
Licensed under CC BY 4.0.
|
|
18
17
|
fields:
|
|
19
18
|
# --- Parties (on cover page) ---
|
|
20
19
|
- name: employer_name
|
|
21
20
|
type: string
|
|
22
21
|
description: Legal name of the employer
|
|
22
|
+
display_label: Employer
|
|
23
23
|
section: Parties
|
|
24
24
|
- name: employee_name
|
|
25
25
|
type: string
|
|
26
26
|
description: Full legal name of the employee
|
|
27
|
+
display_label: Employee
|
|
27
28
|
section: Parties
|
|
28
29
|
- name: employee_title
|
|
29
30
|
type: string
|
|
30
31
|
description: Employee job title or position (optional)
|
|
32
|
+
display_label: Employee Title / Position
|
|
31
33
|
default: ''
|
|
32
34
|
section: Parties
|
|
33
35
|
- name: effective_date
|
|
34
36
|
type: date
|
|
35
37
|
description: Effective date of this agreement
|
|
38
|
+
display_label: Effective Date
|
|
36
39
|
section: Timing
|
|
37
40
|
- name: governing_law
|
|
38
41
|
type: string
|
|
39
42
|
description: Governing law state
|
|
43
|
+
display_label: Governing Law
|
|
40
44
|
default: Wyoming
|
|
41
45
|
section: Legal
|
|
42
46
|
|
|
@@ -52,26 +56,53 @@ fields:
|
|
|
52
56
|
- Professional Staff
|
|
53
57
|
- Physician
|
|
54
58
|
- Other
|
|
59
|
+
default: Other
|
|
60
|
+
default_value_rationale: >-
|
|
61
|
+
Other is the conservative default when worker category cannot be
|
|
62
|
+
determined from context. The calling LLM may set this explicitly
|
|
63
|
+
based on title, scope, and duties; absent that signal, Other avoids
|
|
64
|
+
asserting a statutory pathway that may not apply.
|
|
55
65
|
section: AI Analysis
|
|
56
|
-
- name:
|
|
66
|
+
- name: applicable_noncompete_exceptions
|
|
57
67
|
type: string
|
|
58
68
|
description: >-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
69
|
+
Applicable statutory exception(s) under Wyo. Stat. section 1-23-108
|
|
70
|
+
that would permit an otherwise-prohibited non-compete-adjacent
|
|
71
|
+
covenant. AI-only field that drives memo warnings and conditional
|
|
72
|
+
gating. Not shown in the output document. Options: Executive or
|
|
73
|
+
Management Personnel, Trade Secret Protection, Training Cost
|
|
74
|
+
Recovery, Sale of Business, None.
|
|
63
75
|
default: None
|
|
64
76
|
section: AI Analysis
|
|
77
|
+
- name: restrictive_covenant_entered_after_employment_started
|
|
78
|
+
type: boolean
|
|
79
|
+
description: >-
|
|
80
|
+
Whether the restrictive covenant is signed AFTER the employee already
|
|
81
|
+
started working (post-hire) vs at or before the first day of employment
|
|
82
|
+
(at-hire). Wyoming case law (Brown v. Best Home Health & Hospice,
|
|
83
|
+
2021 WY 83) requires separate consideration beyond continued employment
|
|
84
|
+
for post-hire restrictive covenants. AI-only field that drives memo
|
|
85
|
+
warnings and conditional drafting of the separate-consideration recital.
|
|
86
|
+
Not shown in the output document.
|
|
87
|
+
default: 'true'
|
|
88
|
+
default_value_rationale: >-
|
|
89
|
+
Defaulting to post-hire (true) is the conservative posture: it triggers
|
|
90
|
+
the separate-consideration recital required by Brown. If the covenant
|
|
91
|
+
is genuinely at-hire, the calling LLM should set this to false to
|
|
92
|
+
suppress the recital.
|
|
93
|
+
section: AI Analysis
|
|
65
94
|
|
|
66
95
|
# --- Confidentiality (on cover page, always visible) ---
|
|
67
96
|
- name: confidentiality_trade_secret_duration
|
|
68
97
|
type: string
|
|
69
98
|
description: Duration of confidentiality obligations for trade secrets
|
|
99
|
+
display_label: Trade Secrets Duration
|
|
70
100
|
default: Perpetual
|
|
71
101
|
section: Confidentiality
|
|
72
102
|
- name: confidentiality_other_duration
|
|
73
103
|
type: string
|
|
74
104
|
description: Duration of confidentiality obligations for non-trade-secret information
|
|
105
|
+
display_label: Other Confidential Information Duration
|
|
75
106
|
default: 24 months
|
|
76
107
|
default_value_rationale: >-
|
|
77
108
|
24 months is common for non-trade-secret confidentiality obligations
|
|
@@ -82,11 +113,13 @@ fields:
|
|
|
82
113
|
- name: employee_nonsolicit_included
|
|
83
114
|
type: boolean
|
|
84
115
|
description: Whether the employee non-solicitation covenant is included
|
|
116
|
+
display_label: Employee Non-Solicitation Included
|
|
85
117
|
default: 'true'
|
|
86
118
|
section: Employee Non-Solicitation
|
|
87
119
|
- name: employee_nonsolicit_duration
|
|
88
120
|
type: string
|
|
89
121
|
description: Duration of employee non-solicitation restriction
|
|
122
|
+
display_label: Employee Non-Solicitation Duration
|
|
90
123
|
default: 12 months
|
|
91
124
|
default_value_rationale: >-
|
|
92
125
|
12 months is the most common enforceable duration. Mayer Brown guidance
|
|
@@ -97,6 +130,7 @@ fields:
|
|
|
97
130
|
description: >-
|
|
98
131
|
Lookback period for determining which employees are covered by
|
|
99
132
|
the non-solicitation restriction.
|
|
133
|
+
display_label: Covered Employee Period
|
|
100
134
|
default: 12 months
|
|
101
135
|
default_value_rationale: >-
|
|
102
136
|
12 months is the most common lookback period for employee
|
|
@@ -107,11 +141,13 @@ fields:
|
|
|
107
141
|
- name: customer_nonsolicit_included
|
|
108
142
|
type: boolean
|
|
109
143
|
description: Whether the customer/partner non-solicitation covenant is included
|
|
144
|
+
display_label: Customer Non-Solicitation Included
|
|
110
145
|
default: 'true'
|
|
111
146
|
section: Customer Non-Solicitation
|
|
112
147
|
- name: customer_nonsolicit_duration
|
|
113
148
|
type: string
|
|
114
149
|
description: Duration of customer/partner non-solicitation restriction
|
|
150
|
+
display_label: Customer Non-Solicitation Duration
|
|
115
151
|
default: 12 months
|
|
116
152
|
default_value_rationale: >-
|
|
117
153
|
12 months is the most common enforceable duration. Compass Minerals uses
|
|
@@ -122,6 +158,7 @@ fields:
|
|
|
122
158
|
description: >-
|
|
123
159
|
Lookback period for determining which customers are covered by
|
|
124
160
|
the non-solicitation and non-dealing restrictions.
|
|
161
|
+
display_label: Covered Customer Period
|
|
125
162
|
default: 12 months
|
|
126
163
|
default_value_rationale: >-
|
|
127
164
|
12 months is the most common lookback period for customer
|
|
@@ -134,15 +171,25 @@ fields:
|
|
|
134
171
|
description: >-
|
|
135
172
|
Whether the non-competition covenant is included. Requires a lawful
|
|
136
173
|
restriction pathway under Wyo. Stat. section 1-23-108.
|
|
174
|
+
display_label: Non-Competition Included
|
|
137
175
|
default: 'false'
|
|
138
176
|
default_value_rationale: >-
|
|
139
|
-
Wyo. Stat. section 1-23-108
|
|
140
|
-
|
|
141
|
-
|
|
177
|
+
Wyo. Stat. section 1-23-108 (SF 107, 2025; effective July 1, 2025)
|
|
178
|
+
voids covered non-compete covenants unless a statutory exception
|
|
179
|
+
applies: (1) purchase and sale of a business or business assets,
|
|
180
|
+
(2) protection of trade secrets as defined by W.S. 6-3-501(a)(xi),
|
|
181
|
+
(3) recovery of relocation, education, and training expenses within
|
|
182
|
+
the statute's tenure-based caps, or (4) executive and management
|
|
183
|
+
personnel and officers / employees who constitute professional staff
|
|
184
|
+
to executive and management personnel. Physician practice restrictions
|
|
185
|
+
are separately void under subsection (b), not a permitted pathway.
|
|
186
|
+
The drafter must include this covenant only after documenting the
|
|
187
|
+
applicable pathway in the agreement.
|
|
142
188
|
section: Non-Competition
|
|
143
189
|
- name: noncompete_duration
|
|
144
190
|
type: string
|
|
145
191
|
description: Duration of non-competition restriction
|
|
192
|
+
display_label: Non-Competition Duration
|
|
146
193
|
default: 12 months
|
|
147
194
|
default_value_rationale: >-
|
|
148
195
|
12 months is the most common enforceable duration. Hassler v. Circle C
|
|
@@ -152,6 +199,7 @@ fields:
|
|
|
152
199
|
- name: territory
|
|
153
200
|
type: string
|
|
154
201
|
description: Geographic scope of the non-competition restriction
|
|
202
|
+
display_label: Restricted Territory
|
|
155
203
|
default: the geographic area in which Employee provided services
|
|
156
204
|
default_value_rationale: >-
|
|
157
205
|
Tied to the employee's actual service area. Narrower scope improves
|
|
@@ -162,12 +210,14 @@ fields:
|
|
|
162
210
|
description: >-
|
|
163
211
|
Description of the business activities that constitute competition
|
|
164
212
|
with the employer.
|
|
213
|
+
display_label: Competitive Business
|
|
165
214
|
section: Non-Competition
|
|
166
215
|
- name: specified_competitors
|
|
167
216
|
type: string
|
|
168
217
|
description: >-
|
|
169
218
|
Optional named list of specific competitors. Narrowing the restriction
|
|
170
219
|
to named competitors strengthens enforceability.
|
|
220
|
+
display_label: Specified Competitors
|
|
171
221
|
default: ''
|
|
172
222
|
section: Non-Competition
|
|
173
223
|
|
|
@@ -177,11 +227,13 @@ fields:
|
|
|
177
227
|
description: >-
|
|
178
228
|
Whether the no-business-with-covered-customers covenant is included.
|
|
179
229
|
Requires a lawful restriction pathway under Wyo. Stat. section 1-23-108.
|
|
230
|
+
display_label: No Business with Covered Customers Included
|
|
180
231
|
default: 'false'
|
|
181
232
|
section: No Business with Covered Customers
|
|
182
233
|
- name: nondealing_duration
|
|
183
234
|
type: string
|
|
184
235
|
description: Duration of the no-business-with-covered-customers restriction
|
|
236
|
+
display_label: No Business with Covered Customers Duration
|
|
185
237
|
default: 12 months
|
|
186
238
|
section: No Business with Covered Customers
|
|
187
239
|
|
|
@@ -191,6 +243,7 @@ fields:
|
|
|
191
243
|
description: >-
|
|
192
244
|
Maximum ownership percentage of publicly traded securities permitted
|
|
193
245
|
under the Passive Public Holdings carveout.
|
|
246
|
+
display_label: Passive Public Holdings Threshold
|
|
194
247
|
default: five percent
|
|
195
248
|
default_value_rationale: >-
|
|
196
249
|
Five percent of any class of publicly traded securities is the standard
|
|
@@ -204,11 +257,13 @@ fields:
|
|
|
204
257
|
description: >-
|
|
205
258
|
Whether the non-investment covenant is included. Requires a lawful
|
|
206
259
|
restriction pathway under Wyo. Stat. section 1-23-108.
|
|
260
|
+
display_label: Non-Investment Included
|
|
207
261
|
default: 'false'
|
|
208
262
|
section: Non-Investment
|
|
209
263
|
- name: noninvestment_duration
|
|
210
264
|
type: string
|
|
211
265
|
description: Duration of non-investment restriction
|
|
266
|
+
display_label: Non-Investment Duration
|
|
212
267
|
default: 12 months
|
|
213
268
|
section: Non-Investment
|
|
214
269
|
|
|
@@ -216,6 +271,7 @@ fields:
|
|
|
216
271
|
- name: nondisparagement_duration
|
|
217
272
|
type: string
|
|
218
273
|
description: Duration of non-disparagement obligation (measured from termination)
|
|
274
|
+
display_label: Non-Disparagement Duration
|
|
219
275
|
default: 24 months
|
|
220
276
|
default_value_rationale: >-
|
|
221
277
|
24 months is common for employment non-disparagement provisions.
|
|
@@ -225,6 +281,7 @@ fields:
|
|
|
225
281
|
- name: cloud_drive_id
|
|
226
282
|
type: string
|
|
227
283
|
description: Optional document-system URI or file ID for execution copy traceability
|
|
284
|
+
display_label: Cloud Drive ID
|
|
228
285
|
section: Document Management
|
|
229
286
|
- name: cloud_drive_id_footer
|
|
230
287
|
type: string
|
|
Binary file
|
|
@@ -1,145 +1,195 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
template_id: openagreements-restrictive-covenant-wyoming
|
|
3
|
+
layout_id: cover-standard-signature-v1
|
|
4
|
+
style_id: openagreements-default-v1
|
|
5
|
+
outputs:
|
|
6
|
+
docx: content/templates/openagreements-restrictive-covenant-wyoming/template.docx
|
|
7
|
+
document:
|
|
8
|
+
title: Employee Restrictive Covenant Agreement
|
|
9
|
+
label: OpenAgreements Employee Restrictive Covenant (Wyoming)
|
|
10
|
+
version: "2.0"
|
|
11
|
+
license: Free to use under CC BY 4.0
|
|
12
|
+
include_cloud_doc_line: true
|
|
13
|
+
defined_term_highlight_mode: definition_site_only
|
|
14
|
+
cover_row_height: 317
|
|
15
|
+
sections:
|
|
16
|
+
cover_terms:
|
|
17
|
+
section_label: Cover Terms
|
|
18
|
+
heading_title: Cover Terms
|
|
19
|
+
standard_terms:
|
|
20
|
+
section_label: Standard Terms
|
|
21
|
+
heading_title: Standard Terms
|
|
22
|
+
signature:
|
|
23
|
+
section_label: Signature Page
|
|
24
|
+
heading_title: Signatures
|
|
25
|
+
---
|
|
2
26
|
|
|
3
|
-
|
|
27
|
+
# Employee Restrictive Covenant Agreement
|
|
4
28
|
|
|
5
29
|
## Cover Terms
|
|
6
30
|
|
|
7
31
|
The terms below are incorporated into and form part of this agreement.
|
|
8
32
|
|
|
9
|
-
|
|
|
10
|
-
|
|
11
|
-
|
|
|
12
|
-
|
|
|
13
|
-
|
|
|
14
|
-
|
|
|
15
|
-
|
|
|
16
|
-
|
|
|
17
|
-
|
|
|
18
|
-
|
|
|
19
|
-
|
|
|
20
|
-
|
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
33
|
+
| Kind | Label | Value | Show When |
|
|
34
|
+
| --- | --- | --- | --- |
|
|
35
|
+
| row | Employer | {employer_name} | always |
|
|
36
|
+
| row | Employee | {employee_name} | always |
|
|
37
|
+
| row | Employee Title / Position | {employee_title} | employee_title |
|
|
38
|
+
| row | Effective Date | {effective_date} | always |
|
|
39
|
+
| row | Governing Law | {governing_law} | always |
|
|
40
|
+
| group | Confidentiality | | always |
|
|
41
|
+
| subrow | Trade Secrets Duration | {confidentiality_trade_secret_duration} | always |
|
|
42
|
+
| subrow | Other Confidential Information Duration | {confidentiality_other_duration} | always |
|
|
43
|
+
| group | Employee Non-Solicitation | | employee_nonsolicit_included |
|
|
44
|
+
| subrow | Duration | {employee_nonsolicit_duration} | employee_nonsolicit_included |
|
|
45
|
+
| group | Customer Non-Solicitation | | customer_nonsolicit_included |
|
|
46
|
+
| subrow | Duration | {customer_nonsolicit_duration} | customer_nonsolicit_included |
|
|
47
|
+
| group | Non-Competition | | noncompete_included |
|
|
48
|
+
| subrow | Duration | {noncompete_duration} | noncompete_included |
|
|
49
|
+
| subrow | Restricted Territory | {territory} | noncompete_included |
|
|
50
|
+
| subrow | Competitive Business | {competitive_business_definition} | noncompete_included |
|
|
51
|
+
| subrow | Specified Competitors | {specified_competitors} | noncompete_included |
|
|
52
|
+
| group | No Business with Covered Customers | | nondealing_included |
|
|
53
|
+
| subrow | Duration | {nondealing_duration} | nondealing_included |
|
|
54
|
+
| group | Non-Investment | | noninvestment_included |
|
|
55
|
+
| subrow | Duration | {noninvestment_duration} | noninvestment_included |
|
|
56
|
+
| group | Non-Disparagement | | always |
|
|
57
|
+
| subrow | Duration | {nondisparagement_duration} | always |
|
|
58
|
+
|
|
59
|
+
<!-- oa:section type=standard_terms -->
|
|
35
60
|
## Standard Terms
|
|
36
61
|
|
|
37
|
-
|
|
62
|
+
<!-- oa:clause id=defined-terms type=definitions -->
|
|
63
|
+
### Defined Terms
|
|
38
64
|
|
|
39
|
-
|
|
65
|
+
[[Competitive Business]] means the business activities described in Cover Terms under Competitive Business.
|
|
40
66
|
|
|
41
|
-
|
|
67
|
+
[[Confidential Information]] means non-public information relating to Employer's business, including trade secrets, customer lists, pricing, business processes, technical data, and strategic plans, but excluding information that becomes public through no fault of Employee.
|
|
42
68
|
|
|
43
|
-
|
|
69
|
+
[[Covered Customers]] means customers, vendors, referral sources, and business partners with whom Employee had material contact or for whom Employee had responsibility during the {covered_customer_period} before termination of employment.
|
|
44
70
|
|
|
45
|
-
|
|
71
|
+
[[Covered Employees]] means employees with whom Employee worked or whom Employee managed during the {covered_employee_period} before termination of employment.
|
|
46
72
|
|
|
47
|
-
|
|
73
|
+
[[Passive Public Holdings]] means ownership of securities of a publicly traded company representing less than {passive_public_holdings_threshold} of any class of such company’s securities, and interests in diversified mutual funds, index funds, and exchange-traded funds that may hold securities of a Competitive Business.
|
|
48
74
|
|
|
49
|
-
|
|
75
|
+
[[Protected Interests]] means Employer's legitimate business interests in its Confidential Information, customer and business-partner relationships, workforce stability, and goodwill.
|
|
50
76
|
|
|
51
|
-
|
|
77
|
+
[[Restricted Period]] means the duration specified in Cover Terms for each covenant, beginning on the date Employee's employment with Employer ends for any reason.
|
|
52
78
|
|
|
53
|
-
|
|
79
|
+
[[Restricted Territory]] means the geographic area described in Cover Terms under Restricted Territory.
|
|
54
80
|
|
|
55
|
-
|
|
81
|
+
[[Solicit]] means to directly or indirectly contact, approach, induce, encourage, or provide Confidential Information to any person or entity for the purpose of diverting business away from Employer, but does not include responding to general advertisements or unsolicited inquiries not initiated by Employee.
|
|
56
82
|
|
|
57
|
-
|
|
83
|
+
[[Trade Secrets]] has the meaning given in Wyo. Stat. § 6-3-501(a)(xi).
|
|
58
84
|
|
|
59
|
-
|
|
85
|
+
<!-- oa:clause id=timing-and-employee-acknowledgements -->
|
|
86
|
+
### Timing and Employee Acknowledgements
|
|
60
87
|
|
|
61
88
|
Employee acknowledges that the restrictions in this agreement are reasonable and necessary to protect Employer's Protected Interests. Employee acknowledges having had the opportunity to consult with independent legal counsel before signing this agreement. This agreement is effective as of the Effective Date listed in Cover Terms.
|
|
62
89
|
|
|
63
|
-
|
|
90
|
+
<!-- oa:clause id=confidential-information-and-trade-secret-protection -->
|
|
91
|
+
### Confidential Information and Trade Secret Protection
|
|
64
92
|
|
|
65
93
|
Employee must treat all Confidential Information as strictly confidential. Employee must not use or disclose Confidential Information except as required to perform authorized job duties or with Employer's prior written consent. Employee's obligations regarding trade secrets continue in perpetuity. Employee's obligations regarding other Confidential Information continue for the period specified in Cover Terms. Trade secrets are protected under Wyoming law, including Wyo. Stat. § 6-3-501(a)(xi).
|
|
66
94
|
|
|
67
|
-
|
|
95
|
+
<!-- oa:clause id=permitted-disclosures-and-protected-conduct -->
|
|
96
|
+
### Permitted Disclosures and Protected Conduct
|
|
68
97
|
|
|
69
98
|
Nothing in this agreement prohibits Employee from: (a) reporting possible violations of law to any government agency, including the Securities and Exchange Commission, the Equal Employment Opportunity Commission, the Occupational Safety and Health Administration, or any other federal, state, or local agency; (b) making disclosures protected under whistleblower provisions of any law; (c) discussing wages, hours, or other terms and conditions of employment as protected by applicable law; (d) testifying truthfully in legal proceedings; or (e) filing a sealed complaint in court using Confidential Information without liability. Pursuant to the Defend Trade Secrets Act (18 U.S.C. § 1833(b)), Employee may not be held criminally or civilly liable for disclosing a trade secret in confidence to a government official or attorney solely for the purpose of reporting or investigating a suspected violation of law, or in a sealed court filing.
|
|
70
99
|
|
|
71
|
-
|
|
100
|
+
<!-- oa:clause id=return-deletion-and-certification-of-company-property -->
|
|
101
|
+
### Return, Deletion, and Certification of Company Property
|
|
72
102
|
|
|
73
103
|
Upon termination of employment, Employee must promptly return to Employer all documents, devices, files, credentials, and other materials containing or relating to Confidential Information. Where permitted, Employee must permanently delete electronic copies of Confidential Information from personal devices and accounts. Employee must certify compliance with this section in writing upon Employer's request.
|
|
74
104
|
|
|
75
|
-
|
|
105
|
+
<!-- oa:clause id=non-solicitation-of-employees when=employee_nonsolicit_included omitted="[Intentionally Omitted.]" -->
|
|
106
|
+
### Non-Solicitation of Employees
|
|
76
107
|
|
|
77
108
|
During the Restricted Period, Employee must not Solicit, recruit, hire, or attempt to hire any Covered Employee. This restriction does not prohibit Employee from providing a professional reference upon request or from hiring a person who responds to a general advertisement not directed specifically at Employer's employees.
|
|
78
109
|
|
|
79
|
-
|
|
110
|
+
<!-- oa:clause id=non-solicitation-of-customers-vendors-referral-sources-and-business-partners when=customer_nonsolicit_included omitted="[Intentionally Omitted.]" -->
|
|
111
|
+
### Non-Solicitation of Customers, Vendors, Referral Sources, and Business Partners
|
|
80
112
|
|
|
81
113
|
During the Restricted Period, Employee must not Solicit the business of any Covered Customer. Practitioner sources flag uncertainty about whether Wyo. Stat. § 1-23-108 could reach certain non-solicitation provisions depending on how they function.
|
|
82
114
|
|
|
83
|
-
|
|
115
|
+
<!-- oa:clause id=no-business-with-covered-customers when=nondealing_included omitted="[Intentionally Omitted.]" -->
|
|
116
|
+
### No Business with Covered Customers
|
|
84
117
|
|
|
85
118
|
During the Restricted Period, Employee must not accept, service, or do business with any Covered Customer, regardless of whether Employee or the Covered Customer first initiated contact. This restriction is broader than non-solicitation because it applies even if the Covered Customer approaches Employee. If the Cover Terms indicate that this restriction applies, it requires a lawful restriction pathway under Wyo. Stat. § 1-23-108.
|
|
86
119
|
|
|
87
|
-
|
|
120
|
+
<!-- oa:clause id=non-competition when=noncompete_included omitted="[Intentionally Omitted.]" -->
|
|
121
|
+
### Non-Competition
|
|
88
122
|
|
|
89
123
|
During the Restricted Period, Employee must not engage in, be employed by, consult for, or have an active ownership interest in any Competitive Business within the Restricted Territory. This covenant is included only because the restriction pathway specified by Employer supports its enforceability under Wyo. Stat. § 1-23-108. Passive Public Holdings are permitted.
|
|
90
124
|
|
|
91
|
-
|
|
125
|
+
<!-- oa:clause id=non-investment when=noninvestment_included omitted="[Intentionally Omitted.]" -->
|
|
126
|
+
### Non-Investment
|
|
92
127
|
|
|
93
128
|
During the Restricted Period, Employee must not acquire or hold any active ownership interest in, serve as a director, officer, manager, or advisor to, or have material economic participation in any Competitive Business. This restriction primarily targets active or material ownership in private competitors. Passive Public Holdings are permitted. This covenant requires a lawful restriction pathway under Wyo. Stat. § 1-23-108.
|
|
94
129
|
|
|
95
|
-
|
|
130
|
+
<!-- oa:clause id=non-disparagement -->
|
|
131
|
+
### Non-Disparagement
|
|
96
132
|
|
|
97
133
|
During the Restricted Period specified in Cover Terms for Non-Disparagement, Employee must not make statements that are intended to or reasonably likely to disparage Employer, its officers, directors, employees, products, or services. This section does not restrict Employee from making truthful statements in legal proceedings, providing truthful testimony, making disclosures to government agencies, or exercising rights protected by law.
|
|
98
134
|
|
|
99
|
-
|
|
135
|
+
<!-- oa:clause id=physician-specific-rights-and-notices -->
|
|
136
|
+
### Physician-Specific Rights and Notices
|
|
100
137
|
|
|
101
138
|
If Employee is a physician, then notwithstanding any other provision of this agreement, Wyo. Stat. § 1-23-108(b) preserves other enforceable provisions of this agreement even if a non-compete provision is void. A physician Employee with patients diagnosed with rare disorders (as defined by the National Organization for Rare Disorders) may notify those patients of their new practice location without liability under this agreement.
|
|
102
139
|
|
|
103
|
-
|
|
140
|
+
<!-- oa:clause id=no-conflicting-obligations -->
|
|
141
|
+
### No Conflicting Obligations
|
|
104
142
|
|
|
105
143
|
Employee represents that performing duties for Employer and complying with this agreement does not conflict with any prior agreement, court order, or legal obligation binding on Employee. Employee must promptly disclose to Employer any potential conflict that arises during employment.
|
|
106
144
|
|
|
107
|
-
|
|
145
|
+
<!-- oa:clause id=notice-to-future-employers-and-other-third-parties -->
|
|
146
|
+
### Notice to Future Employers and Other Third Parties
|
|
108
147
|
|
|
109
148
|
Employer may disclose the existence and terms of this agreement to any prospective employer or business associate of Employee if Employer has a reasonable belief that Employee may breach this agreement. Employee consents to this disclosure.
|
|
110
149
|
|
|
111
|
-
|
|
150
|
+
<!-- oa:clause id=tolling-during-breach -->
|
|
151
|
+
### Tolling During Breach
|
|
112
152
|
|
|
113
153
|
If Employee breaches any restrictive covenant in this agreement, the Restricted Period for that covenant is extended by one day for each day of the breach, so that the full duration of the restriction runs from the date the breach ends.
|
|
114
154
|
|
|
115
|
-
|
|
155
|
+
<!-- oa:clause id=remedies -->
|
|
156
|
+
### Remedies
|
|
116
157
|
|
|
117
158
|
Employee acknowledges that a breach of this agreement may cause Employer irreparable harm for which money damages would be inadequate. Employer may seek injunctive or other equitable relief in addition to any other remedies available at law. If Employer prevails in any action to enforce this agreement, Employee must reimburse Employer's reasonable attorney's fees and costs. Employer does not ask any court to modify, reform, or rewrite any provision of this agreement.
|
|
118
159
|
|
|
119
|
-
|
|
160
|
+
<!-- oa:clause id=enforceability-severability-and-no-reformation-request -->
|
|
161
|
+
### Enforceability, Severability, and No Reformation Request
|
|
120
162
|
|
|
121
163
|
If any provision of this agreement is found to be unenforceable, the remaining provisions remain in full force and effect. Consistent with Hassler v. Circle C Resources, 2022 WY 28, Employer acknowledges that Wyoming courts may decline to reform overbroad restrictive covenants and may instead void them entirely. Accordingly, this agreement does not include a reformation clause and does not request that any court rewrite its terms. Each restrictive covenant in this agreement is intended to be independently enforceable.
|
|
122
164
|
|
|
123
|
-
|
|
165
|
+
<!-- oa:clause id=survival-and-expiration-of-each-covenant -->
|
|
166
|
+
### Survival and Expiration of Each Covenant
|
|
124
167
|
|
|
125
168
|
Each restrictive covenant in this agreement survives the termination of Employee's employment for the Restricted Period specified in Cover Terms. Obligations under the Confidential Information and Trade Secret Protection section survive indefinitely to the extent they relate to trade secrets. All other provisions survive to the extent necessary to enforce rights that arose during employment.
|
|
126
169
|
|
|
127
|
-
|
|
170
|
+
<!-- oa:clause id=assignment-and-successors -->
|
|
171
|
+
### Assignment and Successors
|
|
128
172
|
|
|
129
173
|
Employee may not assign this agreement or any rights or obligations under it. Employer may assign this agreement to any affiliate, successor, or acquirer of all or substantially all of Employer's business or assets. This agreement is binding on and inures to the benefit of the parties and their respective heirs, successors, and permitted assigns.
|
|
130
174
|
|
|
131
|
-
|
|
175
|
+
<!-- oa:clause id=governing-law-venue-and-dispute-process -->
|
|
176
|
+
### Governing Law, Venue, and Dispute Process
|
|
132
177
|
|
|
133
178
|
This agreement is governed by the law listed in Cover Terms, including Wyo. Stat. § 1-23-108 for contracts entered into on or after July 1, 2025. Disputes will be resolved in the courts of the Governing Law state, subject to non-waivable rights under applicable law.
|
|
134
179
|
|
|
135
|
-
|
|
180
|
+
<!-- oa:clause id=entire-agreement-amendment-waiver-and-electronic-signatures -->
|
|
181
|
+
### Entire Agreement, Amendment, Waiver, and Electronic Signatures
|
|
136
182
|
|
|
137
183
|
This agreement constitutes the entire agreement between the parties regarding its subject matter and supersedes all prior agreements, understandings, and negotiations on this subject. This agreement may be amended only in writing signed by both parties. A party's failure to enforce any provision does not waive that party's right to enforce it later. This agreement may be executed in counterparts, including by electronic signature, each of which is an original.
|
|
138
184
|
|
|
185
|
+
<!-- oa:section type=signature -->
|
|
139
186
|
## Signatures
|
|
140
187
|
|
|
188
|
+
<!-- oa:signature-mode arrangement=entity-plus-individual -->
|
|
189
|
+
|
|
141
190
|
By signing this agreement, each party acknowledges and agrees to the restrictive covenant obligations above. Employee confirms having read and understood each provision, including the Cover Terms.
|
|
142
191
|
|
|
192
|
+
<!-- oa:signer id=employer kind=entity capacity=through_representative label="Employer" -->
|
|
143
193
|
**Employer**
|
|
144
194
|
|
|
145
195
|
Signature: _______________
|
|
@@ -147,6 +197,7 @@ Print Name: {employer_name}
|
|
|
147
197
|
Title: _______________
|
|
148
198
|
Date: _______________
|
|
149
199
|
|
|
200
|
+
<!-- oa:signer id=employee kind=individual capacity=personal label="Employee" -->
|
|
150
201
|
**Employee**
|
|
151
202
|
|
|
152
203
|
Signature: _______________
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template_id": "openagreements-stockholder-consent-safe",
|
|
3
|
+
"layout_id": "traditional-consent-v1",
|
|
4
|
+
"style_id": "openagreements-default-v1",
|
|
5
|
+
"output_docx_path": "content/templates/openagreements-stockholder-consent-safe/template.docx",
|
|
6
|
+
"document": {
|
|
7
|
+
"title": "ACTION BY WRITTEN CONSENT OF THE STOCKHOLDERS OF {company_name}",
|
|
8
|
+
"label": "OpenAgreements Stockholder Consent for SAFE Financing",
|
|
9
|
+
"version": "1.2",
|
|
10
|
+
"license": "Free to use under CC BY 4.0",
|
|
11
|
+
"include_cloud_doc_line": false,
|
|
12
|
+
"defined_term_highlight_mode": "none",
|
|
13
|
+
"opening_note": "Note: The following resolutions do not cover all matters that may need to be addressed in connection with the SAFE financing. For example, if the Company is concurrently amending its certificate of incorporation, converting outstanding convertible notes, or granting pro rata or information rights pursuant to a side letter, additional resolutions will be needed. Always consult with counsel prior to using this consent.",
|
|
14
|
+
"opening_recital": "The undersigned stockholders of {company_name}, a Delaware corporation (the \"Company\"), pursuant to Section 228 of the Delaware General Corporation Law, hereby adopt and approve the following resolutions and the taking of the actions referred to in such resolutions, it being agreed that these resolutions will be effective only after such actions have been approved by the Company's Board of Directors to the extent that such actions require the approval of the Company's Board of Directors, provided that such later effectiveness shall not exceed 60 days from the earliest date of delivery of this Action by Written Consent:"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"recitals": {
|
|
18
|
+
"heading_title": "Recitals",
|
|
19
|
+
"body": "**WHEREAS**, the Company's Board of Directors (the \"Board\") believes it is in the best interest of the Company to enter into one or more Simple Agreements for Future Equity (each, a \"SAFE\"), providing for the sale of rights to future shares of the Company's capital stock for an aggregate purchase amount of up to ${purchase_amount} (the \"SAFE Financing\"); and\n\n**WHEREAS**, after careful consideration, the undersigned stockholders have determined that the terms and conditions of the SAFE Financing are just and equitable and fair as to the Company and that it is in the best interests of the Company and the stockholders of the Company to enter into the SAFE Financing subject to the terms and conditions set forth in each SAFE."
|
|
20
|
+
},
|
|
21
|
+
"standard_terms": {
|
|
22
|
+
"section_label": "Resolutions",
|
|
23
|
+
"heading_title": "Resolutions",
|
|
24
|
+
"clauses": [
|
|
25
|
+
{
|
|
26
|
+
"id": "approval-of-safe-financing",
|
|
27
|
+
"heading": "Approval of SAFE Financing",
|
|
28
|
+
"body": "**RESOLVED**, that each SAFE, in substantially the form presented to the stockholders, be, and it hereby is, approved in all respects;\n\n**RESOLVED FURTHER**, that the officers of the Company be, and each of them hereby is, authorized and directed, for and on behalf of the Company, to execute and deliver each SAFE, and any and all other agreements, certificates or documents required or contemplated by any SAFE or deemed necessary or appropriate in connection therewith, and to take all actions deemed necessary or appropriate to cause the Company's obligations thereunder to be performed; and\n\n**RESOLVED FURTHER**, that the officers of the Company be, and each of them hereby is, authorized and directed, for and on behalf of the Company, to negotiate or otherwise cause such additions, modifications, amendments or deletions to be made to any SAFE, and such other agreements, certificates or documents, as any such officer may approve, and the execution and delivery thereof by such officer shall be deemed conclusive evidence of the approval of any such addition, modification, amendment or deletion."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "general-authorizing-resolution",
|
|
32
|
+
"heading": "General Authorizing Resolution",
|
|
33
|
+
"body": "**RESOLVED**, that the officers of the Company be, and each of them hereby is, authorized and directed, for and on behalf of the Company, to take such further actions and execute such documents as may be necessary or appropriate in order to implement the foregoing resolutions."
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"signature": {
|
|
38
|
+
"mode": "signers",
|
|
39
|
+
"arrangement": "stacked",
|
|
40
|
+
"section_label": "Signature Page",
|
|
41
|
+
"heading_title": "Signatures",
|
|
42
|
+
"preamble": "This Action by Written Consent shall be filed with the minutes of the proceedings of the Company's stockholders.\n\nThe undersigned have executed this Action by Written Consent as of the date set forth under his or her name below. Any copy, facsimile, .PDF or other reliable reproduction of this Action by Written Consent may be substituted or used in lieu of the original writing for any and all purposes for which the original writing could be used, provided that such copy, facsimile, .PDF or other reproduction be a complete reproduction of the entire original writing.",
|
|
43
|
+
"signers": [
|
|
44
|
+
{
|
|
45
|
+
"id": "stockholder",
|
|
46
|
+
"label": "Stockholder",
|
|
47
|
+
"kind": "individual",
|
|
48
|
+
"capacity": "personal",
|
|
49
|
+
"rows": [
|
|
50
|
+
{
|
|
51
|
+
"id": "signature",
|
|
52
|
+
"label": "Signature",
|
|
53
|
+
"value": ""
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "print-name",
|
|
57
|
+
"label": "Print Name",
|
|
58
|
+
"value": "{$stockholder.name}"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "date",
|
|
62
|
+
"label": "Date",
|
|
63
|
+
"value": "{effective_date}"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"repeat": {
|
|
69
|
+
"collection_field": "stockholders",
|
|
70
|
+
"item_name": "stockholder"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|