@open-agreements/open-agreements 0.6.2 → 0.7.3

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.
Files changed (92) hide show
  1. package/GEMINI.md +25 -0
  2. package/README.md +4 -4
  3. package/content/external/yc-safe-discount/metadata.yaml +1 -0
  4. package/content/external/yc-safe-mfn/metadata.yaml +1 -0
  5. package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -0
  6. package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -0
  7. package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +1 -0
  8. package/content/recipes/nvca-certificate-of-incorporation/replacements.json +1 -1
  9. package/content/recipes/nvca-indemnification-agreement/metadata.yaml +1 -0
  10. package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -0
  11. package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -0
  12. package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +1 -0
  13. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +1 -0
  14. package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
  15. package/content/templates/bonterms-mutual-nda/metadata.yaml +83 -0
  16. package/content/templates/bonterms-mutual-nda/signing.yaml +35 -0
  17. package/content/templates/bonterms-mutual-nda/template.docx +0 -0
  18. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -0
  19. package/content/templates/closing-checklist/metadata.yaml +1 -0
  20. package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -0
  21. package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -0
  22. package/content/templates/common-paper-amendment/metadata.yaml +1 -0
  23. package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -0
  24. package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -0
  25. package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -0
  26. package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -0
  27. package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -0
  28. package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -0
  29. package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -0
  30. package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -0
  31. package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -0
  32. package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -0
  33. package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -0
  34. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -0
  35. package/content/templates/common-paper-order-form/metadata.yaml +1 -0
  36. package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -0
  37. package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -0
  38. package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -0
  39. package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -0
  40. package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -0
  41. package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -0
  42. package/content/templates/common-paper-term-sheet/metadata.yaml +1 -0
  43. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -0
  44. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  45. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -0
  46. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  47. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -0
  48. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  49. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +236 -0
  50. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +103 -0
  51. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  52. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +154 -0
  53. package/content/templates/working-group-list/metadata.yaml +1 -0
  54. package/dist/cli/index.d.ts.map +1 -1
  55. package/dist/cli/index.js +1 -2
  56. package/dist/cli/index.js.map +1 -1
  57. package/dist/commands/list.d.ts +0 -1
  58. package/dist/commands/list.d.ts.map +1 -1
  59. package/dist/commands/list.js +101 -104
  60. package/dist/commands/list.js.map +1 -1
  61. package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -1
  62. package/dist/core/employment/jurisdiction-rules.js +69 -0
  63. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  64. package/dist/core/employment/memo.d.ts.map +1 -1
  65. package/dist/core/employment/memo.js +127 -0
  66. package/dist/core/employment/memo.js.map +1 -1
  67. package/dist/core/engine.d.ts.map +1 -1
  68. package/dist/core/engine.js +55 -2
  69. package/dist/core/engine.js.map +1 -1
  70. package/dist/core/fill-pipeline.d.ts +8 -0
  71. package/dist/core/fill-pipeline.d.ts.map +1 -1
  72. package/dist/core/fill-pipeline.js +63 -4
  73. package/dist/core/fill-pipeline.js.map +1 -1
  74. package/dist/core/metadata.d.ts +2 -0
  75. package/dist/core/metadata.d.ts.map +1 -1
  76. package/dist/core/metadata.js +1 -0
  77. package/dist/core/metadata.js.map +1 -1
  78. package/dist/core/signing-config.d.ts +46 -0
  79. package/dist/core/signing-config.d.ts.map +1 -0
  80. package/dist/core/signing-config.js +67 -0
  81. package/dist/core/signing-config.js.map +1 -0
  82. package/dist/core/template-listing.d.ts +2 -3
  83. package/dist/core/template-listing.d.ts.map +1 -1
  84. package/dist/core/template-listing.js +5 -9
  85. package/dist/core/template-listing.js.map +1 -1
  86. package/dist/core/unified-pipeline.d.ts +1 -0
  87. package/dist/core/unified-pipeline.d.ts.map +1 -1
  88. package/dist/core/unified-pipeline.js +1 -0
  89. package/dist/core/unified-pipeline.js.map +1 -1
  90. package/gemini-extension.json +30 -0
  91. package/package.json +10 -4
  92. package/server.json +2 -2
@@ -0,0 +1,236 @@
1
+ name: OpenAgreements Employee Restrictive Covenant (Wyoming)
2
+ category: employment
3
+ description: >-
4
+ Wyoming-specific employee restrictive covenant agreement with modular
5
+ covenant structure (non-compete, non-solicitation, non-dealing, non-investment,
6
+ confidentiality, non-disparagement). Incorporates Wyo. Stat. section 1-23-108
7
+ (SF 107, 2025) pathway gating for non-compete-adjacent covenants. Drafted as
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
10
+ version: '2.0'
11
+ license: CC-BY-4.0
12
+ allow_derivatives: true
13
+ attribution_text: >-
14
+ Authored by OpenAgreements contributors. Wyoming-specific analysis informed
15
+ by publicly available commentary from Am Law firms including Ogletree Deakins,
16
+ Fisher Phillips, Littler Mendelson, Foley & Lardner, Faegre Drinker, and
17
+ Vinson & Elkins. See practice note for sources. Licensed under CC BY 4.0.
18
+ fields:
19
+ # --- Parties (on cover page) ---
20
+ - name: employer_name
21
+ type: string
22
+ description: Legal name of the employer
23
+ section: Parties
24
+ - name: employee_name
25
+ type: string
26
+ description: Full legal name of the employee
27
+ section: Parties
28
+ - name: employee_title
29
+ type: string
30
+ description: Employee job title or position (optional)
31
+ default: ''
32
+ section: Parties
33
+ - name: effective_date
34
+ type: date
35
+ description: Effective date of this agreement
36
+ section: Timing
37
+ - name: governing_law
38
+ type: string
39
+ description: Governing law state
40
+ default: Wyoming
41
+ section: Legal
42
+
43
+ # --- AI-only fields (drive memo warnings, never in output) ---
44
+ - name: worker_category
45
+ type: enum
46
+ description: >-
47
+ Employee role classification under Wyo. Stat. section 1-23-108.
48
+ AI-only field that drives memo warnings. Not shown in the output document.
49
+ options:
50
+ - Executive
51
+ - Management
52
+ - Professional Staff
53
+ - Physician
54
+ - Other
55
+ section: AI Analysis
56
+ - name: restriction_pathways
57
+ type: string
58
+ description: >-
59
+ Wyoming restriction pathway(s) under Wyo. Stat. section 1-23-108.
60
+ AI-only field that drives memo warnings and conditional gating.
61
+ Not shown in the output document. Options: Executive or Management
62
+ Personnel, Trade Secret Protection, None.
63
+ default: None
64
+ section: AI Analysis
65
+
66
+ # --- Confidentiality (on cover page, always visible) ---
67
+ - name: confidentiality_trade_secret_duration
68
+ type: string
69
+ description: Duration of confidentiality obligations for trade secrets
70
+ default: Perpetual
71
+ section: Confidentiality
72
+ - name: confidentiality_other_duration
73
+ type: string
74
+ description: Duration of confidentiality obligations for non-trade-secret information
75
+ default: 24 months
76
+ default_value_rationale: >-
77
+ 24 months is common for non-trade-secret confidentiality obligations
78
+ in employment agreements.
79
+ section: Confidentiality
80
+
81
+ # --- Employee Non-Solicitation ---
82
+ - name: employee_nonsolicit_included
83
+ type: boolean
84
+ description: Whether the employee non-solicitation covenant is included
85
+ default: 'true'
86
+ section: Employee Non-Solicitation
87
+ - name: employee_nonsolicit_duration
88
+ type: string
89
+ description: Duration of employee non-solicitation restriction
90
+ default: 12 months
91
+ default_value_rationale: >-
92
+ 12 months is the most common enforceable duration. Mayer Brown guidance
93
+ states 1-2 years is the outer range of reasonableness.
94
+ section: Employee Non-Solicitation
95
+ - name: covered_employee_period
96
+ type: string
97
+ description: >-
98
+ Lookback period for determining which employees are covered by
99
+ the non-solicitation restriction.
100
+ default: 12 months
101
+ default_value_rationale: >-
102
+ 12 months is the most common lookback period for employee
103
+ non-solicitation scope.
104
+ section: Employee Non-Solicitation
105
+
106
+ # --- Customer Non-Solicitation ---
107
+ - name: customer_nonsolicit_included
108
+ type: boolean
109
+ description: Whether the customer/partner non-solicitation covenant is included
110
+ default: 'true'
111
+ section: Customer Non-Solicitation
112
+ - name: customer_nonsolicit_duration
113
+ type: string
114
+ description: Duration of customer/partner non-solicitation restriction
115
+ default: 12 months
116
+ default_value_rationale: >-
117
+ 12 months is the most common enforceable duration. Compass Minerals uses
118
+ 12 months for non-CEO employees and 24 months for CEO.
119
+ section: Customer Non-Solicitation
120
+ - name: covered_customer_period
121
+ type: string
122
+ description: >-
123
+ Lookback period for determining which customers are covered by
124
+ the non-solicitation and non-dealing restrictions.
125
+ default: 12 months
126
+ default_value_rationale: >-
127
+ 12 months is the most common lookback period for customer
128
+ non-solicitation scope.
129
+ section: Customer Non-Solicitation
130
+
131
+ # --- Non-Competition (conditional on pathway) ---
132
+ - name: noncompete_included
133
+ type: boolean
134
+ description: >-
135
+ Whether the non-competition covenant is included. Requires a lawful
136
+ restriction pathway under Wyo. Stat. section 1-23-108.
137
+ default: 'false'
138
+ default_value_rationale: >-
139
+ Wyo. Stat. section 1-23-108 voids most non-compete covenants. The
140
+ drafter must affirmatively include this covenant only when a statutory
141
+ pathway applies.
142
+ section: Non-Competition
143
+ - name: noncompete_duration
144
+ type: string
145
+ description: Duration of non-competition restriction
146
+ default: 12 months
147
+ default_value_rationale: >-
148
+ 12 months is the most common enforceable duration. Hassler v. Circle C
149
+ Resources (2022 WY 28) struck down a 24-month provision with broad
150
+ scope. No Wyoming court has upheld a non-compete exceeding 24 months.
151
+ section: Non-Competition
152
+ - name: territory
153
+ type: string
154
+ description: Geographic scope of the non-competition restriction
155
+ default: the geographic area in which Employee provided services
156
+ default_value_rationale: >-
157
+ Tied to the employee's actual service area. Narrower scope improves
158
+ enforceability under Wyoming's strict scrutiny.
159
+ section: Non-Competition
160
+ - name: competitive_business_definition
161
+ type: string
162
+ description: >-
163
+ Description of the business activities that constitute competition
164
+ with the employer.
165
+ section: Non-Competition
166
+ - name: specified_competitors
167
+ type: string
168
+ description: >-
169
+ Optional named list of specific competitors. Narrowing the restriction
170
+ to named competitors strengthens enforceability.
171
+ default: ''
172
+ section: Non-Competition
173
+
174
+ # --- No Business with Covered Customers (conditional) ---
175
+ - name: nondealing_included
176
+ type: boolean
177
+ description: >-
178
+ Whether the no-business-with-covered-customers covenant is included.
179
+ Requires a lawful restriction pathway under Wyo. Stat. section 1-23-108.
180
+ default: 'false'
181
+ section: No Business with Covered Customers
182
+ - name: nondealing_duration
183
+ type: string
184
+ description: Duration of the no-business-with-covered-customers restriction
185
+ default: 12 months
186
+ section: No Business with Covered Customers
187
+
188
+ # --- Passive Public Holdings ---
189
+ - name: passive_public_holdings_threshold
190
+ type: string
191
+ description: >-
192
+ Maximum ownership percentage of publicly traded securities permitted
193
+ under the Passive Public Holdings carveout.
194
+ default: five percent
195
+ default_value_rationale: >-
196
+ Five percent of any class of publicly traded securities is the standard
197
+ passive investment carveout across Fortune 500 restrictive covenant
198
+ agreements.
199
+ section: Definitions
200
+
201
+ # --- Non-Investment (conditional) ---
202
+ - name: noninvestment_included
203
+ type: boolean
204
+ description: >-
205
+ Whether the non-investment covenant is included. Requires a lawful
206
+ restriction pathway under Wyo. Stat. section 1-23-108.
207
+ default: 'false'
208
+ section: Non-Investment
209
+ - name: noninvestment_duration
210
+ type: string
211
+ description: Duration of non-investment restriction
212
+ default: 12 months
213
+ section: Non-Investment
214
+
215
+ # --- Non-Disparagement ---
216
+ - name: nondisparagement_duration
217
+ type: string
218
+ description: Duration of non-disparagement obligation (measured from termination)
219
+ default: 24 months
220
+ default_value_rationale: >-
221
+ 24 months is common for employment non-disparagement provisions.
222
+ section: Non-Disparagement
223
+
224
+ # --- Document Management ---
225
+ - name: cloud_drive_id
226
+ type: string
227
+ description: Optional document-system URI or file ID for execution copy traceability
228
+ section: Document Management
229
+ - name: cloud_drive_id_footer
230
+ type: string
231
+ description: Internal computed footer text for document-system traceability
232
+ default: ''
233
+ section: Document Management
234
+ priority_fields:
235
+ - employer_name
236
+ - employee_name
@@ -0,0 +1,103 @@
1
+ ---
2
+ title: "Wyoming Non Compete Practice Note"
3
+ generated_from: legal-context wiki-export
4
+ topic: non_compete
5
+ state: WY
6
+ firm_count: 3
7
+ last_updated: 2026-03-30
8
+ disclaimer: >-
9
+ This practice note is provided for informational purposes only and does not
10
+ constitute legal advice. We encourage you to consult with qualified counsel
11
+ before relying on any provision. The firms whose analysis informed this note
12
+ are listed below and may be a good starting point for finding counsel
13
+ experienced in Wyoming restrictive covenant law.
14
+ ---
15
+
16
+ # Wyoming Non Compete Practice Note
17
+
18
+ **Based on analysis from 3 Am Law firms** | Last updated: 2026-03-30
19
+
20
+ > This practice note is provided for informational purposes only and does not
21
+ > constitute legal advice. We encourage you to consult with qualified counsel
22
+ > before relying on any provision. The firms whose analysis informed this note
23
+ > are listed below and may be a good starting point for finding counsel
24
+ > experienced in Wyoming restrictive covenant law.
25
+
26
+ ## Key Statutes
27
+
28
+ | Citation | Type | Firms Citing |
29
+ |----------|------|-------------|
30
+ | Wyo. Stat. § 33-26-102 | statute | 1 |
31
+ | Wyo. Stat. § 27-1-115 | statute | 1 |
32
+
33
+ ## Firm Analysis
34
+
35
+ ### Fisher Phillips (2025-06-01)
36
+
37
+ **[Employers in Wyoming Face New Restrictions on Non-Compete Agreements](https://www.fisherphillips.com/en/news-insights/new-law-voids-most-wyoming-non-compete-agreements.html?utm_source=usejunior.com)**
38
+
39
+ > "For example, under the federal Fair Labor Standards Act, the managerial exemption requires that an employee must customarily and regularly direct the work of at least two or more other full-time employees or their equivalent."
40
+
41
+ The firm analyzes the new Wyoming non-compete statute by comparing it to Colorado's prior law, noting that while Colorado case law may provide interpretive insights, Wyoming courts are not bound by it. The analysis highlights significant ambiguities in the new law, particularly regarding the definition of 'executive' and 'management' personnel and the scope of restrictive covenants covered.
42
+
43
+ ### Ogletree Deakins (2025-03-19)
44
+
45
+ **[Wyoming Enacts Legislation Limiting Noncompete Agreements](https://ogletree.com/insights-resources/blog-posts/wyoming-enacts-law-to-restrict-the-use-of-noncompete-agreements/?utm_source=usejunior.com)**
46
+
47
+ > "On March 19, 2025, Governor Mark Gordon signed Senate File 107 into law, which will significantly limit the enforceability of noncompete covenants in employment contracts."
48
+
49
+ The firm analyzes the impact of Wyoming's new noncompete legislation, noting its prospective application and specific statutory exceptions. It highlights the risk that Wyoming courts will void noncompliant agreements in their entirety rather than modifying them.
50
+
51
+ ### Littler Mendelson (2025-03-19)
52
+
53
+ **[Wyoming Bans Non-Compete Covenants with Some Exceptions](https://www.littler.com/publication-press/publication/wyoming-bans-non-compete-covenants-some-exceptions?utm_source=usejunior.com)**
54
+
55
+ > "The statute incorporates the definition of “trade secrets” found in Wyoming’s statutory trade secret protection law (W.S. 6‑3‑501(a)(xi)), which provides a fairly broad definition of what can be protected as a trade secret."
56
+
57
+ The article analyzes the impact of Wyoming's new non-compete law, highlighting its prospective application and specific statutory exceptions. It notes the ambiguity regarding non-solicitation clauses and the potential for future litigation concerning the scope of the trade secret and executive personnel exceptions.
58
+
59
+ ## Enforcement Assessment
60
+
61
+ - **Intensity:** active
62
+ - **Fines mentioned (Wyoming-specific):** None identified
63
+
64
+ ## Issues Flagged in Published Sources
65
+
66
+ 1. Conduct a comprehensive review of employment agreements to ensure they are appropriately tailored to legitimate business interests.
67
+ 2. Revisit noncompete practices on a regular basis to ensure compliance with fast-changing state laws.
68
+ 3. Consider using less-restrictive alternatives such as non-disclosure or non-solicitation agreements where appropriate.
69
+ 4. Ensure noncompetes are limited in time, geography, and scope to the employer's specific industry and the employee's role.
70
+ 5. Conduct a comprehensive review of employment agreements and non-compete covenants.
71
+ 6. Evaluate whether non-compete agreements serve a legitimate procompetitive purpose.
72
+ 7. Ensure non-compete agreements are appropriately tailored to achieve their purpose and comply with applicable state and federal law.
73
+ 8. Review employment agreements to ensure they are narrowly construed, particularly for health care employers.
74
+ 9. Monitor state-specific legislative developments regarding noncompete bans and restrictive covenant enforceability.
75
+ 10. Ensure noncompete agreements comply with new state-specific requirements regarding consideration, notice periods, and scope.
76
+
77
+ ## Non-Solicitation Uncertainty
78
+
79
+ Practitioner sources flag uncertainty about whether Wyo. Stat. § 1-23-108
80
+ could reach certain non-solicitation provisions depending on how they function.
81
+ No separate Wyoming non-solicitation statute was identified in this review.
82
+
83
+ ## Forfeiture-for-Competition as Alternative
84
+
85
+ Given Wyoming's near-ban on traditional non-competes, forfeiture-for-competition
86
+ clauses (conditioning deferred compensation on non-competition) may serve as an
87
+ alternative enforcement mechanism. The 7th Circuit (*LKQ Corp. v. Rutledge*, Jan. 2025)
88
+ and Delaware Supreme Court (2024) have upheld such provisions without applying
89
+ the reasonableness test used for traditional non-competes. However, no Wyoming
90
+ authority was identified on this issue. Consult qualified counsel before using
91
+ forfeiture-for-competition in a Wyoming context.
92
+
93
+ ## Firm Attribution
94
+
95
+ The following firms published Wyoming-specific analysis relied upon in this note.
96
+ These firms may be a good starting point for finding counsel experienced in
97
+ Wyoming restrictive covenant law.
98
+
99
+ | Firm | Article | Date |
100
+ |------|---------|------|
101
+ | Fisher Phillips | [Employers in Wyoming Face New Restrictions on Non-Compete Agreements](https://www.fisherphillips.com/en/news-insights/new-law-voids-most-wyoming-non-compete-agreements.html?utm_source=usejunior.com) | 2025-06-01 |
102
+ | Ogletree Deakins | [Wyoming Enacts Legislation Limiting Noncompete Agreements](https://ogletree.com/insights-resources/blog-posts/wyoming-enacts-law-to-restrict-the-use-of-noncompete-agreements/?utm_source=usejunior.com) | 2025-03-19 |
103
+ | Littler Mendelson | [Wyoming Bans Non-Compete Covenants with Some Exceptions](https://www.littler.com/publication-press/publication/wyoming-bans-non-compete-covenants-some-exceptions?utm_source=usejunior.com) | 2025-03-19 |
@@ -0,0 +1,154 @@
1
+ # Employee Restrictive Covenant Agreement
2
+
3
+ OpenAgreements Employee Restrictive Covenant (Wyoming) (v2.0). Free to use under CC BY 4.0.
4
+
5
+ ## Cover Terms
6
+
7
+ The terms below are incorporated into and form part of this agreement.
8
+
9
+ | Term | Value |
10
+ |------|-------|
11
+ | **Employer** | {employer_name} |
12
+ | **Employee** | {employee_name} |
13
+ | **Employee Title / Position** | {employee_title} |
14
+ | **Effective Date** | {effective_date} |
15
+ | **Governing Law** | {governing_law} |
16
+ | **Confidentiality** | |
17
+ | *Confidentiality — Trade Secrets Duration* | {confidentiality_trade_secret_duration} |
18
+ | *Confidentiality — Other Confidential Information Duration* | {confidentiality_other_duration} |
19
+ | **Employee Non-Solicitation** | |
20
+ | *Employee Non-Solicitation — Duration* | {employee_nonsolicit_duration} |
21
+ | **Customer Non-Solicitation** | |
22
+ | *Customer Non-Solicitation — Duration* | {customer_nonsolicit_duration} |
23
+ | **Non-Competition** | |
24
+ | *Non-Competition — Duration* | {noncompete_duration} |
25
+ | *Non-Competition — Restricted Territory* | {territory} |
26
+ | *Non-Competition — Competitive Business* | {competitive_business_definition} |
27
+ | *Non-Competition — Specified Competitors* | {specified_competitors} |
28
+ | **No Business with Covered Customers** | |
29
+ | *No Business with Covered Customers — Duration* | {nondealing_duration} |
30
+ | **Non-Investment** | |
31
+ | *Non-Investment — Duration* | {noninvestment_duration} |
32
+ | **Non-Disparagement** | |
33
+ | *Non-Disparagement — Duration* | {nondisparagement_duration} |
34
+
35
+ ## Standard Terms
36
+
37
+ ### 1. Defined Terms
38
+
39
+ 1.1 **"Competitive Business"** means the business activities described in Cover Terms under Competitive Business.
40
+
41
+ 1.2 **"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
+
43
+ 1.3 **"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
+
45
+ 1.4 **"Covered Employees"** means employees with whom Employee worked or whom Employee managed during the {covered_employee_period} before termination of employment.
46
+
47
+ 1.5 **"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
+
49
+ 1.6 **"Protected Interests"** means Employer's legitimate business interests in its Confidential Information, customer and business-partner relationships, workforce stability, and goodwill.
50
+
51
+ 1.7 **"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
+
53
+ 1.8 **"Restricted Territory"** means the geographic area described in Cover Terms under Restricted Territory.
54
+
55
+ 1.9 **"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
+
57
+ 1.10 **"Trade Secrets"** has the meaning given in Wyo. Stat. § 6-3-501(a)(xi).
58
+
59
+ ### 2. Timing and Employee Acknowledgements
60
+
61
+ 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
+
63
+ ### 3. Confidential Information and Trade Secret Protection
64
+
65
+ 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
+
67
+ ### 4. Permitted Disclosures and Protected Conduct
68
+
69
+ 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
+
71
+ ### 5. Return, Deletion, and Certification of Company Property
72
+
73
+ 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
+
75
+ ### 6. Non-Solicitation of Employees
76
+
77
+ 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
+
79
+ ### 7. Non-Solicitation of Customers, Vendors, Referral Sources, and Business Partners
80
+
81
+ 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
+
83
+ ### 8. No Business with Covered Customers
84
+
85
+ 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
+
87
+ ### 9. Non-Competition
88
+
89
+ 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
+
91
+ ### 10. Non-Investment
92
+
93
+ 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
+
95
+ ### 11. Non-Disparagement
96
+
97
+ 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
+
99
+ ### 12. Physician-Specific Rights and Notices
100
+
101
+ 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
+
103
+ ### 13. No Conflicting Obligations
104
+
105
+ 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
+
107
+ ### 14. Notice to Future Employers and Other Third Parties
108
+
109
+ 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
+
111
+ ### 15. Tolling During Breach
112
+
113
+ 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
+
115
+ ### 16. Remedies
116
+
117
+ 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
+
119
+ ### 17. Enforceability, Severability, and No Reformation Request
120
+
121
+ 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
+
123
+ ### 18. Survival and Expiration of Each Covenant
124
+
125
+ 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
+
127
+ ### 19. Assignment and Successors
128
+
129
+ 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
+
131
+ ### 20. Governing Law, Venue, and Dispute Process
132
+
133
+ 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
+
135
+ ### 21. Entire Agreement, Amendment, Waiver, and Electronic Signatures
136
+
137
+ 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
+
139
+ ## Signatures
140
+
141
+ 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
+
143
+ **Employer**
144
+
145
+ Signature: _______________
146
+ Print Name: {employer_name}
147
+ Title: _______________
148
+ Date: _______________
149
+
150
+ **Employee**
151
+
152
+ Signature: _______________
153
+ Print Name: {employee_name}
154
+ Date: _______________
@@ -1,4 +1,5 @@
1
1
  name: Working Group List
2
+ category: other
2
3
  description: >-
3
4
  Standalone working group roster for a transaction. Tracks staffed deal team
4
5
  members and contact details outside the closing checklist document.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAyBpC,wBAAgB,aAAa,IAAI,OAAO,CA2PvC;AA8CD,wBAAsB,MAAM,CAAC,IAAI,WAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAG/D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAyBpC,wBAAgB,aAAa,IAAI,OAAO,CA0PvC;AA8CD,wBAAsB,MAAM,CAAC,IAAI,WAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAG/D"}
package/dist/cli/index.js CHANGED
@@ -65,9 +65,8 @@ export function createProgram() {
65
65
  .description('Show all available agreements (templates, external, and recipes)')
66
66
  .option('--json', 'Output machine-readable JSON with full field definitions')
67
67
  .option('--json-strict', 'Like --json but exit non-zero if any metadata fails')
68
- .option('--templates-only', 'List only bundled templates (exclude external and recipes)')
69
68
  .action((opts) => {
70
- runList({ json: opts.json, jsonStrict: opts.jsonStrict, templatesOnly: opts.templatesOnly });
69
+ runList({ json: opts.json, jsonStrict: opts.jsonStrict });
71
70
  });
72
71
  // --- Recipe command ---
73
72
  const recipeCmd = new Command('recipe');
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,6 @@
1
1
  export interface ListOptions {
2
2
  json?: boolean;
3
3
  jsonStrict?: boolean;
4
- templatesOnly?: boolean;
5
4
  }
6
5
  export declare function runList(opts?: ListOptions): void;
7
6
  //# sourceMappingURL=list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../src/commands/list.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAOD,wBAAgB,OAAO,CAAC,IAAI,GAAE,WAAgB,GAAG,IAAI,CAMpD"}
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../src/commands/list.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAOD,wBAAgB,OAAO,CAAC,IAAI,GAAE,WAAgB,GAAG,IAAI,CAMpD"}