@open-agreements/open-agreements 0.6.2 → 0.7.2

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 (85) hide show
  1. package/README.md +4 -4
  2. package/content/external/yc-safe-discount/metadata.yaml +1 -0
  3. package/content/external/yc-safe-mfn/metadata.yaml +1 -0
  4. package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -0
  5. package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -0
  6. package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +1 -0
  7. package/content/recipes/nvca-certificate-of-incorporation/replacements.json +1 -1
  8. package/content/recipes/nvca-indemnification-agreement/metadata.yaml +1 -0
  9. package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -0
  10. package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -0
  11. package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +1 -0
  12. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +1 -0
  13. package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
  14. package/content/templates/bonterms-mutual-nda/metadata.yaml +1 -0
  15. package/content/templates/bonterms-mutual-nda/signing.yaml +35 -0
  16. package/content/templates/bonterms-mutual-nda/template.docx +0 -0
  17. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -0
  18. package/content/templates/closing-checklist/metadata.yaml +1 -0
  19. package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -0
  20. package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -0
  21. package/content/templates/common-paper-amendment/metadata.yaml +1 -0
  22. package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -0
  23. package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -0
  24. package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -0
  25. package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -0
  26. package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -0
  27. package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -0
  28. package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -0
  29. package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -0
  30. package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -0
  31. package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -0
  32. package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -0
  33. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -0
  34. package/content/templates/common-paper-order-form/metadata.yaml +1 -0
  35. package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -0
  36. package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -0
  37. package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -0
  38. package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -0
  39. package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -0
  40. package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -0
  41. package/content/templates/common-paper-term-sheet/metadata.yaml +1 -0
  42. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -0
  43. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  44. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -0
  45. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  46. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -0
  47. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  48. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +236 -0
  49. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +103 -0
  50. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  51. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +154 -0
  52. package/content/templates/working-group-list/metadata.yaml +1 -0
  53. package/dist/commands/list.js +6 -3
  54. package/dist/commands/list.js.map +1 -1
  55. package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -1
  56. package/dist/core/employment/jurisdiction-rules.js +69 -0
  57. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  58. package/dist/core/employment/memo.d.ts.map +1 -1
  59. package/dist/core/employment/memo.js +127 -0
  60. package/dist/core/employment/memo.js.map +1 -1
  61. package/dist/core/engine.d.ts.map +1 -1
  62. package/dist/core/engine.js +16 -2
  63. package/dist/core/engine.js.map +1 -1
  64. package/dist/core/fill-pipeline.d.ts +8 -0
  65. package/dist/core/fill-pipeline.d.ts.map +1 -1
  66. package/dist/core/fill-pipeline.js +63 -4
  67. package/dist/core/fill-pipeline.js.map +1 -1
  68. package/dist/core/metadata.d.ts +2 -0
  69. package/dist/core/metadata.d.ts.map +1 -1
  70. package/dist/core/metadata.js +1 -0
  71. package/dist/core/metadata.js.map +1 -1
  72. package/dist/core/signing-config.d.ts +46 -0
  73. package/dist/core/signing-config.d.ts.map +1 -0
  74. package/dist/core/signing-config.js +67 -0
  75. package/dist/core/signing-config.js.map +1 -0
  76. package/dist/core/template-listing.d.ts +1 -0
  77. package/dist/core/template-listing.d.ts.map +1 -1
  78. package/dist/core/template-listing.js +3 -2
  79. package/dist/core/template-listing.js.map +1 -1
  80. package/dist/core/unified-pipeline.d.ts +1 -0
  81. package/dist/core/unified-pipeline.d.ts.map +1 -1
  82. package/dist/core/unified-pipeline.js +1 -0
  83. package/dist/core/unified-pipeline.js.map +1 -1
  84. package/package.json +7 -3
  85. package/server.json +2 -2
@@ -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.
@@ -24,7 +24,8 @@ function runListJson(opts) {
24
24
  const meta = loadMetadata(dir);
25
25
  results.push({
26
26
  name: id,
27
- category: categoryFromId(id),
27
+ display_name: meta.name,
28
+ category: meta.category ?? categoryFromId(id),
28
29
  description: meta.description ?? meta.name,
29
30
  license: meta.license,
30
31
  source_url: meta.source_url,
@@ -46,7 +47,8 @@ function runListJson(opts) {
46
47
  const meta = loadExternalMetadata(dir);
47
48
  results.push({
48
49
  name: id,
49
- category: categoryFromId(id),
50
+ display_name: meta.name,
51
+ category: meta.category ?? categoryFromId(id),
50
52
  description: meta.description ?? meta.name,
51
53
  license: meta.license,
52
54
  source_url: meta.source_url,
@@ -67,7 +69,8 @@ function runListJson(opts) {
67
69
  const meta = loadRecipeMetadata(dir);
68
70
  const item = {
69
71
  name: id,
70
- category: categoryFromId(id),
72
+ display_name: meta.name,
73
+ category: meta.category ?? categoryFromId(id),
71
74
  description: meta.description ?? meta.name,
72
75
  license_note: meta.license_note,
73
76
  source_url: meta.source_url,
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../src/commands/list.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../src/commands/list.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"jurisdiction-rules.d.ts","sourceRoot":"","sources":["../../../src/core/employment/jurisdiction-rules.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEvD,MAAM,WAAW,uBAAuB;IACtC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,uBAAuB,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,cAAc,CAAC;CAC5B;AAED,eAAO,MAAM,6BAA6B,EAAE,gBAAgB,EA2D3D,CAAC"}
1
+ {"version":3,"file":"jurisdiction-rules.d.ts","sourceRoot":"","sources":["../../../src/core/employment/jurisdiction-rules.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEvD,MAAM,WAAW,uBAAuB;IACtC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,uBAAuB,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,cAAc,CAAC;CAC5B;AAED,eAAO,MAAM,6BAA6B,EAAE,gBAAgB,EAwI3D,CAAC"}
@@ -53,5 +53,74 @@ export const EMPLOYMENT_JURISDICTION_RULES = [
53
53
  source_date: '2024-01-01',
54
54
  confidence: 'medium',
55
55
  },
56
+ {
57
+ rule_id: 'emp-jur-wy-s1-23-108-scope-001',
58
+ jurisdiction: 'Wyoming',
59
+ category: 'restrictive_covenants',
60
+ trigger: {
61
+ template_ids: [
62
+ 'openagreements-restrictive-covenant-wyoming',
63
+ 'openagreements-employment-offer-letter',
64
+ ],
65
+ field_includes: {
66
+ governing_law: 'wyoming',
67
+ },
68
+ },
69
+ message: 'Wyoming Stat. section 1-23-108 (SF 107, effective July 1, 2025) voids most non-compete covenants except via specific statutory pathways: executive or management personnel, trade secret protection, sale of business, or training-expense recovery. Confirm applicability with licensed counsel.',
70
+ source_reference: 'Wyoming Statute section 1-23-108 (Senate File 107, 2025 Session).',
71
+ source_date: '2025-07-01',
72
+ confidence: 'high',
73
+ },
74
+ {
75
+ rule_id: 'emp-jur-wy-hassler-no-reform-001',
76
+ jurisdiction: 'Wyoming',
77
+ category: 'restrictive_covenants',
78
+ trigger: {
79
+ template_ids: [
80
+ 'openagreements-restrictive-covenant-wyoming',
81
+ ],
82
+ field_includes: {
83
+ governing_law: 'wyoming',
84
+ },
85
+ },
86
+ message: 'Wyoming courts may void overbroad restrictive covenants entirely rather than reform them. Hassler v. Circle C Resources, 2022 WY 28. Ensure each covenant is narrowly tailored to avoid full invalidation.',
87
+ source_reference: 'Hassler v. Circle C Resources, 2022 WY 28 (Wyoming Supreme Court).',
88
+ source_date: '2022-02-25',
89
+ confidence: 'high',
90
+ },
91
+ {
92
+ rule_id: 'emp-jur-wy-pathway-none-noncompete-001',
93
+ jurisdiction: 'Wyoming',
94
+ category: 'restrictive_covenants',
95
+ trigger: {
96
+ template_ids: [
97
+ 'openagreements-restrictive-covenant-wyoming',
98
+ ],
99
+ field_one_of: {
100
+ restriction_pathways: ['None', 'none'],
101
+ },
102
+ },
103
+ message: 'Restriction pathway is set to none, but non-compete-adjacent covenants (non-competition, non-dealing, or non-investment) may be included. Under Wyoming Stat. section 1-23-108, these provisions are likely void without a lawful statutory pathway.',
104
+ source_reference: 'Wyoming Statute section 1-23-108 (Senate File 107, 2025 Session).',
105
+ source_date: '2025-07-01',
106
+ confidence: 'high',
107
+ },
108
+ {
109
+ rule_id: 'emp-jur-wy-nonsolicitation-uncertainty-001',
110
+ jurisdiction: 'Wyoming',
111
+ category: 'restrictive_covenants',
112
+ trigger: {
113
+ template_ids: [
114
+ 'openagreements-restrictive-covenant-wyoming',
115
+ ],
116
+ field_includes: {
117
+ governing_law: 'wyoming',
118
+ },
119
+ },
120
+ message: 'Practitioner sources flag uncertainty about whether Wyoming Stat. section 1-23-108 could reach certain non-solicitation provisions depending on how they function. No separate Wyoming non-solicitation statute was identified in this review. Confirm enforceability with licensed counsel.',
121
+ source_reference: 'Littler Mendelson analysis of Wyoming SF 107; Faegre Drinker analysis noting broad "any person" statutory phrasing.',
122
+ source_date: '2025-07-01',
123
+ confidence: 'medium',
124
+ },
56
125
  ];
57
126
  //# sourceMappingURL=jurisdiction-rules.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"jurisdiction-rules.js","sourceRoot":"","sources":["../../../src/core/employment/jurisdiction-rules.ts"],"names":[],"mappings":"AAqBA,MAAM,CAAC,MAAM,6BAA6B,GAAuB;IAC/D;QACE,OAAO,EAAE,sCAAsC;QAC/C,YAAY,EAAE,YAAY;QAC1B,QAAQ,EAAE,uBAAuB;QACjC,OAAO,EAAE;YACP,YAAY,EAAE;gBACZ,wCAAwC;gBACxC,kDAAkD;aACnD;YACD,cAAc,EAAE;gBACd,aAAa,EAAE,YAAY;aAC5B;SACF;QACD,OAAO,EACL,0HAA0H;QAC5H,gBAAgB,EACd,2FAA2F;QAC7F,WAAW,EAAE,YAAY;QACzB,UAAU,EAAE,MAAM;KACnB;IACD;QACE,OAAO,EAAE,oCAAoC;QAC7C,YAAY,EAAE,YAAY;QAC1B,QAAQ,EAAE,qBAAqB;QAC/B,OAAO,EAAE;YACP,YAAY,EAAE,CAAC,kDAAkD,CAAC;YAClE,cAAc,EAAE;gBACd,aAAa,EAAE,YAAY;aAC5B;YACD,YAAY,EAAE;gBACZ,2BAA2B,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,KAAK,CAAC;aAC5D;SACF;QACD,OAAO,EACL,yHAAyH;QAC3H,gBAAgB,EAAE,8CAA8C;QAChE,WAAW,EAAE,YAAY;QACzB,UAAU,EAAE,MAAM;KACnB;IACD;QACE,OAAO,EAAE,sCAAsC;QAC/C,YAAY,EAAE,YAAY;QAC1B,QAAQ,EAAE,uBAAuB;QACjC,OAAO,EAAE;YACP,YAAY,EAAE;gBACZ,wCAAwC;gBACxC,kDAAkD;aACnD;YACD,cAAc,EAAE;gBACd,aAAa,EAAE,YAAY;aAC5B;SACF;QACD,OAAO,EACL,6HAA6H;QAC/H,gBAAgB,EAAE,2CAA2C;QAC7D,WAAW,EAAE,YAAY;QACzB,UAAU,EAAE,QAAQ;KACrB;CACF,CAAC"}
1
+ {"version":3,"file":"jurisdiction-rules.js","sourceRoot":"","sources":["../../../src/core/employment/jurisdiction-rules.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"memo.d.ts","sourceRoot":"","sources":["../../../src/core/employment/memo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAgB,MAAM,gBAAgB,CAAC;AAErE,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;AAC/F,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AACxD,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAEtD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,eAAe,CAAC;IAC1B,UAAU,EAAE,iBAAiB,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,mBAAmB,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,+BAA+B;IAC9C,sBAAsB,EAAE,OAAO,CAAC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,qBAAqB,EAAE,CAAC;IAClC,kBAAkB,EAAE,+BAA+B,CAAC;CACrD;AAED,MAAM,WAAW,6BAA6B;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AA2BD,eAAO,MAAM,0BAA0B,iPACyM,CAAC;AAoKjP,wBAAgB,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAElE;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAM9D;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAElE;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,cAAc,CA4D7F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,cAAc,GAAG,MAAM,CAyEzE"}
1
+ {"version":3,"file":"memo.d.ts","sourceRoot":"","sources":["../../../src/core/employment/memo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAgB,MAAM,gBAAgB,CAAC;AAErE,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;AAC/F,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AACxD,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAEtD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,eAAe,CAAC;IAC1B,UAAU,EAAE,iBAAiB,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,mBAAmB,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,+BAA+B;IAC9C,sBAAsB,EAAE,OAAO,CAAC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,qBAAqB,EAAE,CAAC;IAClC,kBAAkB,EAAE,+BAA+B,CAAC;CACrD;AAED,MAAM,WAAW,6BAA6B;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAqCD,eAAO,MAAM,0BAA0B,iPACyM,CAAC;AAwRjP,wBAAgB,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAElE;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAM9D;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAElE;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,cAAc,CA4D7F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,cAAc,GAAG,MAAM,CAyEzE"}
@@ -5,11 +5,13 @@ const EMPLOYMENT_TEMPLATE_IDS = new Set([
5
5
  'openagreements-employment-offer-letter',
6
6
  'openagreements-employee-ip-inventions-assignment',
7
7
  'openagreements-employment-confidentiality-acknowledgement',
8
+ 'openagreements-restrictive-covenant-wyoming',
8
9
  ]);
9
10
  const TEMPLATE_SOURCE_DATES = {
10
11
  'openagreements-employment-offer-letter': '2026-02-10',
11
12
  'openagreements-employee-ip-inventions-assignment': '2026-02-10',
12
13
  'openagreements-employment-confidentiality-acknowledgement': '2026-02-10',
14
+ 'openagreements-restrictive-covenant-wyoming': '2026-03-29',
13
15
  };
14
16
  const MEMO_VERSION = '1.0.0';
15
17
  export const EMPLOYMENT_MEMO_DISCLAIMER = 'This employment memo provides operational information about template fields and cited sources. It is not legal advice, does not recommend legal strategy, and does not predict legal outcomes. Consult a licensed attorney for legal advice.';
@@ -31,6 +33,46 @@ const ADVICE_BLOCK_PATTERNS = [
31
33
  /\bi advise\b/i,
32
34
  /\bthe right strategy\b/i,
33
35
  ];
36
+ function parseDurationMonths(value) {
37
+ const normalized = value.toLowerCase().trim();
38
+ const yearsMatch = normalized.match(/^(\d+)\s*years?$/);
39
+ if (yearsMatch)
40
+ return parseInt(yearsMatch[1], 10) * 12;
41
+ const monthsMatch = normalized.match(/^(\d+)\s*months?$/);
42
+ if (monthsMatch)
43
+ return parseInt(monthsMatch[1], 10);
44
+ return null;
45
+ }
46
+ function validateCovenantDuration(value) {
47
+ const months = parseDurationMonths(value);
48
+ if (months === null)
49
+ return null;
50
+ if (months > 60) {
51
+ return {
52
+ valid: false,
53
+ severity: 'high',
54
+ summary: `Duration of ${value} is almost certainly unenforceable. No US jurisdiction routinely upholds employment non-competes exceeding 5 years. Wyoming courts may void the entire agreement rather than reform it (Hassler v. Circle C Resources, 2022 WY 28).`,
55
+ citation: 'Hassler v. Circle C Resources, 2022 WY 28; Mayer Brown US Restrictive Covenants guidance.',
56
+ };
57
+ }
58
+ if (months > 24) {
59
+ return {
60
+ valid: false,
61
+ severity: 'high',
62
+ summary: `Duration of ${value} exceeds 24 months. No Wyoming court has upheld a non-compete exceeding 2 years. Hassler v. Circle C Resources (2022 WY 28) struck down a 24-month provision as overbroad. Mayer Brown guidance: 1-2 years is normally the outer range of reasonableness.`,
63
+ citation: 'Hassler v. Circle C Resources, 2022 WY 28; Mayer Brown US Restrictive Covenants (2024).',
64
+ };
65
+ }
66
+ if (months > 12) {
67
+ return {
68
+ valid: true,
69
+ severity: 'low',
70
+ summary: `Duration of ${value} exceeds 12 months. While 12 months is the most common enforceable duration, 24-month periods have been used in executive agreements. Ensure scope is narrowly tailored to support the longer duration.`,
71
+ citation: 'Compass Minerals SEC filing (24-month CEO provision); Mayer Brown US Restrictive Covenants (2024).',
72
+ };
73
+ }
74
+ return null;
75
+ }
34
76
  const CLAUSE_SIGNALS = {
35
77
  'openagreements-employment-offer-letter': [
36
78
  {
@@ -141,6 +183,63 @@ const CLAUSE_SIGNALS = {
141
183
  followUpQuestionWhenMissing: 'Can licensed counsel confirm whether post-employment confidentiality language is complete?',
142
184
  },
143
185
  ],
186
+ 'openagreements-restrictive-covenant-wyoming': [
187
+ {
188
+ id: 'restriction-pathways',
189
+ field: 'restriction_pathways',
190
+ missingSeverity: 'high',
191
+ missingSummary: 'Restriction pathway is blank. Under Wyoming Stat. section 1-23-108, non-compete-adjacent covenants require a lawful statutory pathway. The template cannot determine enforceability without this field.',
192
+ presentSummary: 'Restriction pathway is specified.',
193
+ followUpQuestionWhenMissing: 'Can licensed counsel confirm which Wyoming Stat. section 1-23-108 pathway applies to this employee?',
194
+ },
195
+ {
196
+ id: 'worker-category',
197
+ field: 'worker_category',
198
+ missingSeverity: 'high',
199
+ missingSummary: 'Worker category is blank. Wyoming Stat. section 1-23-108 enforceability depends on whether the employee is executive, management, professional staff, physician, or other.',
200
+ presentSummary: 'Worker category is specified.',
201
+ followUpQuestionWhenMissing: 'Can licensed counsel confirm the employee role classification under Wyoming Stat. section 1-23-108?',
202
+ },
203
+ {
204
+ id: 'competitive-business-definition',
205
+ field: 'competitive_business_definition',
206
+ missingSeverity: 'medium',
207
+ missingSummary: 'Competitive business definition is blank. An overbroad or missing definition weakens enforceability, especially given Wyoming courts may void the entire agreement rather than reform it.',
208
+ presentSummary: 'Competitive business definition is specified.',
209
+ followUpQuestionWhenMissing: 'Can licensed counsel confirm whether the competitive business definition is sufficiently narrow?',
210
+ },
211
+ {
212
+ id: 'covered-customer-period',
213
+ field: 'covered_customer_period',
214
+ missingSeverity: 'medium',
215
+ missingSummary: 'Covered customer lookback period is blank. The definition of Covered Customers requires a lookback period to determine scope.',
216
+ presentSummary: 'Covered customer lookback period is specified.',
217
+ },
218
+ {
219
+ id: 'noncompete-duration',
220
+ field: 'noncompete_duration',
221
+ missingSeverity: 'low',
222
+ missingSummary: 'Non-compete duration is blank.',
223
+ presentSummary: 'Non-compete duration is specified.',
224
+ validateValue: validateCovenantDuration,
225
+ },
226
+ {
227
+ id: 'employee-nonsolicit-duration',
228
+ field: 'employee_nonsolicit_duration',
229
+ missingSeverity: 'low',
230
+ missingSummary: 'Employee non-solicitation duration is blank.',
231
+ presentSummary: 'Employee non-solicitation duration is specified.',
232
+ validateValue: validateCovenantDuration,
233
+ },
234
+ {
235
+ id: 'customer-nonsolicit-duration',
236
+ field: 'customer_nonsolicit_duration',
237
+ missingSeverity: 'low',
238
+ missingSummary: 'Customer non-solicitation duration is blank.',
239
+ presentSummary: 'Customer non-solicitation duration is specified.',
240
+ validateValue: validateCovenantDuration,
241
+ },
242
+ ],
144
243
  };
145
244
  export function isEmploymentTemplateId(templateId) {
146
245
  return EMPLOYMENT_TEMPLATE_IDS.has(templateId);
@@ -326,6 +425,34 @@ function buildClauseFindings(args) {
326
425
  ? [signal.followUpQuestionWhenMissing]
327
426
  : [],
328
427
  });
428
+ if (isPresent && signal.validateValue) {
429
+ const validation = signal.validateValue(observedValue);
430
+ if (validation) {
431
+ findings.push({
432
+ id: `clause-${args.templateId}-${signal.id}-range`,
433
+ category: 'clause_presence',
434
+ severity: validation.severity,
435
+ confidence: 'high',
436
+ summary: validation.summary,
437
+ evidence: [
438
+ {
439
+ type: 'field',
440
+ reference: `${args.templateId}.${signal.field}`,
441
+ value: observedValue,
442
+ },
443
+ ],
444
+ citations: [
445
+ {
446
+ source: validation.citation,
447
+ source_date: sourceDate,
448
+ },
449
+ ],
450
+ follow_up_questions: validation.valid
451
+ ? []
452
+ : ['Can licensed counsel confirm whether this duration is enforceable under Wyoming law?'],
453
+ });
454
+ }
455
+ }
329
456
  }
330
457
  return findings;
331
458
  }