methodproof 0.7.10__tar.gz → 0.7.11__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.
- {methodproof-0.7.10 → methodproof-0.7.11}/PKG-INFO +1 -1
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/cli.py +10 -1
- {methodproof-0.7.10 → methodproof-0.7.11}/pyproject.toml +1 -1
- {methodproof-0.7.10 → methodproof-0.7.11}/uv.lock +1 -1
- {methodproof-0.7.10 → methodproof-0.7.11}/.github/workflows/ci.yml +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/.gitignore +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/CHANGELOG.md +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/LICENSE +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/README.md +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/__init__.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/__main__.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/_daemon.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/agents/__init__.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/agents/base.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/agents/music.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/agents/terminal.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/agents/watcher.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/analysis.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/binding.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/bip39.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/bridge.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/config.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/crypto.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/e2e.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/graph.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hook.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/__init__.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/claude_code.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/claude_code.sh +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/cline_hook.sh +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/codex_hook.sh +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/gemini_hook.sh +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/install.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/kiro_hook.sh +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/mcp_register.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/openclaw/HOOK.md +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/openclaw/handler.ts +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/openclaw_install.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/opencode_plugin.js +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/hooks/wrappers.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/integrity.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/kdf.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/keychain.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/live.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/lock.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/mcp.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/migrate_db.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/proxy.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/proxy_daemon.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/repos.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/skills/methodproof/SKILL.md +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/store.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/sync.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/viewer.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/methodproof/wordlist.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/test_windows_compat.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/__init__.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/conftest.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_analysis.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_auth.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_config.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_helpers.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_session.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_share.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_start.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_cli_update.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_e2e_integration.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_graph.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_hooks.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_live.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_openclaw_hooks.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_profiles.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_security.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_store.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_sync.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_viewer.py +0 -0
- {methodproof-0.7.10 → methodproof-0.7.11}/tests/test_wrappers.py +0 -0
|
@@ -448,7 +448,14 @@ def cmd_init(args: argparse.Namespace) -> None:
|
|
|
448
448
|
print("Signing key: exists")
|
|
449
449
|
|
|
450
450
|
_print_intro()
|
|
451
|
-
print("
|
|
451
|
+
print(" To activate now: eval \"$(methodproof shell-hook)\"")
|
|
452
|
+
print(" Or restart your shell, then run: mp start\n")
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
def cmd_shell_hook(_args: argparse.Namespace) -> None:
|
|
456
|
+
"""Print the shell hook text for the current shell (for eval)."""
|
|
457
|
+
_, hook_text = hook.get_shell_rc()
|
|
458
|
+
print(hook_text.strip())
|
|
452
459
|
|
|
453
460
|
|
|
454
461
|
def _print_commands() -> None:
|
|
@@ -1959,6 +1966,7 @@ def main() -> None:
|
|
|
1959
1966
|
|
|
1960
1967
|
s = sub.add_parser("init", help="Install shell hook")
|
|
1961
1968
|
s.add_argument("--force", action="store_true", help="Re-run all setup prompts from scratch")
|
|
1969
|
+
sub.add_parser("shell-hook", help="Print shell hook for eval (activates without restart)")
|
|
1962
1970
|
s = sub.add_parser("start", help="Start recording")
|
|
1963
1971
|
s.add_argument("--dir", help="Directory to watch")
|
|
1964
1972
|
s.add_argument("--repo", help="Git remote URL (overrides auto-detect)")
|
|
@@ -2053,6 +2061,7 @@ def main() -> None:
|
|
|
2053
2061
|
"e2e": lambda a: __import__("methodproof.e2e", fromlist=["cmd_e2e"]).cmd_e2e(a),
|
|
2054
2062
|
"intro": lambda _: _print_intro(),
|
|
2055
2063
|
"help": lambda _: _print_commands(),
|
|
2064
|
+
"shell-hook": cmd_shell_hook,
|
|
2056
2065
|
"mcp-serve": cmd_mcp_serve,
|
|
2057
2066
|
"proxy": lambda a: __import__("methodproof.proxy", fromlist=["cmd_proxy"]).cmd_proxy(a),
|
|
2058
2067
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "methodproof"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.11"
|
|
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"]
|
|
@@ -966,7 +966,7 @@ wheels = [
|
|
|
966
966
|
|
|
967
967
|
[[package]]
|
|
968
968
|
name = "methodproof"
|
|
969
|
-
version = "0.7.
|
|
969
|
+
version = "0.7.11"
|
|
970
970
|
source = { editable = "." }
|
|
971
971
|
dependencies = [
|
|
972
972
|
{ name = "cryptography", version = "44.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|