methodproof 0.5.2__tar.gz → 0.5.5__tar.gz

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 (65) hide show
  1. methodproof-0.5.5/LICENSE +62 -0
  2. {methodproof-0.5.2 → methodproof-0.5.5}/PKG-INFO +1 -1
  3. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/__init__.py +1 -1
  4. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/cli.py +3 -3
  5. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/config.py +2 -3
  6. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/claude_code.py +1 -1
  7. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/claude_code.sh +1 -1
  8. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/sync.py +22 -14
  9. {methodproof-0.5.2 → methodproof-0.5.5}/pyproject.toml +1 -1
  10. methodproof-0.5.2/LICENSE +0 -190
  11. {methodproof-0.5.2 → methodproof-0.5.5}/.github/workflows/ci.yml +0 -0
  12. {methodproof-0.5.2 → methodproof-0.5.5}/.gitignore +0 -0
  13. {methodproof-0.5.2 → methodproof-0.5.5}/CHANGELOG.md +0 -0
  14. {methodproof-0.5.2 → methodproof-0.5.5}/README.md +0 -0
  15. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/__main__.py +0 -0
  16. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/_daemon.py +0 -0
  17. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/agents/__init__.py +0 -0
  18. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/agents/base.py +0 -0
  19. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/agents/music.py +0 -0
  20. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/agents/terminal.py +0 -0
  21. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/agents/watcher.py +0 -0
  22. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/analysis.py +0 -0
  23. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/binding.py +0 -0
  24. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/bip39.py +0 -0
  25. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/bridge.py +0 -0
  26. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/crypto.py +0 -0
  27. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/graph.py +0 -0
  28. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hook.py +0 -0
  29. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/__init__.py +0 -0
  30. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/cline_hook.sh +0 -0
  31. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/codex_hook.sh +0 -0
  32. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/gemini_hook.sh +0 -0
  33. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/install.py +0 -0
  34. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/kiro_hook.sh +0 -0
  35. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/mcp_register.py +0 -0
  36. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/openclaw/HOOK.md +0 -0
  37. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/openclaw/handler.ts +0 -0
  38. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/openclaw_install.py +0 -0
  39. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/opencode_plugin.js +0 -0
  40. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/hooks/wrappers.py +0 -0
  41. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/integrity.py +0 -0
  42. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/kdf.py +0 -0
  43. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/keychain.py +0 -0
  44. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/live.py +0 -0
  45. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/lock.py +0 -0
  46. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/mcp.py +0 -0
  47. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/migrate_db.py +0 -0
  48. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/proxy.py +0 -0
  49. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/proxy_daemon.py +0 -0
  50. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/repos.py +0 -0
  51. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/skills/methodproof/SKILL.md +0 -0
  52. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/store.py +0 -0
  53. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/viewer.py +0 -0
  54. {methodproof-0.5.2 → methodproof-0.5.5}/methodproof/wordlist.py +0 -0
  55. {methodproof-0.5.2 → methodproof-0.5.5}/test_windows_compat.py +0 -0
  56. {methodproof-0.5.2 → methodproof-0.5.5}/tests/__init__.py +0 -0
  57. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_analysis.py +0 -0
  58. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_graph.py +0 -0
  59. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_hooks.py +0 -0
  60. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_live.py +0 -0
  61. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_openclaw_hooks.py +0 -0
  62. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_security.py +0 -0
  63. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_store.py +0 -0
  64. {methodproof-0.5.2 → methodproof-0.5.5}/tests/test_wrappers.py +0 -0
  65. {methodproof-0.5.2 → methodproof-0.5.5}/uv.lock +0 -0
@@ -0,0 +1,62 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: MethodProof, Inc.
6
+ Licensed Work: MethodProof CLI
7
+ The Licensed Work is (c) 2026 MethodProof, Inc.
8
+ Additional Use Grant: You may make use of the Licensed Work, provided that
9
+ you may not use the Licensed Work for a Competing
10
+ Product. A "Competing Product" is a product or service
11
+ that is offered to third parties as an engineering
12
+ process intelligence, engineering assessment, or
13
+ engineering telemetry capture platform.
14
+ Change Date: 2029-04-06
15
+ Change License: Apache License, Version 2.0
16
+
17
+ For information about alternative licensing arrangements for the Licensed Work,
18
+ please contact legal@methodproof.com.
19
+
20
+ Notice
21
+
22
+ Business Source License 1.1 (the "License")
23
+
24
+ The Licensor hereby grants you the right to copy, modify, create derivative
25
+ works, redistribute, and make non-production use of the Licensed Work. The
26
+ Licensor may make an Additional Use Grant, above, permitting limited
27
+ production use.
28
+
29
+ Effective on the Change Date, or the fourth anniversary of the first publicly
30
+ available distribution of a specific version of the Licensed Work under this
31
+ License, whichever comes first, the Licensor hereby grants you rights under
32
+ the terms of the Change License, and the rights granted in the paragraph
33
+ above terminate.
34
+
35
+ If your use of the Licensed Work does not comply with the requirements
36
+ currently in effect as described in this License, you must purchase a
37
+ commercial license from the Licensor, its affiliated entities, or authorized
38
+ resellers, or you must refrain from using the Licensed Work.
39
+
40
+ All copies of the original and modified Licensed Work, and derivative works
41
+ of the Licensed Work, are subject to this License. This License applies
42
+ separately for each version of the Licensed Work and the Change Date may vary
43
+ for each version of the Licensed Work released by Licensor.
44
+
45
+ You must conspicuously display this License on each original or modified copy
46
+ of the Licensed Work. If you receive the Licensed Work in original or
47
+ modified form from a third party, the terms and conditions set forth in this
48
+ License apply to your use of that work.
49
+
50
+ Any use of the Licensed Work in violation of this License will automatically
51
+ terminate your rights under this License for the current and all other
52
+ versions of the Licensed Work.
53
+
54
+ This License does not grant you any right in any trademark or logo of
55
+ Licensor or its affiliates (provided that you may use a trademark or logo of
56
+ Licensor as expressly required by this License).
57
+
58
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
59
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
60
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
61
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
62
+ TITLE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: methodproof
3
- Version: 0.5.2
3
+ Version: 0.5.5
4
4
  Summary: See how you code. Capture and visualize your engineering process.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -1,3 +1,3 @@
1
1
  """MethodProof — see how you code."""
2
2
 
3
- __version__ = "0.5.0"
3
+ __version__ = "0.5.5"
@@ -101,7 +101,7 @@ def _print_intro() -> None:
101
101
  print(f" {D}3.{R} {G}mp stop{R} build your process graph")
102
102
  print(f" {D}4.{R} {G}mp push{R} upload to your profile")
103
103
  print()
104
- print(f" {D}Publish anonymously (Pro) or contribute to research.{R}")
104
+ print(f" {D}Your process is worth studying.{R}")
105
105
  print(f" {D}All data stays local until you push.{R}\n")
106
106
 
107
107
 
@@ -123,7 +123,7 @@ def _print_intro_plain() -> None:
123
123
  print(" 3. mp stop build your process graph")
124
124
  print(" 4. mp push upload to your profile")
125
125
  print()
126
- print(" Publish anonymously (Pro) or contribute to research.")
126
+ print(" Your process is worth studying.")
127
127
  print(" All data stays local until you push.\n")
128
128
 
129
129
 
@@ -163,7 +163,7 @@ def _print_journal_intro(credits: int) -> None:
163
163
  def _run_consent(cfg: dict) -> dict:
164
164
  """Simplified consent flow: accept defaults or customize."""
165
165
  print(f"\n{_banner()}\n")
166
- print(" Built by engineers, for engineers.\n")
166
+ print(" Welcome, fellow researcher.\n")
167
167
  print(" All data stays local in ~/.methodproof/. Nothing leaves your")
168
168
  print(" machine unless you explicitly run `mp push` or `mp publish`.\n")
169
169
  print(" MethodProof records structural metadata about your workflow:")
@@ -79,7 +79,6 @@ JOURNAL_CONTENT_FIELDS: list[tuple[str, str]] = [
79
79
  # AI prompts — full prompt text
80
80
  ("llm_prompt", "prompt_text"),
81
81
  ("agent_prompt", "prompt_preview"),
82
- ("user_prompt", "prompt_preview"),
83
82
  # AI responses — full completion text
84
83
  ("llm_completion", "response_text"),
85
84
  ("agent_completion", "response_preview"),
@@ -105,8 +104,8 @@ JOURNAL_CONTENT_FIELDS: list[tuple[str, str]] = [
105
104
  ("browser_copy", "text_snippet"),
106
105
  ("browser_ai_chat", "detected_input"),
107
106
  ("browser_ai_chat", "url"),
108
- # Inline completions provider detail
109
- ("inline_completion_accepted", "text_length"),
107
+ # Taskssubject reveals intent
108
+ ("task_created", "subject"),
110
109
  ]
111
110
 
112
111
 
@@ -45,7 +45,7 @@ _META_EXTRACTORS = {
45
45
  "PostToolUse": lambda d: {"tool": _TOOL, "tool_name": d.get("tool_name", "unknown"), "success": True},
46
46
  "SubagentStart": lambda d: {"tool": _TOOL, "agent_type": d.get("agent_type", "unknown"), "agent_id": d.get("agent_id", "")},
47
47
  "SubagentStop": lambda d: {"tool": _TOOL, "agent_type": d.get("agent_type", "unknown"), "agent_id": d.get("agent_id", "")},
48
- "TaskCreated": lambda d: {"tool": _TOOL, "task_id": d.get("task_id", ""), "subject": d.get("subject", "")},
48
+ "TaskCreated": lambda d: {"tool": _TOOL, "task_id": d.get("task_id", ""), "subject": d.get("task_subject", "")},
49
49
  "TaskCompleted": lambda d: {"tool": _TOOL, "task_id": d.get("task_id", "")},
50
50
  "SessionStart": lambda d: {"tool": _TOOL, "session_id": d.get("session_id", ""), "cwd": d.get("cwd", "")},
51
51
  }
@@ -51,7 +51,7 @@ if command -v jq >/dev/null 2>&1; then
51
51
  ;;
52
52
  TaskCreated)
53
53
  TYPE="task_created"
54
- META=$(echo "$INPUT" | jq -c '{task_id: (.task_id // ""), subject: (.subject // "")}' 2>/dev/null || echo '{}')
54
+ META=$(echo "$INPUT" | jq -c '{task_id: (.task_id // ""), subject: (.task_subject // "")}' 2>/dev/null || echo '{}')
55
55
  ;;
56
56
  TaskCompleted)
57
57
  TYPE="task_completed"
@@ -102,20 +102,28 @@ def push(session_id: str, token: str, api_url: str) -> str:
102
102
  event_hashes = store.get_event_hashes(session_id)
103
103
  hash_lookup = {h["event_id"]: h["hash"] for h in event_hashes}
104
104
  total = len(events)
105
- for i in range(0, total, 100):
106
- batch = events[i:i + 100]
107
- payload = [{"id": e["id"], "type": e["type"],
108
- "timestamp": _iso(e["timestamp"]),
109
- "timestamp_raw": e["timestamp"],
110
- "duration_ms": int(e["duration_ms"]),
111
- "metadata": json.loads(e["metadata"]),
112
- "hash": hash_lookup.get(e["id"], "")}
113
- for e in batch]
114
- _request("POST", f"/sessions/{remote_id}/events", api_url, token,
115
- {"events": payload})
116
- done = min(i + 100, total)
117
- print(f"\r Uploading: {done}/{total} events", end="", flush=True)
118
- print()
105
+ try:
106
+ for i in range(0, total, 100):
107
+ batch = events[i:i + 100]
108
+ payload = [{"id": e["id"], "type": e["type"],
109
+ "timestamp": _iso(e["timestamp"]),
110
+ "timestamp_raw": e["timestamp"],
111
+ "duration_ms": int(e["duration_ms"]),
112
+ "metadata": json.loads(e["metadata"]),
113
+ "hash": hash_lookup.get(e["id"], "")}
114
+ for e in batch]
115
+ _request("POST", f"/sessions/{remote_id}/events", api_url, token,
116
+ {"events": payload})
117
+ done = min(i + 100, total)
118
+ print(f"\r Uploading: {done}/{total} events", end="", flush=True)
119
+ print()
120
+ except SystemExit:
121
+ # Event upload failed — abandon the remote session so it doesn't show as LIVE
122
+ try:
123
+ _request("PUT", f"/personal/sessions/{remote_id}/abandon", api_url, token)
124
+ except Exception:
125
+ pass
126
+ raise
119
127
 
120
128
  # Attestation (if signing key available)
121
129
  from methodproof.integrity import has_keypair
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "methodproof"
3
- version = "0.5.2"
3
+ version = "0.5.5"
4
4
  description = "See how you code. Capture and visualize your engineering process."
5
5
  requires-python = ">=3.11"
6
6
  dependencies = ["watchdog>=4.0", "websocket-client>=1.7", "cryptography>=43.0", "keyring>=25.0"]
methodproof-0.5.2/LICENSE DELETED
@@ -1,190 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to the Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by the Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding any notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- Copyright 2026 MethodProof, Inc.
179
-
180
- Licensed under the Apache License, Version 2.0 (the "License");
181
- you may not use this file except in compliance with the License.
182
- You may obtain a copy of the License at
183
-
184
- http://www.apache.org/licenses/LICENSE-2.0
185
-
186
- Unless required by applicable law or agreed to in writing, software
187
- distributed under the License is distributed on an "AS IS" BASIS,
188
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
- See the License for the specific language governing permissions and
190
- limitations under the License.
File without changes
File without changes
File without changes
File without changes