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.
Files changed (215) hide show
  1. package/README.de.md +300 -255
  2. package/README.es.md +301 -254
  3. package/README.md +389 -95
  4. package/README.pt-br.md +301 -254
  5. package/README.template.md +333 -0
  6. package/README.zh.md +300 -253
  7. package/SECURITY.md +34 -0
  8. package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
  9. package/content/recipes/nvca-voting-agreement/README.md +43 -0
  10. package/content/templates/bonterms-mutual-nda/README.md +2 -2
  11. package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
  12. package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
  13. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
  14. package/content/templates/closing-checklist/template.docx +0 -0
  15. package/content/templates/closing-checklist/template.md +30 -0
  16. package/content/templates/common-paper-ai-addendum/template.docx +0 -0
  17. package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
  18. package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
  19. package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
  20. package/content/templates/common-paper-mutual-nda/README.md +28 -0
  21. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
  22. package/content/templates/common-paper-term-sheet/template.docx +0 -0
  23. package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
  24. package/content/templates/openagreements-board-consent-safe/README.md +61 -0
  25. package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
  26. package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
  27. package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
  28. package/content/templates/openagreements-board-consent-safe/template.md +66 -0
  29. package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
  30. package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
  31. package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
  32. package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
  33. package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
  34. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
  35. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  36. package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
  37. package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
  38. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
  39. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  40. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
  41. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
  42. package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
  43. package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
  44. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
  45. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  46. package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
  47. package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
  48. package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
  49. package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
  50. package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
  51. package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
  52. package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
  53. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
  54. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  55. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
  56. package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
  57. package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
  58. package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
  59. package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
  60. package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
  61. package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
  62. package/content/templates/working-group-list/template.docx +0 -0
  63. package/content/templates/working-group-list/template.md +18 -0
  64. package/dist/cli/index.js.map +1 -1
  65. package/dist/commands/fill.d.ts +1 -1
  66. package/dist/commands/fill.d.ts.map +1 -1
  67. package/dist/commands/fill.js +4 -1
  68. package/dist/commands/fill.js.map +1 -1
  69. package/dist/commands/list.js +10 -0
  70. package/dist/commands/list.js.map +1 -1
  71. package/dist/commands/recipe.js.map +1 -1
  72. package/dist/core/employment/jurisdiction-rules.js +2 -2
  73. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  74. package/dist/core/employment/memo.d.ts +1 -1
  75. package/dist/core/employment/memo.d.ts.map +1 -1
  76. package/dist/core/employment/memo.js +14 -6
  77. package/dist/core/employment/memo.js.map +1 -1
  78. package/dist/core/engine.d.ts.map +1 -1
  79. package/dist/core/engine.js +28 -0
  80. package/dist/core/engine.js.map +1 -1
  81. package/dist/core/fill-pipeline.d.ts +30 -5
  82. package/dist/core/fill-pipeline.d.ts.map +1 -1
  83. package/dist/core/fill-pipeline.js +165 -9
  84. package/dist/core/fill-pipeline.js.map +1 -1
  85. package/dist/core/humanize-docx.d.ts +21 -0
  86. package/dist/core/humanize-docx.d.ts.map +1 -0
  87. package/dist/core/humanize-docx.js +492 -0
  88. package/dist/core/humanize-docx.js.map +1 -0
  89. package/dist/core/metadata.d.ts +118 -65
  90. package/dist/core/metadata.d.ts.map +1 -1
  91. package/dist/core/metadata.js +268 -13
  92. package/dist/core/metadata.js.map +1 -1
  93. package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
  94. package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
  95. package/dist/core/recipe/bracket-normalizer.js +3 -0
  96. package/dist/core/recipe/bracket-normalizer.js.map +1 -1
  97. package/dist/core/recipe/computed.d.ts +1 -1
  98. package/dist/core/recipe/computed.d.ts.map +1 -1
  99. package/dist/core/recipe/index.d.ts.map +1 -1
  100. package/dist/core/recipe/index.js +22 -4
  101. package/dist/core/recipe/index.js.map +1 -1
  102. package/dist/core/recipe/types.d.ts +1 -1
  103. package/dist/core/recipe/types.d.ts.map +1 -1
  104. package/dist/core/template-listing.d.ts +6 -8
  105. package/dist/core/template-listing.d.ts.map +1 -1
  106. package/dist/core/template-listing.js +24 -0
  107. package/dist/core/template-listing.js.map +1 -1
  108. package/dist/core/unified-pipeline.d.ts +2 -0
  109. package/dist/core/unified-pipeline.d.ts.map +1 -1
  110. package/dist/core/unified-pipeline.js +17 -1
  111. package/dist/core/unified-pipeline.js.map +1 -1
  112. package/dist/core/validation/template.d.ts +32 -0
  113. package/dist/core/validation/template.d.ts.map +1 -1
  114. package/dist/core/validation/template.js +163 -3
  115. package/dist/core/validation/template.js.map +1 -1
  116. package/dist/index.d.ts +1 -0
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +2 -0
  119. package/dist/index.js.map +1 -1
  120. package/gemini-extension.json +1 -1
  121. package/package.json +26 -12
  122. package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
  123. package/skills/canonical-markdown-authoring/SKILL.md +565 -0
  124. package/skills/client-email/SKILL.md +10 -6
  125. package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
  126. package/skills/cloud-service-agreement/SKILL.md +38 -1
  127. package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
  128. package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
  129. package/skills/data-privacy-agreement/SKILL.md +2 -0
  130. package/skills/delaware-franchise-tax/SKILL.md +2 -0
  131. package/skills/edit-docx-agreement/SKILL.md +2 -0
  132. package/skills/employment-contract/CONNECTORS.md +2 -2
  133. package/skills/employment-contract/SKILL.md +25 -6
  134. package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
  135. package/skills/iso-27001-internal-audit/SKILL.md +2 -0
  136. package/skills/nda/CONNECTORS.md +2 -2
  137. package/skills/nda/SKILL.md +45 -1
  138. package/skills/nda/template-filling-execution.md +12 -6
  139. package/skills/non-compete-contract-explainer/SKILL.md +107 -0
  140. package/skills/non-compete-contract-explainer/content/alabama.md +251 -0
  141. package/skills/non-compete-contract-explainer/content/alaska.md +160 -0
  142. package/skills/non-compete-contract-explainer/content/american-samoa.md +187 -0
  143. package/skills/non-compete-contract-explainer/content/arizona.md +293 -0
  144. package/skills/non-compete-contract-explainer/content/arkansas.md +235 -0
  145. package/skills/non-compete-contract-explainer/content/california.md +270 -0
  146. package/skills/non-compete-contract-explainer/content/cnmi.md +168 -0
  147. package/skills/non-compete-contract-explainer/content/colorado.md +277 -0
  148. package/skills/non-compete-contract-explainer/content/connecticut.md +220 -0
  149. package/skills/non-compete-contract-explainer/content/delaware.md +222 -0
  150. package/skills/non-compete-contract-explainer/content/district-of-columbia.md +263 -0
  151. package/skills/non-compete-contract-explainer/content/florida.md +267 -0
  152. package/skills/non-compete-contract-explainer/content/georgia.md +323 -0
  153. package/skills/non-compete-contract-explainer/content/guam.md +180 -0
  154. package/skills/non-compete-contract-explainer/content/hawaii.md +236 -0
  155. package/skills/non-compete-contract-explainer/content/idaho.md +258 -0
  156. package/skills/non-compete-contract-explainer/content/illinois.md +266 -0
  157. package/skills/non-compete-contract-explainer/content/india.md +269 -0
  158. package/skills/non-compete-contract-explainer/content/indiana.md +253 -0
  159. package/skills/non-compete-contract-explainer/content/iowa.md +232 -0
  160. package/skills/non-compete-contract-explainer/content/kansas.md +227 -0
  161. package/skills/non-compete-contract-explainer/content/kentucky.md +201 -0
  162. package/skills/non-compete-contract-explainer/content/louisiana.md +272 -0
  163. package/skills/non-compete-contract-explainer/content/maine.md +178 -0
  164. package/skills/non-compete-contract-explainer/content/maryland.md +244 -0
  165. package/skills/non-compete-contract-explainer/content/massachusetts.md +272 -0
  166. package/skills/non-compete-contract-explainer/content/michigan.md +222 -0
  167. package/skills/non-compete-contract-explainer/content/minnesota.md +171 -0
  168. package/skills/non-compete-contract-explainer/content/mississippi.md +237 -0
  169. package/skills/non-compete-contract-explainer/content/missouri.md +219 -0
  170. package/skills/non-compete-contract-explainer/content/montana.md +202 -0
  171. package/skills/non-compete-contract-explainer/content/nebraska.md +206 -0
  172. package/skills/non-compete-contract-explainer/content/nevada.md +278 -0
  173. package/skills/non-compete-contract-explainer/content/new-hampshire.md +233 -0
  174. package/skills/non-compete-contract-explainer/content/new-jersey.md +277 -0
  175. package/skills/non-compete-contract-explainer/content/new-mexico.md +244 -0
  176. package/skills/non-compete-contract-explainer/content/new-york.md +226 -0
  177. package/skills/non-compete-contract-explainer/content/north-carolina.md +346 -0
  178. package/skills/non-compete-contract-explainer/content/north-dakota.md +187 -0
  179. package/skills/non-compete-contract-explainer/content/ohio.md +207 -0
  180. package/skills/non-compete-contract-explainer/content/oklahoma.md +196 -0
  181. package/skills/non-compete-contract-explainer/content/oregon.md +359 -0
  182. package/skills/non-compete-contract-explainer/content/pennsylvania.md +254 -0
  183. package/skills/non-compete-contract-explainer/content/philippines.md +211 -0
  184. package/skills/non-compete-contract-explainer/content/puerto-rico.md +163 -0
  185. package/skills/non-compete-contract-explainer/content/rhode-island.md +171 -0
  186. package/skills/non-compete-contract-explainer/content/singapore.md +229 -0
  187. package/skills/non-compete-contract-explainer/content/south-carolina.md +226 -0
  188. package/skills/non-compete-contract-explainer/content/south-dakota.md +222 -0
  189. package/skills/non-compete-contract-explainer/content/tennessee.md +251 -0
  190. package/skills/non-compete-contract-explainer/content/texas.md +297 -0
  191. package/skills/non-compete-contract-explainer/content/us-virgin-islands.md +193 -0
  192. package/skills/non-compete-contract-explainer/content/utah.md +250 -0
  193. package/skills/non-compete-contract-explainer/content/vermont.md +193 -0
  194. package/skills/non-compete-contract-explainer/content/virginia.md +213 -0
  195. package/skills/non-compete-contract-explainer/content/washington.md +296 -0
  196. package/skills/non-compete-contract-explainer/content/west-virginia.md +187 -0
  197. package/skills/non-compete-contract-explainer/content/wisconsin.md +293 -0
  198. package/skills/non-compete-contract-explainer/content/wyoming.md +296 -0
  199. package/skills/non-compete-contract-explainer/manifest.json +540 -0
  200. package/skills/open-agreements/CONNECTORS.md +2 -2
  201. package/skills/open-agreements/SKILL.md +165 -67
  202. package/skills/open-agreements/template-filling-execution.md +2 -2
  203. package/skills/recipe-quality-audit/SKILL.md +2 -0
  204. package/skills/safe/CONNECTORS.md +2 -2
  205. package/skills/safe/SKILL.md +38 -1
  206. package/skills/safe/template-filling-execution.md +2 -2
  207. package/skills/services-agreement/CONNECTORS.md +2 -2
  208. package/skills/services-agreement/SKILL.md +40 -1
  209. package/skills/services-agreement/template-filling-execution.md +81 -0
  210. package/skills/shared/template-filling-execution.md +2 -2
  211. package/skills/soc2-readiness/SKILL.md +2 -0
  212. package/skills/unit-test-philosophy/SKILL.md +3 -0
  213. package/skills/venture-financing/CONNECTORS.md +2 -2
  214. package/skills/venture-financing/SKILL.md +2 -0
  215. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
@@ -0,0 +1,254 @@
1
+ ---
2
+ jurisdiction: "Pennsylvania"
3
+ slug: pennsylvania
4
+ countryCode: US
5
+ snapshotAsOf: "2026-06-08"
6
+ lastReviewed: "2026-06-03"
7
+ canonicalUrl: https://openagreements.org/legal/non-compete/pennsylvania
8
+ license: CC BY 4.0
9
+ stale: false
10
+ ---
11
+
12
+ > [!IMPORTANT]
13
+ > **Informational only — not legal advice.** This is a snapshot of an OpenAgreements practice note,
14
+ > provided for general information. It is not legal advice, does not create an attorney-client
15
+ > relationship, and is not a substitute for a licensed attorney in the relevant jurisdiction.
16
+ > Laws change; verify against the canonical version before relying on it.
17
+ >
18
+ > **Canonical:** https://openagreements.org/legal/non-compete/pennsylvania · **Snapshot as of:** 2026-06-08 · License: CC BY 4.0 · © UseJunior
19
+
20
+ # Non-Competes in Pennsylvania[^about]
21
+
22
+ Pennsylvania enforces non-competes only when they are ancillary to employment, supported by adequate consideration, and reasonably limited, and a 2024 statute sharply restricts health care non-competes.
23
+
24
+
25
+ ## At a glance
26
+
27
+ | Question | Pennsylvania |
28
+ | --- | --- |
29
+ | **Are non-competes enforceable?** | Allowed if reasonable |
30
+ | **Bottom line** | Pennsylvania enforces an employee non-compete only if it is ancillary to employment, supported by adequate consideration, reasonably limited in time and territory, and tied to a legitimate business interest, with a 2024 statute sharply restricting health care covenants. |
31
+ | **Main law or case** | Socko v. Mid-Atlantic Systems of CPA, Inc., 126 A.3d 1266 (Pa. 2015) |
32
+ | **Main exceptions** | Health-care practitioner restrictions (Act 74 of 2024, eff. Jan 1, 2025 — voids covenants over one year and any where employer dismissed practitioner); B2B no-hire clauses unenforceable (Beemac) |
33
+ | **Can a court narrow it?** | Yes — rewrites to reasonable |
34
+ | **Applies to contractors?** | Unclear |
35
+ | **Restriction extended during a breach?** | Unsettled |
36
+ | **Maximum length set by law** | No statutory limit (except Act 74 one-year cap for health care) |
37
+
38
+ ## Are employee non-compete agreements enforceable in Pennsylvania? {#employee-noncompetes}
39
+
40
+ **Short answer.** Yes, sometimes. Pennsylvania is a reasonableness state, not a general ban state, but its courts are historically hostile to restraints on trade. A non-compete is enforceable only if it is ancillary to an employment relationship, supported by adequate consideration, reasonably limited in time and territory, and designed to protect a legitimate business interest of the employer [^socko-four-part-test].
41
+
42
+ The modern statement of the test comes from *Socko v. Mid-Atlantic Systems of CPA, Inc.*, where the Pennsylvania Supreme Court restated the four requirements every covenant must meet [^socko-four-part-test]. The framework traces back to *Morgan's Home Equipment Corp. v. Martucci*, which held that a post-employment covenant is only *prima facie* enforceable when it is reasonably limited as to duration and geographic extent [^morgans-prima-facie].
43
+
44
+ Pennsylvania has not enacted a general non-compete statute for the ordinary workforce. The core analysis is judge-made, with one significant statutory exception for health care practitioners covered later in this note.
45
+
46
+ > [!NOTE]
47
+ > **Practice note.**
48
+ >
49
+ > Do not treat Pennsylvania as either a free-for-all or a ban state. Confirm the covenant is ancillary and supported by consideration, then test it for reasonableness in time, territory, and protectable interest, because Pennsylvania courts scrutinize restraints closely [^socko-four-part-test].
50
+
51
+ ## Is continued at-will employment enough consideration for a Pennsylvania non-compete? {#consideration}
52
+
53
+ **Short answer.** No, not by itself, for an existing employee. When a covenant is added after employment has begun, it is enforceable only if the employee receives new and valuable consideration beyond merely keeping the job [^socko-mid-employment][^maintenance-continued-employment].
54
+
55
+ In *Socko*, the Pennsylvania Supreme Court confirmed that a mid-employment restraint requires new and valuable consideration — a corresponding benefit or a beneficial change in employment status — not just continued at-will employment [^socko-mid-employment]. The rule predates *Socko*: in *Maintenance Specialties, Inc. v. Gottus*, the court held that continued employment is not sufficient consideration for a covenant signed after employment began [^maintenance-continued-employment].
56
+
57
+ "In the context of requiring an employee to agree to a restrictive covenant mid-employment, however, such a restraint on trade will be enforceable only if new and valuable consideration, beyond mere continued employment, is provided and is sufficient to support the restrictive clause."[^socko-mid-employment]
58
+
59
+ *Socko* also closed a drafting loophole. Employers had relied on the Uniform Written Obligations Act, which lets a signed writing reciting an intent to be legally bound stand without consideration. The court held that this statutory recital does not cure a missing consideration in the restrictive-covenant context [^socko-uwoa].
60
+
61
+ A separate timing rule governs covenants signed shortly after the first day of work. In *Rullex Co. v. Tel-Stream, Inc.*, the court held that a covenant executed after the first day is enforceable without new consideration only if the parties agreed to its essential provisions at the start of the relationship [^rullex-essential-provisions]. Otherwise, as *George W. Kistler, Inc. v. O'Brien* put it, a later-added covenant must be supported by new consideration [^kistler-new-consideration].
62
+
63
+ > [!CAUTION]
64
+ > **Drafting note.**
65
+ >
66
+ > Do not rely on continued at-will employment, or on an *intend to be legally bound* recital, when an existing Pennsylvania employee signs a new covenant. Tie the signature to identifiable new consideration such as a raise, bonus, or promotion, and document it, because the recital did not save the agreement in *Socko* [^socko-mid-employment][^socko-uwoa].
67
+
68
+ ## What legitimate business interests can support a Pennsylvania non-compete? {#protectable-interests}
69
+
70
+ **Short answer.** Genuinely specialized training and trade secrets are the clearest examples, alongside confidential information and customer goodwill. A covenant that exists only to suppress ordinary competition is not protecting anything Pennsylvania law recognizes [^morgans-specialized-training].
71
+
72
+ *Morgan's Home Equipment* identified the kinds of interests an employer may guard, including the specialized training, skills, and carefully guarded methods that amount to trade secrets of a particular enterprise [^morgans-specialized-training]. Those covenants are enforced only so far as reasonably necessary to protect the employer [^q3-morgans-reasonably-necessary].
73
+
74
+ The emphasis on *specialized* training matters. Courts distinguish a real, proprietary investment by the employer from ordinary on-the-job experience or general sales technique, which an employee remains free to use elsewhere. The same tailoring requirement applies to covenants built on customer goodwill or confidential information: the restraint must track the specific relationships or information the employer actually needs to protect, not competition in general.
75
+
76
+ > [!CAUTION]
77
+ > **Drafting note.**
78
+ >
79
+ > Do not use a Pennsylvania non-compete to block competition that is disconnected from a protectable interest. Tie the restraint to specific trade secrets, confidential information, customer goodwill, or genuinely specialized training, because a covenant aimed at ordinary competition is not reasonably necessary to protect the employer [^q3-morgans-reasonably-necessary].
80
+
81
+ ## What duration and geographic scope are reasonable for a Pennsylvania non-compete? {#duration-geography}
82
+
83
+ **Short answer.** Outside Act 74's health care rules, there is no statutory cap. Pennsylvania courts permit enforcement only where the covenant is incident to employment, reasonably necessary to protect the employer, and reasonably limited in both duration and geographic extent [^sidco-general-rule][^beemac-geo-duration].
84
+
85
+ *Sidco Paper Co. v. Aaron* states the standard: post-employment restraints are enforced only when they are incident to the employment relationship, reasonably necessary to protect the employer, and reasonably limited in duration and geographic extent [^sidco-general-rule]. The Supreme Court reaffirmed in *Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC* that a court weighs the reasonableness of the restraint's geographic scope together with its duration [^beemac-geo-duration].
86
+
87
+ Because the analysis is holistic, time and territory are measured against the employer's actual market and the interest being protected. A restraint matched to where the employer competes and to the time needed to protect a relationship is far easier to defend than a long, open-ended, statewide ban.
88
+
89
+ > [!CAUTION]
90
+ > **Drafting note.**
91
+ >
92
+ > Do not copy a fixed term or radius from another form. Match the duration and territory to the employee's role and the employer's real market, because a Pennsylvania court evaluates the restraint as a whole and there is no safe-harbor number [^sidco-general-rule][^beemac-geo-duration].
93
+
94
+ ## Will a Pennsylvania court blue-pencil or reform an overbroad non-compete? {#court-narrowing}
95
+
96
+ **Short answer.** Sometimes, but do not count on it. A Pennsylvania court of equity may enforce only the reasonable portions of an overbroad covenant, yet it will scrutinize the restraint closely and may decline to rewrite a covenant drafted far broader than necessary [^sidco-partial-enforcement][^reading-aviation-overreach].
97
+
98
+ *Sidco Paper* confirms the power: where a covenant imposes restrictions broader than necessary, a court of equity may grant enforcement limited to the portions that are reasonably necessary to protect the employer [^sidco-partial-enforcement]. But the power is bounded. In *Reading Aviation Service, Inc. v. Bertolet*, the Supreme Court explained that freely rewriting overbroad covenants would encourage employers with superior bargaining power to insist on excessive restrictions, secure in the knowledge that a court will simply pare them back [^reading-aviation-overreach]. Pennsylvania courts therefore subject these covenants to close scrutiny [^reading-aviation-close-scrutiny].
99
+
100
+ > [!CAUTION]
101
+ > **Drafting note.**
102
+ >
103
+ > Do not rely on a Pennsylvania court to rescue an aggressive covenant. Draft tiered, severable, reasonable restraints, because reformation is discretionary and a court may refuse to narrow a covenant it sees as gratuitously overbroad [^sidco-partial-enforcement][^reading-aviation-overreach].
104
+
105
+ ## Does it matter whether the employer or the employee ended the employment? {#termination-effect}
106
+
107
+ **Short answer.** Yes. How the employment ended is an important factor. A Pennsylvania court is markedly less willing to enforce a covenant against an employee the employer fired for failing to do the job than against one who voluntarily left [^brobston-distinction][^brobston-fired].
108
+
109
+ In *Insulation Corp. of America v. Brobston*, the Superior Court drew a sharp line between an employee who voluntarily leaves and one who is terminated for failing to do his job [^brobston-distinction]. Where an employer fires an employee for failing to promote the employer's legitimate business interests, the court reasoned, the employer has effectively decided that its interests are better served without that employee — which undercuts the claim that it still needs a covenant to protect those same interests [^brobston-fired].
110
+
111
+ > [!NOTE]
112
+ > **Practice note.**
113
+ >
114
+ > Do not assume a Pennsylvania covenant is enforceable after the employer terminates the employee. Where the discharge is for poor performance, the circumstances of termination weigh heavily against enforcement, so weigh that risk before suing a fired employee on a non-compete [^brobston-fired].
115
+
116
+ ## How does Pennsylvania treat customer non-solicitation and no-accept clauses? {#customer-nonsolicit}
117
+
118
+ **Short answer.** Sometimes. Narrow customer non-solicitation clauses can be enforceable, but a recent non-precedential Superior Court decision read *solicit* to require an affirmative act and treated a clause as overbroad where it lacked a geographic limit and barred an employee from merely accepting business [^english-affirmative-act][^english-no-geo].
119
+
120
+ A 2026 Superior Court memorandum, *First National Trust Co. v. English*, illustrates the limits. The court held that the verbs *solicit*, *divert*, and *entice* each require an affirmative act, so an employee who merely accepts business from clients who seek him out has not breached [^english-affirmative-act]. It found the non-solicitation clause unenforceable as written because it had no geographic scope [^english-no-geo]. The court also declined to extend the restriction to customers whose relationships predated their advisor's employment [^english-predated-customers].
121
+
122
+ *English* is a non-precedential memorandum, so it does not bind future panels, but it reflects how Pennsylvania courts apply settled reasonableness principles to non-solicitation and no-accept language.
123
+
124
+ > [!CAUTION]
125
+ > **Drafting note.**
126
+ >
127
+ > Do not draft a Pennsylvania non-solicitation clause that bars merely *accepting* business or that omits a geographic limit. Restrict the clause to affirmative solicitation of customers the employee actually served, because a no-accept or geographically unbounded clause invites a finding that it is unenforceable as written [^english-affirmative-act][^english-no-geo].
128
+
129
+ ## Does a Pennsylvania non-compete toll or extend during breach or litigation? {#tolling-extension}
130
+
131
+ **Short answer.** This is an unsettled Pennsylvania question. No Pennsylvania statute or appellate decision discussed in this note squarely endorses automatically tolling or extending the restricted period while the former employee is in breach or while litigation is pending [^q8-sidco-reasonably-necessary][^q8-morgans-prima-facie].
132
+
133
+ Pennsylvania law gives signals rather than a rule. Any clause that extends the restricted period must still be reasonably necessary to protect the employer and reasonably limited in duration, so an open-ended extension risks being found unreasonable [^q8-sidco-reasonably-necessary]. And because a covenant is only *prima facie* enforceable when it is reasonably limited as to time, a clause that effectively lengthens the restraint each time the employer alleges a breach sits in tension with that requirement [^q8-morgans-prima-facie].
134
+
135
+ A contractual extension-on-breach clause is therefore fact-dependent in Pennsylvania. It is most defensible when tied to the duration of an actual breach and a legitimate interest, rather than written as an automatic, indefinite extension.
136
+
137
+ > [!NOTE]
138
+ > **Practice note.**
139
+ >
140
+ > Open question: Pennsylvania law is unsettled on whether an extension-on-breach or tolling clause is enforceable after the original restricted period expires. Draft any such clause as a separate, reasonable restraint tied to the breach, and do not assume a Pennsylvania court will automatically extend an expired covenant [^q8-sidco-reasonably-necessary][^q8-morgans-prima-facie].
141
+
142
+ ## Are non-competes for health care practitioners restricted in Pennsylvania? {#healthcare-act74}
143
+
144
+ **Short answer.** Yes. The Fair Contracting for Health Care Practitioners Act (Act 74 of 2024), effective January 1, 2025, voids non-compete covenants longer than one year for covered practitioners and voids a covenant of any length when the employer dismisses the practitioner [^act74-applicability][^act74-exception].
145
+
146
+ Under the Act, a noncompete covenant entered into after its effective date is contrary to public policy and void and unenforceable by an employer [^act74-applicability]. The one exception is narrow: an employer may enforce a covenant only if it runs no more than one year and the practitioner was not dismissed by the employer [^act74-exception].
147
+
148
+ "(b) Exception.--An employer may enforce a noncompete covenant if the length of the noncompete covenant is no more than one year, provided that the health care practitioner was not dismissed by the employer."[^act74-exception]
149
+
150
+ The Act covers a defined set of practitioners — medical doctors, doctors of osteopathy, certified registered nurse anesthetists, certified registered nurse practitioners, and physician assistants [^act74-practitioner]. Separately, when a covered practitioner leaves, the employer must notify patients the practitioner saw within the past year — where there was an ongoing outpatient relationship of at least two years — within 90 days of the departure [^act74-notice]. The Act also does not bar a contract provision letting an employer recover reasonable, practitioner-specific expenses such as relocation, training, and patient-base establishment costs accrued within the three years before separation, amortized over up to five years, although that recovery is unavailable when the employer dismisses the practitioner.
151
+
152
+ > [!NOTE]
153
+ > **Practice note.**
154
+ >
155
+ > Do not apply ordinary reasonableness analysis to a covered health care non-compete. For a covered practitioner, Act 74 voids any covenant longer than one year and any covenant at all where the employer did the dismissing, regardless of how reasonable the terms look [^act74-applicability][^act74-exception].
156
+
157
+ ## Are business-to-business no-hire clauses enforceable in Pennsylvania? {#b2b-no-hire}
158
+
159
+ **Short answer.** Generally no. In *Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC*, the Pennsylvania Supreme Court held that a no-hire clause between two businesses was unreasonably in restraint of trade and unenforceable [^beemac-unenforceable].
160
+
161
+ The clause in *Beemac* barred one company from hiring the other's employees during their contract and for two years after. Balancing the company's interest against the clause's overbreadth and the likelihood of harm to the public, the court found it an unreasonable restraint of trade [^beemac-unenforceable]. The court emphasized that such a clause is broader than needed to protect the company's interest and creates a probability of harm to the public, in part because it restricts employees who are not parties to the contract and received no consideration [^beemac-overbroad].
162
+
163
+ "Balancing PLS’s interest against the overbreadth of the no-hire provision and the likelihood of harm to the public, we conclude that the no-hire provision is unreasonably in restraint of trade and therefore unenforceable."[^beemac-unenforceable]
164
+
165
+ > [!CAUTION]
166
+ > **Drafting note.**
167
+ >
168
+ > Do not rely on a no-hire or no-poach clause buried in a Pennsylvania commercial services contract. After *Beemac*, such clauses are vulnerable as unreasonable restraints of trade, so protect legitimate interests through narrowly drawn confidentiality and direct restrictive covenants supported by consideration instead [^beemac-overbroad].
169
+
170
+ ## Can a buyer enforce a non-compete assigned in an asset sale? {#assignment}
171
+
172
+ **Short answer.** Not automatically. A Pennsylvania restrictive covenant is personal to the original employer and is not assignable to a buyer in an asset sale unless the employment agreement contains a specific assignability provision [^hess-not-assignable].
173
+
174
+ In *Hess v. Gebhard & Co.*, the Pennsylvania Supreme Court held that a non-compete in an employment agreement is not assignable to the purchasing entity in a sale of assets absent a specific assignability provision [^hess-not-assignable]. The covenant is tied to the employer with whom the employee made the agreement, reflecting its personal nature [^hess-personal].
175
+
176
+ > [!CAUTION]
177
+ > **Drafting note.**
178
+ >
179
+ > Do not assume a Pennsylvania non-compete travels with the business in an asset sale. If a buyer needs to enforce existing covenants, confirm each agreement contains an express assignability provision, because *Hess* bars automatic assignment without one [^hess-not-assignable].
180
+
181
+ ## What Pennsylvania non-compete reform efforts should employers watch? {#pending-reform}
182
+
183
+ **Short answer.** No general statewide ban is law in Pennsylvania. The only enacted statutory restriction is Act 74's health care carve-out; broader change exists only as pending bills that have not become law [^q12-act74-applicability].
184
+
185
+ As of this review, Pennsylvania has not enacted a general non-compete ban. Two narrower bills in the 2025-2026 session are worth tracking: Senate Bill 142, which would prohibit enforcement of non-compete covenants in broadcast employment agreements and which the Senate Labor and Industry Committee reported out to first consideration on June 2, 2026, and Senate Bill 680, which would extend Act 74's health care protections to therapists and remains in the Senate Health and Human Services Committee. Neither has passed either chamber or been enacted.
186
+
187
+ Because the enacted baseline remains common-law reasonableness plus the Act 74 health care carve-out, these bills matter as a signal of direction, not as current law.
188
+
189
+ > [!NOTE]
190
+ > **Practice note.**
191
+ >
192
+ > Treat Senate Bill 142 and Senate Bill 680 as monitoring items, not present Pennsylvania law, and do not assume any general statewide non-compete ban has passed. Recheck the General Assembly's bill status before changing forms, because only Act 74's health care restriction is currently enacted [^q12-act74-applicability].
193
+
194
+ [^about]: By Steven Obiajulu, J.D. Published by [openagreements.org](https://openagreements.org) · Maintained by [UseJunior](https://usejunior.com). Last reviewed 2026-06-03. License: CC BY 4.0. Steven Obiajulu, J.D. is admitted in New York, not Pennsylvania. This article synthesizes Pennsylvania primary law and is not legal advice from a Pennsylvania-admitted attorney. This article is for informational purposes only and does not create an attorney-client relationship.
195
+
196
+ [^socko-four-part-test]: **Socko v. Mid-Atlantic Systems of CPA, Inc.** — "Consistent with this legal background, currently in Pennsylvania, restrictive covenants are enforceable only if they are: (1) ancillary to an employment relationship between an employee and an employer; (2) supported by adequate consideration; (3) the restrictions are reasonably limited in duration and geographic extent; and (4) the restrictions are designed to protect the legitimate interests of the employer." *Socko v. Mid-Atlantic Systems of CPA, Inc., 126 A.3d 1266 (Pa. 2015).* <https://www.courtlistener.com/opinion/3155889/socko-d-v-mid-atantic-systems-of-cpa-inc-aplt/#:~:text=Consistent%20with%20this%20legal%20background%2C,legitimate%20interests%20of%20the%20employer.>
197
+
198
+ [^morgans-prima-facie]: **Morgan's Home Equipment Corp. v. Martucci** — "We have held that employment contracts containing general covenants by an employe not to compete after the termination of his employment are prima facie enforcible if they are reasonably limited as to duration of time and geographical extent." *Morgan's Home Equipment Corp. v. Martucci, 136 A.2d 838 (Pa. 1957).* <https://www.courtlistener.com/opinion/2330966/morgans-home-equipment-corp-v-martucci/#:~:text=We%20have%20held%20that%20employment,of%20time%20and%20geographical%20extent.>
199
+
200
+ [^socko-mid-employment]: **Socko v. Mid-Atlantic Systems of CPA, Inc.** — "In the context of requiring an employee to agree to a restrictive covenant mid-employment, however, such a restraint on trade will be enforceable only if new and valuable consideration, beyond mere continued employment, is provided and is sufficient to support the restrictive clause." *Socko v. Mid-Atlantic Systems of CPA, Inc., 126 A.3d 1266 (Pa. 2015).* <https://www.courtlistener.com/opinion/3155889/socko-d-v-mid-atantic-systems-of-cpa-inc-aplt/#:~:text=In%20the%20context%20of%20requiring,to%20support%20the%20restrictive%20clause.>
201
+
202
+ [^maintenance-continued-employment]: **Maintenance Specialties, Inc. v. Gottus** — "An employee's continued employment is not sufficient consideration for a covenant not to compete which the employee signed after the inception of his employment, where the employer makes no promise of continued employment for a definite term." *Maintenance Specialties, Inc. v. Gottus, 314 A.2d 279 (Pa. 1974).* <https://www.courtlistener.com/opinion/1925441/maintenance-specialties-inc-v-gottus/#:~:text=An%20employee's%20continued%20employment%20is,employment%20for%20a%20definite%20term.>
203
+
204
+ [^socko-uwoa]: **Socko v. Mid-Atlantic Systems of CPA, Inc.** — "we conclude that a construction of the UWOA which would vitiate the need for new and valuable consideration when entering into an agreement containing a restrictive covenant after the initiation of employment would be unreasonable." *Socko v. Mid-Atlantic Systems of CPA, Inc., 126 A.3d 1266 (Pa. 2015).* <https://www.courtlistener.com/opinion/3155889/socko-d-v-mid-atantic-systems-of-cpa-inc-aplt/#:~:text=we%20conclude%20that%20a%20construction,of%20employment%20would%20be%20unreasonable.>
205
+
206
+ [^rullex-essential-provisions]: **Rullex Co. v. Tel-Stream, Inc.** — "From the foregoing it should be evident that, for a restrictive covenant executed after the first day of employment to be enforceable absent new consideration, the parties must have agreed to its essential provisions as of the beginning of the employment relationship." *Rullex Co. v. Tel-Stream, Inc., 232 A.3d 620 (Pa. 2020).* <https://www.courtlistener.com/opinion/4761300/rullex-co-llc-aplt-v-tel-stream-inc/#:~:text=From%20the%20foregoing%20it%20should,beginning%20of%20the%20employment%20relationship.>
207
+
208
+ [^kistler-new-consideration]: **George W. Kistler, Inc. v. O'Brien** — "While a restrictive covenant, in order to be valid need not appear in the initial contract, if it is agreed upon at some later time it must be supported by new consideration." *George W. Kistler, Inc. v. O'Brien, 347 A.2d 311 (Pa. 1975).* <https://www.courtlistener.com/opinion/1482686/george-w-kistler-inc-v-obrien/#:~:text=While%20a%20restrictive%20covenant%2C%20in,be%20supported%20by%20new%20consideration.>
209
+
210
+ [^morgans-specialized-training]: **Morgan's Home Equipment Corp. v. Martucci** — "An employe may receive specialized training and skills, and learn the carefully guarded methods of doing business which are the trade secrets of a particular enterprise." *Morgan's Home Equipment Corp. v. Martucci, 136 A.2d 838 (Pa. 1957).* <https://www.courtlistener.com/opinion/2330966/morgans-home-equipment-corp-v-martucci/#:~:text=An%20employe%20may%20receive%20specialized,secrets%20of%20a%20particular%20enterprise.>
211
+
212
+ [^q3-morgans-reasonably-necessary]: **Morgan's Home Equipment Corp. v. Martucci** — "They are enforced by the courts as reasonably necessary for the protection of the employer." *Morgan's Home Equipment Corp. v. Martucci, 136 A.2d 838 (Pa. 1957).* <https://www.courtlistener.com/opinion/2330966/morgans-home-equipment-corp-v-martucci/#:~:text=They%20are%20enforced%20by%20the,the%20protection%20of%20the%20employer.>
213
+
214
+ [^sidco-general-rule]: **Sidco Paper Co. v. Aaron** — "Our courts will permit the equitable enforcement of post-employment restraints only where they are incident to an employment relation between the parties to the covenant, the restrictions are reasonably necessary for the protection of the employer, and the restrictions are reasonably limited in duration and geographic extent." *Sidco Paper Co. v. Aaron, 351 A.2d 250 (Pa. 1976).* <https://www.courtlistener.com/opinion/1437137/sidco-paper-company-v-aaron/#:~:text=Our%20courts%20will%20permit%20the,in%20duration%20and%20geographic%20extent.>
215
+
216
+ [^beemac-geo-duration]: **Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC** — "As part of this balancing test, courts also consider the reasonableness of the restraint’s geographical scope as well as its duration of time." *Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC, 249 A.3d 918 (Pa. 2021).* <https://www.courtlistener.com/opinion/4878381/pgh-logistics-aplt-v-beemac-trucking/#:~:text=As%20part%20of%20this%20balancing,as%20its%20duration%20of%20time.>
217
+
218
+ [^sidco-partial-enforcement]: **Sidco Paper Co. v. Aaron** — "However, where the covenant imposes restrictions broader than necessary to protect the employer, we have repeatedly held that a court of equity may grant enforcement limited to those portions of the restrictions which are reasonably necessary for the protection of the employer." *Sidco Paper Co. v. Aaron, 351 A.2d 250 (Pa. 1976).* <https://www.courtlistener.com/opinion/1437137/sidco-paper-company-v-aaron/#:~:text=However%2C%20where%20the%20covenant%20imposes,the%20protection%20of%20the%20employer.>
219
+
220
+ [^reading-aviation-overreach]: **Reading Aviation Service, Inc. v. Bertolet** — "The objection to such a practice is that it tends to encourage employers and purchasers possessing superior bargaining power over that of their employees and vendors to insist upon unreasonable and excessive restrictions, secure in the knowledge that the promise may be upheld in part, if not in full." *Reading Aviation Service, Inc. v. Bertolet, 311 A.2d 628 (Pa. 1973).* <https://www.courtlistener.com/opinion/6390927/reading-aviation-service-inc-v-bertolet/#:~:text=The%20objection%20to%20such%20a,part%2C%20if%20not%20in%20full.>
221
+
222
+ [^reading-aviation-close-scrutiny]: **Reading Aviation Service, Inc. v. Bertolet** — "Because of the inherently unequal bargaining positions of the parties, we have consistently subjected covenants of non-competition between employees and their employers to close scrutiny." *Reading Aviation Service, Inc. v. Bertolet, 311 A.2d 628 (Pa. 1973).* <https://www.courtlistener.com/opinion/6390927/reading-aviation-service-inc-v-bertolet/#:~:text=Because%20of%20the%20inherently%20unequal,their%20employers%20to%20close%20scrutiny.>
223
+
224
+ [^brobston-distinction]: **Insulation Corp. of America v. Brobston** — "It bears noting that there is a significant factual distinction between the hardship imposed by the enforcement of a restrictive covenant on an employee who voluntarily leaves his employer and that imposed upon an employee who is terminated for failing to do his job." *Insulation Corp. of America v. Brobston, 667 A.2d 729 (Pa. Super. 1995).* <https://www.courtlistener.com/opinion/2383660/insulation-corp-of-america-v-brobston/#:~:text=It%20bears%20noting%20that%20there,failing%20to%20do%20his%20job.>
225
+
226
+ [^brobston-fired]: **Insulation Corp. of America v. Brobston** — "Where an employee is terminated by his employer on the grounds that he has failed to promote the employer's legitimate business interests, it clearly suggests an implicit decision on the part of the employer that its business interests are best promoted without the employee in its service." *Insulation Corp. of America v. Brobston, 667 A.2d 729 (Pa. Super. 1995).* <https://www.courtlistener.com/opinion/2383660/insulation-corp-of-america-v-brobston/#:~:text=Where%20an%20employee%20is%20terminated,the%20employee%20in%20its%20service.>
227
+
228
+ [^english-affirmative-act]: **First National Trust Co. v. English** — "Significantly, the terms ‘solicit’, ‘divert,’ and ‘entice’ are verbs, with each requiring an affirmative act." *First National Trust Co. v. English, No. 1109 WDA 2025 (Pa. Super. Feb. 18, 2026) (non-precedential).* <https://www.pacourts.us/assets/opinions/Superior/out/J-A02018-26m%20-%20106684106347494370.pdf>
229
+
230
+ [^english-no-geo]: **First National Trust Co. v. English** — "Thus, the non-solicitation clause is unenforceable as written." *First National Trust Co. v. English, No. 1109 WDA 2025 (Pa. Super. Feb. 18, 2026) (non-precedential).* <https://www.pacourts.us/assets/opinions/Superior/out/J-A02018-26m%20-%20106684106347494370.pdf>
231
+
232
+ [^english-predated-customers]: **First National Trust Co. v. English** — "Keeping in mind that Pennsylvania law disfavors restrictive covenants, see Socko, we conclude that it would be unreasonable to include the customers of Advisors, whose relationships predated each advisor’s employment with Appellant." *First National Trust Co. v. English, No. 1109 WDA 2025 (Pa. Super. Feb. 18, 2026) (non-precedential).* <https://www.pacourts.us/assets/opinions/Superior/out/J-A02018-26m%20-%20106684106347494370.pdf>
233
+
234
+ [^q8-sidco-reasonably-necessary]: **Sidco Paper Co. v. Aaron** — "Our courts will permit the equitable enforcement of post-employment restraints only where they are incident to an employment relation between the parties to the covenant, the restrictions are reasonably necessary for the protection of the employer, and the restrictions are reasonably limited in duration and geographic extent." *Sidco Paper Co. v. Aaron, 351 A.2d 250 (Pa. 1976).* <https://www.courtlistener.com/opinion/1437137/sidco-paper-company-v-aaron/#:~:text=Our%20courts%20will%20permit%20the,in%20duration%20and%20geographic%20extent.>
235
+
236
+ [^q8-morgans-prima-facie]: **Morgan's Home Equipment Corp. v. Martucci** — "We have held that employment contracts containing general covenants by an employe not to compete after the termination of his employment are prima facie enforcible if they are reasonably limited as to duration of time and geographical extent." *Morgan's Home Equipment Corp. v. Martucci, 136 A.2d 838 (Pa. 1957).* <https://www.courtlistener.com/opinion/2330966/morgans-home-equipment-corp-v-martucci/#:~:text=We%20have%20held%20that%20employment,of%20time%20and%20geographical%20extent.>
237
+
238
+ [^act74-applicability]: **Fair Contracting for Health Care Practitioners Act § 4(a)** — "(a) Applicability.--Except as provided under subsection (b), a noncompete covenant entered into after the effective date of this subsection is deemed contrary to the public policy and is void and unenforceable by an employer." *Fair Contracting for Health Care Practitioners Act, Act of July 17, 2024, P.L. 846, No. 74, § 4(a) (Pa.).* <https://www.legis.state.pa.us/WU01/LI/LI/US/HTM/2024/0/0074..HTM>
239
+
240
+ [^act74-exception]: **Fair Contracting for Health Care Practitioners Act § 4(b)** — "(b) Exception.--An employer may enforce a noncompete covenant if the length of the noncompete covenant is no more than one year, provided that the health care practitioner was not dismissed by the employer." *Fair Contracting for Health Care Practitioners Act, Act of July 17, 2024, P.L. 846, No. 74, § 4(b) (Pa.).* <https://www.legis.state.pa.us/WU01/LI/LI/US/HTM/2024/0/0074..HTM>
241
+
242
+ [^act74-practitioner]: **Fair Contracting for Health Care Practitioners Act § 3** — "‘Health care practitioner.’ The following: (1) A medical doctor as defined in section 2 of the act of December 20, 1985 (P.L.457, No.112), known as the Medical Practice Act of 1985. (2) A doctor of osteopathy under the act of October 5, 1978 (P.L.1109, No.261), known as the Osteopathic Medical Practice Act. (3) A certified registered nurse anesthetist as defined in section 2(16) of the act of May 22, 1951 (P.L.317, No.69), known as The Professional Nursing Law. (4) A certified registered nurse practitioner as defined in section 2(12) of The Professional Nursing Law. (5) A physician assistant as defined in section 2 of the Osteopathic Medical Practice Act or section 2 of the Medical Practice Act of 1985." *Fair Contracting for Health Care Practitioners Act, Act of July 17, 2024, P.L. 846, No. 74, § 3 (Pa.).* <https://www.legis.state.pa.us/WU01/LI/LI/US/HTM/2024/0/0074..HTM>
243
+
244
+ [^act74-notice]: **Fair Contracting for Health Care Practitioners Act § 5(b)** — "(b) Time period.--The employer shall provide the notice within 90 days of the health care practitioner's departure." *Fair Contracting for Health Care Practitioners Act, Act of July 17, 2024, P.L. 846, No. 74, § 5(b) (Pa.).* <https://www.legis.state.pa.us/WU01/LI/LI/US/HTM/2024/0/0074..HTM>
245
+
246
+ [^beemac-unenforceable]: **Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC** — "Balancing PLS’s interest against the overbreadth of the no-hire provision and the likelihood of harm to the public, we conclude that the no-hire provision is unreasonably in restraint of trade and therefore unenforceable." *Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC, 249 A.3d 918 (Pa. 2021).* <https://www.courtlistener.com/opinion/4878381/pgh-logistics-aplt-v-beemac-trucking/#:~:text=Balancing%20PLS%E2%80%99s%20interest%20against%20the,of%20trade%20and%20therefore%20unenforceable.>
247
+
248
+ [^beemac-overbroad]: **Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC** — "However, the no-hire provision is both greater than needed to protect PLS’s interest and creates a probability of harm to the public." *Pittsburgh Logistics Systems, Inc. v. Beemac Trucking, LLC, 249 A.3d 918 (Pa. 2021).* <https://www.courtlistener.com/opinion/4878381/pgh-logistics-aplt-v-beemac-trucking/#:~:text=However%2C%20the%20no%2Dhire%20provision%20is,of%20harm%20to%20the%20public.>
249
+
250
+ [^hess-not-assignable]: **Hess v. Gebhard & Co.** — "Therefore, we hold that a restrictive covenant not to compete, contained in an employment agreement, is not assignable to the purchasing business entity, in the absence of a specific assignability provision, where the covenant is included in a sale of assets." *Hess v. Gebhard & Co. Inc., 808 A.2d 912 (Pa. 2002).* <https://www.courtlistener.com/opinion/1931597/hess-v-gebhard-co-inc/#:~:text=Therefore%2C%20we%20hold%20that%20a,in%20a%20sale%20of%20assets.>
251
+
252
+ [^hess-personal]: **Hess v. Gebhard & Co.** — "Like the contract for hire, upon which the covenant was given, the employee’s restrictive covenant is confined to the employer with whom the agreement was made, absent specific provisions for assignability." *Hess v. Gebhard & Co. Inc., 808 A.2d 912 (Pa. 2002).* <https://www.courtlistener.com/opinion/1931597/hess-v-gebhard-co-inc/#:~:text=Like%20the%20contract%20for%20hire%2C,absent%20specific%20provisions%20for%20assignability.>
253
+
254
+ [^q12-act74-applicability]: **Fair Contracting for Health Care Practitioners Act § 4(a)** — "(a) Applicability.--Except as provided under subsection (b), a noncompete covenant entered into after the effective date of this subsection is deemed contrary to the public policy and is void and unenforceable by an employer." *Fair Contracting for Health Care Practitioners Act, Act of July 17, 2024, P.L. 846, No. 74, § 4(a) (Pa.).* <https://www.legis.state.pa.us/WU01/LI/LI/US/HTM/2024/0/0074..HTM>
@@ -0,0 +1,211 @@
1
+ ---
2
+ jurisdiction: "Philippines"
3
+ slug: philippines
4
+ countryCode: PH
5
+ snapshotAsOf: "2026-06-08"
6
+ lastReviewed: "2026-06-03"
7
+ canonicalUrl: https://openagreements.org/legal/non-compete/philippines
8
+ license: CC BY 4.0
9
+ stale: false
10
+ ---
11
+
12
+ > [!IMPORTANT]
13
+ > **Informational only — not legal advice.** This is a snapshot of an OpenAgreements practice note,
14
+ > provided for general information. It is not legal advice, does not create an attorney-client
15
+ > relationship, and is not a substitute for a licensed attorney in the relevant jurisdiction.
16
+ > Laws change; verify against the canonical version before relying on it.
17
+ >
18
+ > **Canonical:** https://openagreements.org/legal/non-compete/philippines · **Snapshot as of:** 2026-06-08 · License: CC BY 4.0 · © UseJunior
19
+
20
+ # Non-Competes in the Philippines[^about]
21
+
22
+ The Philippines has no non-compete statute; a post-employment restraint is enforceable only if it is reasonable — limited as to time, trade, and place, tied to a legitimate business interest, and not contrary to public policy — and a suit to enforce one is a civil case for the regular courts, not the labor tribunals.
23
+
24
+
25
+ ## At a glance
26
+
27
+ | Question | Philippines |
28
+ | --- | --- |
29
+ | **Are non-competes enforceable?** | Allowed if reasonable |
30
+ | **Bottom line** | The Philippines has no non-compete statute. A post-employment restraint is enforceable only if it is reasonable — limited as to time, trade, and place, tied to a legitimate business interest, and not contrary to public policy — and suing on one is a civil case for the regular courts, not the labor tribunals. |
31
+ | **Main law or case** | Rivera v. Solidbank Corp., G.R. No. 163269 (2006); Tiu v. Platinum Plans Phil., Inc., G.R. No. 163512 (2007) |
32
+ | **Main exceptions** | No statutory industry carve-outs. Independent-contractor restraints are treated as ordinary civil/commercial contracts rather than labor matters (Consulta v. CA, G.R. No. 145443). A forfeiture clause can bite for competition during employment (Century Properties v. Babiano, G.R. No. 220978). |
33
+ | **Can a court narrow it?** | Unsettled |
34
+ | **Applies to contractors?** | Yes |
35
+ | **Restriction extended during a breach?** | Not addressed |
36
+ | **Maximum length set by law** | No statutory limit; one- and two-year restraints have been upheld when otherwise reasonable |
37
+
38
+ ## Are non-competes enforceable in the Philippines? {#employee-noncompetes}
39
+
40
+ **Short answer.** Yes, if they are reasonable. The Philippines has no statute that governs non-competes, and it is not a per se ban jurisdiction. A post-employment non-compete or *non-involvement* clause is enforced under the Civil Code's freedom-to-contract principle — provided the stipulation is not contrary to law, morals, good customs, public order, or public policy [^civilcode-1306]. Within that limit a restraint is valid as long as it carries reasonable limitations as to time, trade, and place [^tiu-time-trade-place].
41
+
42
+ This puts the Philippines in the middle of the global map. It is not California or North Dakota, where an employee non-compete is void no matter how narrowly drawn, and it is not India, where post-employment restraints are categorically unenforceable. It is a reasonableness jurisdiction whose rules are largely judge-made, built on top of the Civil Code's presumption that a freely negotiated contract has the force of law between the parties.
43
+
44
+ "Not being contrary to public policy, the non-involvement clause, which petitioner and respondent freely agreed upon, has the force of law between them, and thus, should be complied with in good faith."[^tiu-force-of-law]
45
+
46
+ The Supreme Court's 2007 decision in *Tiu v. Platinum Plans Phil., Inc.* is the leading modern authority. It confirms that a non-involvement clause is not automatically void as a restraint of trade, and that once a reasonable clause survives scrutiny the courts will enforce it according to its terms.
47
+
48
+ ## What makes a non-compete reasonable in the Philippines? {#reasonableness-test}
49
+
50
+ **Short answer.** Reasonableness is decided clause by clause against a five-factor test. In *Rivera v. Solidbank Corp.*, the Supreme Court directed trial courts to weigh whether the covenant protects a legitimate business interest, whether it unduly burdens the employee, whether it harms the public welfare, whether its time and territorial limits are reasonable, and whether it is reasonable as a matter of public policy [^rivera-five-factors]. A restraint that flunks any of these — most classically one that is *not limited as to trade* — is void as against public policy [^ferrazzini-not-trade].
51
+
52
+ The five factors are not a checklist with numeric thresholds; they are a structured way of asking the older question the Court has posed since 1916 — whether the restraint goes further than the employer's legitimate interest requires. The foundational case, *Ferrazzini v. Gsell*, struck down a clause barring a discharged foreman from *any* employment anywhere in the Philippine Islands for five years, holding it an unreasonable restraint precisely because it was bounded in time and space but left the employee no trade to practise.
53
+
54
+ "The contract under consideration, tested by the law, rules and principles above set forth, is clearly one in undue or unreasonable restraint of trade and therefore against public policy. It is limited as to time and space but not as to trade."[^ferrazzini-not-trade]
55
+
56
+ Because reasonableness turns on the facts, it is generally not a question a court can resolve on the pleadings. In *Rivera* itself the Supreme Court set aside a summary judgment, holding that the trial court had foreclosed the evidence needed to decide whether the covenant was reasonable [^rivera-summary-judgment].
57
+
58
+ ## How long and how wide can a Philippine non-compete be? {#duration-geography}
59
+
60
+ **Short answer.** There is no statutory limit, but the durations the Supreme Court has actually upheld are short. In *Tiu*, a two-year non-involvement clause confined to the employer's pre-need industry was held reasonable [^tiu-two-year]. Geography matters too: the Court has said a territorial limitation is necessary so the employee knows what counts as a violation and so the restraint tracks where the employer actually does business [^rivera-territorial].
61
+
62
+ A covenant does not need to limit *both* time and place to survive; a reasonable limitation on either dimension can be enough, as the Court held in 1924 in *Del Castillo v. Richmond* when it upheld a restriction on a pharmacist opening a competing drugstore in the same locality [^delcastillo-time-or-place]. But the absence of any geographic boundary is a serious weakness. In *Rivera*, a one-year ban on joining any competitor bank — with no territorial limit at all — was treated as suspect on its face and could not be enforced without evidence justifying so broad a sweep.
63
+
64
+ "A provision on territorial limitation is necessary to guide an employee of what constitutes as violation of a restrictive covenant and whether the geographic scope is co-extensive with that in which the employer is doing business."[^rivera-territorial]
65
+
66
+ The practical takeaway is that a defensible Philippine covenant looks narrow: a year or two, confined to the employer's actual line of business, and tied to a market where the employer competes — not an open-ended bar on working anywhere for anyone.
67
+
68
+ ## What interest must a Philippine non-compete protect? {#legitimate-interest}
69
+
70
+ **Short answer.** A legitimate business interest — typically confidential strategies, trade secrets, or goodwill the employee was trusted with. The first *Rivera* factor asks exactly that: whether the covenant protects a legitimate business interest of the employer [^q4-rivera-interest]. *Tiu* shows what qualifies: the clause there was upheld because the employee was a senior executive who would otherwise carry the employer's sensitive, industry-specific knowledge straight to a direct competitor [^q4-tiu-trade].
71
+
72
+ The line the courts police is between protecting an asset and merely suppressing a competitor. A restraint built around genuinely confidential information, key client relationships, or specialised training the employer paid for stands on firm ground. A bare desire to keep a former employee out of the market does not. That is also why a confidentiality or non-disclosure obligation — which restricts only the misuse of information, not the right to work — is the most durable protection an employer has, while a blanket bar on competing is the most exposed.
73
+
74
+ > [!CAUTION]
75
+ > **Drafting note.**
76
+ >
77
+ > Anchor the covenant to a specific protectable interest — the confidential strategy, trade secret, or client goodwill the employee actually handled — rather than barring competition in the abstract. A clause framed around a real interest and confined to the employer's line of business is what carried the day in *Tiu*; an untethered ban on working for a competitor is the weakest position [^q4-tiu-trade].
78
+
79
+ ## Can a Philippine court narrow an overbroad non-compete? {#court-narrowing}
80
+
81
+ **Short answer.** There is no established practice of doing so. When the Supreme Court has found a restraint unreasonable, it has treated the covenant as void against public policy — as it did with the five-year, all-trades ban in *Ferrazzini* [^q5-ferrazzini-void] — rather than rewriting it to a reasonable scope. No decision squarely holds whether a Philippine court may instead narrow an overbroad covenant, and the courts have not adopted the judicial-reformation or read-down approach used in some United States states. The safe assumption is therefore that an overbroad clause fails entirely rather than being trimmed.
82
+
83
+ The drafting consequence is the same one that follows from the reasonableness test: each restriction has to be defensible on its own terms, because there is no settled doctrine for a court to salvage an aggressive clause by narrowing it. What a court *can* adjust is the money side. Under the Civil Code a court may equitably reduce a stipulated penalty when it is iniquitous or unconscionable, but in *Tiu* the Court refused to reduce the agreed liquidated damages because the employee had shown no good-faith intention to comply [^q5-tiu-goodfaith].
84
+
85
+ > [!CAUTION]
86
+ > **Drafting note.**
87
+ >
88
+ > Do not draft a deliberately broad non-compete in the hope a court will pare it back. A restraint the Supreme Court has found unreasonable was struck down as contrary to public policy, and no decision establishes that a court will instead narrow an overbroad covenant [^q5-ferrazzini-void], so calibrate the time, trade, and territory to what you can defend as reasonable from the outset.
89
+
90
+ ## Which court hears a Philippine non-compete dispute? {#which-court}
91
+
92
+ **Short answer.** The regular civil courts, not the labor tribunals — when the breach is post-employment. A suit to recover damages for breaching a post-employment non-compete is a civil-law action over which the regular courts, not the Labor Arbiter or the NLRC, have jurisdiction [^daichi-civil]. The Supreme Court has reaffirmed this repeatedly: the covenant takes effect only after the employment relationship ends, so the claim sounds in contract, not labor law [^portillo-civil].
93
+
94
+ This is a recurring trap for employers who assume that anything in an employment contract belongs before the NLRC. It does not. In *Dai-Chi Electronics v. Villarama* and again in *Yusen Air and Sea Service v. Villamor*, the Court routed post-employment non-compete damage claims to the regular courts because they concern the parties' post-employment relations [^yusen-civil].
95
+
96
+ A related consequence is that the employer cannot help itself to the employee's pay. In *Portillo v. Rudolf Lietz, Inc.*, the Court held there was no causal connection between an employee's claim for unpaid wages and the employer's claim for liquidated damages under a goodwill clause, so the two could not be set off against each other [^portillo-no-setoff]. The employer must release the final pay and pursue the non-compete claim as a separate civil action.
97
+
98
+ "Such cause of action is within the realm of Civil Law, and jurisdiction over the controversy belongs to the regular courts. More so when we consider that the stipulation refers to the post-employment relations of the parties."[^daichi-civil]
99
+
100
+ > [!NOTE]
101
+ > **Practice note.**
102
+ >
103
+ > Do not withhold a departing employee's final pay to offset a suspected non-compete breach. Unpaid wages and a liquidated-damages claim arise in different fora with no causal connection between them, so they cannot be set off [^portillo-no-setoff]; release the pay and file the non-compete claim separately in the regular courts.
104
+
105
+ ## What if the employee competed while still employed? {#during-employment}
106
+
107
+ **Short answer.** That changes the analysis. A restraint that operates *during* employment is backed by the employee's duty of loyalty, and the labor tribunals can enforce it as part of a compensation dispute. In *Century Properties v. Babiano*, the Supreme Court upheld the forfeiture of a sales executive's unpaid commissions because he accepted a position with a direct competitor while still employed — a breach of the contract's confidentiality and non-compete clause [^century-violation].
108
+
109
+ The distinction is timing, not labels. *Portillo* keeps post-employment non-compete claims in the regular courts; *Century Properties* shows that when the disloyal competition happens before the employee resigns, an express forfeiture clause can be applied against the unpaid commissions and incentives it covers, within the labor proceeding itself. The clause there spelled out the consequence in plain terms [^century-forfeiture].
110
+
111
+ "Irrefragably, this is a glaring violation of the ‘Confidentiality of Documents and Non-Compete Clause’ in his employment contract with CPI, thus, justifying the forfeiture of his unpaid commissions."[^century-violation]
112
+
113
+ ## Do non-competes apply to independent contractors in the Philippines? {#contractors}
114
+
115
+ **Short answer.** Yes. When the restrained party is an independent contractor rather than an employee, the dispute is handled as an ordinary civil action under the freedom-to-contract principle rather than as a labor case. In *Consulta v. Court of Appeals*, once the Supreme Court found that the managing associate was an independent agent and not an employee, it upheld her one-year exclusivity restriction as a reasonable restriction designed to protect the company's business interest [^consulta-reasonable].
116
+
117
+ The threshold question is status. In *Consulta* the Court held that the managing associate was an independent agent, not an employee [^consulta-status], so the dispute fell to the regular courts as an ordinary civil matter rather than to the labor tribunals. The restriction was also narrow — it barred only competing activity, leaving the associate free to take on non-competing business — and that tailoring is what made it reasonable. *Consulta* is best read for that status point rather than as announcing a separate, more lenient standard for contractor covenants: the later *Tiu* decision cites it under the same time-trade-place reasonableness test applied to employees.
118
+
119
+ ## How is a Philippine non-compete enforced? {#remedies}
120
+
121
+ **Short answer.** By injunction and by damages, including liquidated damages. A continuing breach of a valid negative covenant can be restrained by injunction, because the ongoing harm cannot be adequately repaired through an ordinary damages suit [^ollendorff-injunction]. To avoid having to prove actual loss, employers typically attach a penal clause; under the Civil Code such a penalty substitutes for damages on breach [^civilcode-1226].
122
+
123
+ Injunctive relief has a built-in expiry, though. Once the restraint period itself lapses, a suit for an injunction becomes moot — although a claim for damages already incurred survives [^yusen-moot]. That is one reason liquidated-damages clauses are common: they remain enforceable after the covenant period ends and spare the employer the difficult task of quantifying lost business. As covered above, the courts will enforce a reasonable stipulated penalty, equitably reducing it only in the limited cases the Civil Code allows.
124
+
125
+ "With respect to the contention that an injunction may only be granted to prevent irreparable injury, the answer is that any continuing breach of a valid negative covenant is irreparable by the ordinary process of courts of law."[^ollendorff-injunction]
126
+
127
+ ## Is garden leave allowed in the Philippines? {#garden-leave}
128
+
129
+ **Short answer.** Yes. The Supreme Court has said there is no prohibition under Philippine labor law against a garden-leave clause in an employment contract [^mejila-garden-leave]. Because garden leave keeps the employee on the payroll and bound by the duty of loyalty during the notice period, it is a useful — and lower-risk — alternative to a post-employment restraint, which must instead run the full reasonableness gauntlet.
130
+
131
+ Garden leave operates while the employment relationship still exists, so it does not depend on the restraint-of-trade analysis that governs post-termination covenants. For an employer worried about a departing employee's access to live information, paying the employee through a notice period can protect the business without the enforceability risk that attaches to a non-compete that bites after the job ends.
132
+
133
+ "There is no prohibition under our labor laws against a garden leave clause in an employment contract."[^mejila-garden-leave]
134
+
135
+ ## Does a Philippine non-compete pause or extend if the employee breaches? {#tolling}
136
+
137
+ **Short answer.** The Supreme Court has not addressed it. No Philippine decision holds that the restraint period tolls — pauses and then resumes — while a former employee is in breach or while litigation runs, so a clause that purports to extend the covenant by the length of any breach is untested. An employer should treat the stated period as the maximum and not assume the clock stops while the employee competes.
138
+
139
+ This open question sits in tension with a principle the Court *has* stated. *Rivera* requires a covenant to be drawn so the employee can tell with certainty what counts as a violation and how far the restraint reaches [^q11-rivera-certainty]. An automatic extension-on-breach provision cuts the other way: it leaves the end date contingent on contested conduct, which is exactly the kind of uncertainty the Court has warned against. Until there is direct authority, the safer course is a fixed, defensible period rather than a self-extending one.
140
+
141
+ > [!CAUTION]
142
+ > **Drafting note.**
143
+ >
144
+ > Do not rely on a clause that extends the non-compete by the length of any breach. No Philippine authority validates tolling of the restraint period, and an open-ended end date is in tension with the requirement that the employee be able to tell with certainty what the covenant forbids [^q11-rivera-certainty]. Treat the stated duration as the ceiling.
145
+
146
+ ## Is a non-compete statute coming in the Philippines? {#statutory-outlook}
147
+
148
+ **Short answer.** Not as of June 2026. There is no Philippine statute that bans or specifically regulates employee non-competes; enforceability still turns entirely on the Civil Code and the Supreme Court's reasonableness jurisprudence. The constitutional backdrop reinforces that scrutiny — the 1987 Constitution declares that no combinations in restraint of trade or unfair competition shall be allowed [^consti-art12] — but it is applied as a public-policy lens on contracts, not as a self-executing ban on covenants.
149
+
150
+ Reform of employee non-competes has been a topic of legislative and practitioner discussion, mirroring debates abroad, but no bill specifically regulating them has been enacted or has materially advanced as of June 2026. Until that changes, the framework set out in this note governs, and the Constitution's anti-restraint-of-trade policy functions mainly to sharpen the courts' review of overbroad covenants rather than to supply a fixed rule.
151
+
152
+ > [!NOTE]
153
+ > **Practice note.**
154
+ >
155
+ > Do not draft to an anticipated Philippine non-compete statute. None is in force as of June 2026, so enforceability still rests entirely on the Civil Code and the courts' reasonableness test, read against the Constitution's policy that no combinations in restraint of trade shall be allowed [^consti-art12].
156
+
157
+ [^about]: By Steven Obiajulu, J.D. Published by [openagreements.org](https://openagreements.org) · Maintained by [UseJunior](https://usejunior.com). Last reviewed 2026-06-03. License: CC BY 4.0. Steven Obiajulu, J.D. is admitted in New York, not Philippines. This article synthesizes Philippines primary law and is not legal advice from a Philippines-admitted attorney. This article is for informational purposes only and does not create an attorney-client relationship.
158
+
159
+ [^civilcode-1306]: **Civil Code of the Philippines (RA 386), Art. 1306** — "Article 1306. The contracting parties may establish such stipulations, clauses, terms and conditions as they may deem convenient, provided they are not contrary to law, morals, good customs, public order, or public policy." *Civil Code of the Philippines, Republic Act No. 386, Art. 1306.* <https://lawphil.net/statutes/repacts/ra1949/ra_386_1949.html>
160
+
161
+ [^tiu-time-trade-place]: **Tiu v. Platinum Plans Phil., Inc.** — "Conformably then with the aforementioned pronouncements, a non-involvement clause is not necessarily void for being in restraint of trade as long as there are reasonable limitations as to time, trade, and place." *Tiu v. Platinum Plans Phil., Inc., G.R. No. 163512, Feb. 28, 2007.* <https://lawphil.net/judjuris/juri2007/feb2007/gr_163512_2007.html>
162
+
163
+ [^tiu-force-of-law]: **Tiu v. Platinum Plans Phil., Inc.** — "Not being contrary to public policy, the non-involvement clause, which petitioner and respondent freely agreed upon, has the force of law between them, and thus, should be complied with in good faith." *Tiu v. Platinum Plans Phil., Inc., G.R. No. 163512, Feb. 28, 2007.* <https://lawphil.net/judjuris/juri2007/feb2007/gr_163512_2007.html>
164
+
165
+ [^rivera-five-factors]: **Rivera v. Solidbank Corp.** — "Thus, in determining whether the contract is reasonable or not, the trial court should consider the following factors: (a) whether the covenant protects a legitimate business interest of the employer; (b) whether the covenant creates an undue burden on the employee; (c) whether the covenant is injurious to the public welfare; (d) whether the time and territorial limitations contained in the covenant are reasonable; and (e) whether the restraint is reasonable from the standpoint of public policy." *Rivera v. Solidbank Corp., G.R. No. 163269, Apr. 19, 2006.* <https://lawphil.net/judjuris/juri2006/apr2006/gr_163269_2006.html>
166
+
167
+ [^ferrazzini-not-trade]: **Ferrazzini v. Gsell** — "The contract under consideration, tested by the law, rules and principles above set forth, is clearly one in undue or unreasonable restraint of trade and therefore against public policy. It is limited as to time and space but not as to trade." *Ferrazzini v. Gsell, G.R. No. L-10712, Aug. 10, 1916.* <https://lawphil.net/judjuris/juri1916/aug1916/gr_l-10712_1916.html>
168
+
169
+ [^rivera-summary-judgment]: **Rivera v. Solidbank Corp.** — "There is no factual basis for the trial court's ruling, for the simple reason that it rendered summary judgment and thereby foreclosed the presentation of evidence by the parties to prove whether the restrictive covenant is reasonable or not." *Rivera v. Solidbank Corp., G.R. No. 163269, Apr. 19, 2006.* <https://lawphil.net/judjuris/juri2006/apr2006/gr_163269_2006.html>
170
+
171
+ [^tiu-two-year]: **Tiu v. Platinum Plans Phil., Inc.** — "In this case, the non-involvement clause has a time limit: two years from the time petitioner's employment with respondent ends." *Tiu v. Platinum Plans Phil., Inc., G.R. No. 163512, Feb. 28, 2007.* <https://lawphil.net/judjuris/juri2007/feb2007/gr_163512_2007.html>
172
+
173
+ [^rivera-territorial]: **Rivera v. Solidbank Corp.** — "A provision on territorial limitation is necessary to guide an employee of what constitutes as violation of a restrictive covenant and whether the geographic scope is co-extensive with that in which the employer is doing business." *Rivera v. Solidbank Corp., G.R. No. 163269, Apr. 19, 2006.* <https://lawphil.net/judjuris/juri2006/apr2006/gr_163269_2006.html>
174
+
175
+ [^delcastillo-time-or-place]: **Del Castillo v. Richmond** — "Later cases, and we think the rule is now well established, have held that a contract in restraint of trade is valid providing there is a limitation upon either time or place." *Del Castillo v. Richmond, G.R. No. L-21127, Feb. 9, 1924.* <https://lawphil.net/judjuris/juri1924/feb1924/gr_21127_1924.html>
176
+
177
+ [^q4-rivera-interest]: **Rivera v. Solidbank Corp.** — "Thus, in determining whether the contract is reasonable or not, the trial court should consider the following factors: (a) whether the covenant protects a legitimate business interest of the employer; (b) whether the covenant creates an undue burden on the employee; (c) whether the covenant is injurious to the public welfare; (d) whether the time and territorial limitations contained in the covenant are reasonable; and (e) whether the restraint is reasonable from the standpoint of public policy." *Rivera v. Solidbank Corp., G.R. No. 163269, Apr. 19, 2006.* <https://lawphil.net/judjuris/juri2006/apr2006/gr_163269_2006.html>
178
+
179
+ [^q4-tiu-trade]: **Tiu v. Platinum Plans Phil., Inc.** — "It is also limited as to trade, since it only prohibits petitioner from engaging in any pre-need business akin to respondent's." *Tiu v. Platinum Plans Phil., Inc., G.R. No. 163512, Feb. 28, 2007.* <https://lawphil.net/judjuris/juri2007/feb2007/gr_163512_2007.html>
180
+
181
+ [^q5-ferrazzini-void]: **Ferrazzini v. Gsell** — "The contract under consideration, tested by the law, rules and principles above set forth, is clearly one in undue or unreasonable restraint of trade and therefore against public policy. It is limited as to time and space but not as to trade." *Ferrazzini v. Gsell, G.R. No. L-10712, Aug. 10, 1916.* <https://lawphil.net/judjuris/juri1916/aug1916/gr_l-10712_1916.html>
182
+
183
+ [^q5-tiu-goodfaith]: **Tiu v. Platinum Plans Phil., Inc.** — "Not being contrary to public policy, the non-involvement clause, which petitioner and respondent freely agreed upon, has the force of law between them, and thus, should be complied with in good faith." *Tiu v. Platinum Plans Phil., Inc., G.R. No. 163512, Feb. 28, 2007.* <https://lawphil.net/judjuris/juri2007/feb2007/gr_163512_2007.html>
184
+
185
+ [^daichi-civil]: **Dai-Chi Electronics Mfg. Corp. v. Villarama** — "Such cause of action is within the realm of Civil Law, and jurisdiction over the controversy belongs to the regular courts. More so when we consider that the stipulation refers to the post-employment relations of the parties." *Dai-Chi Electronics Mfg. Corp. v. Villarama, G.R. No. 112940, Nov. 21, 1994.* <https://lawphil.net/judjuris/juri1994/nov1994/gr_112940_1994.html>
186
+
187
+ [^portillo-civil]: **Portillo v. Rudolf Lietz, Inc.** — "In accordance with jurisprudence, breach of the undertaking is a civil law dispute, not a labor law case." *Portillo v. Rudolf Lietz, Inc., G.R. No. 196539, Oct. 10, 2012.* <https://lawphil.net/judjuris/juri2012/oct2012/gr_196539_2012.html>
188
+
189
+ [^yusen-civil]: **Yusen Air & Sea Service Phils., Inc. v. Villamor** — "It merely seeks to recover damages based on the parties' contract of employment as redress for respondent's breach thereof. Such cause of action is within the realm of Civil Law, and jurisdiction over the controversy belongs to the regular courts." *Yusen Air & Sea Service Phils., Inc. v. Villamor, G.R. No. 154060, Aug. 16, 2005.* <https://lawphil.net/judjuris/juri2005/aug2005/gr_154060_2005.html>
190
+
191
+ [^portillo-no-setoff]: **Portillo v. Rudolf Lietz, Inc.** — "There is no causal connection between the petitioner employees' claim for unpaid wages and the respondent employers' claim for damages for the alleged ‘Goodwill Clause’ violation." *Portillo v. Rudolf Lietz, Inc., G.R. No. 196539, Oct. 10, 2012.* <https://lawphil.net/judjuris/juri2012/oct2012/gr_196539_2012.html>
192
+
193
+ [^century-violation]: **Century Properties, Inc. v. Babiano** — "Irrefragably, this is a glaring violation of the ‘Confidentiality of Documents and Non-Compete Clause’ in his employment contract with CPI, thus, justifying the forfeiture of his unpaid commissions." *Century Properties, Inc. v. Babiano, G.R. No. 220978, July 5, 2016.* <https://lawphil.net/judjuris/juri2016/jul2016/gr_220978_2016.html>
194
+
195
+ [^century-forfeiture]: **Century Properties, Inc. v. Babiano** — "Finally, if undersigned breaches any terms of this contract, forms of compensation including commissions and incentives will be forfeited." *Century Properties, Inc. v. Babiano, G.R. No. 220978, July 5, 2016.* <https://lawphil.net/judjuris/juri2016/jul2016/gr_220978_2016.html>
196
+
197
+ [^consulta-reasonable]: **Consulta v. Court of Appeals** — "The exclusivity provision was a reasonable restriction designed to prevent similar acts prejudicial to Pamana's business interest." *Consulta v. Court of Appeals, G.R. No. 145443, Mar. 18, 2005.* <https://lawphil.net/judjuris/juri2005/mar2005/gr_145443_2005.html>
198
+
199
+ [^consulta-status]: **Consulta v. Court of Appeals** — "Consulta was an independent agent and not an employee of Pamana." *Consulta v. Court of Appeals, G.R. No. 145443, Mar. 18, 2005.* <https://lawphil.net/judjuris/juri2005/mar2005/gr_145443_2005.html>
200
+
201
+ [^ollendorff-injunction]: **Ollendorff v. Abrahamson** — "With respect to the contention that an injunction may only be granted to prevent irreparable injury, the answer is that any continuing breach of a valid negative covenant is irreparable by the ordinary process of courts of law." *Ollendorff v. Abrahamson, G.R. No. 13228, Sept. 13, 1918.* <https://lawphil.net/judjuris/juri1918/sep1918/gr_13228_1918.html>
202
+
203
+ [^civilcode-1226]: **Civil Code of the Philippines (RA 386), Art. 1226** — "Article 1226. In obligations with a penal clause, the penalty shall substitute the indemnity for damages and the payment of interests in case of noncompliance, if there is no stipulation to the contrary." *Civil Code of the Philippines, Republic Act No. 386, Art. 1226.* <https://lawphil.net/statutes/repacts/ra1949/ra_386_1949.html>
204
+
205
+ [^yusen-moot]: **Yusen Air & Sea Service Phils., Inc. v. Villamor** — "Necessarily, upon the expiration of said period, a suit seeking the issuance of a writ of injunction becomes functus oficio and therefore moot." *Yusen Air & Sea Service Phils., Inc. v. Villamor, G.R. No. 154060, Aug. 16, 2005.* <https://lawphil.net/judjuris/juri2005/aug2005/gr_154060_2005.html>
206
+
207
+ [^mejila-garden-leave]: **Mejila v. Wrigley Philippines, Inc.** — "There is no prohibition under our labor laws against a garden leave clause in an employment contract." *Mejila v. Wrigley Philippines, Inc., G.R. Nos. 199469 & 199505, Sept. 11, 2019.* <https://lawphil.net/judjuris/juri2019/sep2019/gr_199469_2019.html>
208
+
209
+ [^q11-rivera-certainty]: **Rivera v. Solidbank Corp.** — "A provision on territorial limitation is necessary to guide an employee of what constitutes as violation of a restrictive covenant and whether the geographic scope is co-extensive with that in which the employer is doing business." *Rivera v. Solidbank Corp., G.R. No. 163269, Apr. 19, 2006.* <https://lawphil.net/judjuris/juri2006/apr2006/gr_163269_2006.html>
210
+
211
+ [^consti-art12]: **1987 Constitution, Article XII, Section 19** — "No combinations in restraint of trade or unfair competition shall be allowed." *1987 Constitution, Art. XII, Sec. 19.* <https://lawphil.net/consti/cons1987.html>