camoufox-mcp-python 0.1.0__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 (44) hide show
  1. camoufox_mcp_python-0.1.0/.claude/CLAUDE.md +85 -0
  2. camoufox_mcp_python-0.1.0/.claude/settings.local.json +20 -0
  3. camoufox_mcp_python-0.1.0/.gitignore +33 -0
  4. camoufox_mcp_python-0.1.0/.omc/plans/camoufox-mcp-v1.md +577 -0
  5. camoufox_mcp_python-0.1.0/.omc/plans/open-questions.md +13 -0
  6. camoufox_mcp_python-0.1.0/.omc/project-memory.json +161 -0
  7. camoufox_mcp_python-0.1.0/.omc/sessions/28192dc1-38d7-40e3-b4b2-31b1cce3b647.json +8 -0
  8. camoufox_mcp_python-0.1.0/.omc/sessions/42a7dca2-653f-4377-a4d0-db7f0ad6d74b.json +8 -0
  9. camoufox_mcp_python-0.1.0/.omc/sessions/6fead7de-ff1d-408f-82dc-ba3db4d0166f.json +8 -0
  10. camoufox_mcp_python-0.1.0/.omc/sessions/6ffc8634-2877-41dd-81e8-c5a73cc463de.json +8 -0
  11. camoufox_mcp_python-0.1.0/.omc/sessions/8302c059-65c0-4ed7-846f-7f7653df71d9.json +8 -0
  12. camoufox_mcp_python-0.1.0/.omc/sessions/8730a904-3c21-4c22-860e-18b60f1ffb35.json +8 -0
  13. camoufox_mcp_python-0.1.0/.omc/sessions/ab0bd520-f41c-4782-8d59-15f645373a5c.json +8 -0
  14. camoufox_mcp_python-0.1.0/.omc/sessions/b317b901-1d92-4ea0-b851-4e30395631a5.json +8 -0
  15. camoufox_mcp_python-0.1.0/.omc/specs/deep-interview-camoufox-mcp.md +369 -0
  16. camoufox_mcp_python-0.1.0/.omc/state/agent-replay-6fead7de-ff1d-408f-82dc-ba3db4d0166f.jsonl +2 -0
  17. camoufox_mcp_python-0.1.0/.omc/state/agent-replay-8730a904-3c21-4c22-860e-18b60f1ffb35.jsonl +12 -0
  18. camoufox_mcp_python-0.1.0/.omc/state/agent-replay-b317b901-1d92-4ea0-b851-4e30395631a5.jsonl +20 -0
  19. camoufox_mcp_python-0.1.0/.omc/state/idle-notif-cooldown.json +3 -0
  20. camoufox_mcp_python-0.1.0/.omc/state/last-tool-error.json +7 -0
  21. camoufox_mcp_python-0.1.0/.omc/state/sessions/di-camoufox-mcp-001/deep-interview-state.json +13 -0
  22. camoufox_mcp_python-0.1.0/PKG-INFO +111 -0
  23. camoufox_mcp_python-0.1.0/README.md +99 -0
  24. camoufox_mcp_python-0.1.0/RELEASING.md +72 -0
  25. camoufox_mcp_python-0.1.0/camoufox_mcp/__init__.py +3 -0
  26. camoufox_mcp_python-0.1.0/camoufox_mcp/__main__.py +79 -0
  27. camoufox_mcp_python-0.1.0/camoufox_mcp/config.py +170 -0
  28. camoufox_mcp_python-0.1.0/camoufox_mcp/context.py +289 -0
  29. camoufox_mcp_python-0.1.0/camoufox_mcp/response.py +125 -0
  30. camoufox_mcp_python-0.1.0/camoufox_mcp/server.py +29 -0
  31. camoufox_mcp_python-0.1.0/camoufox_mcp/snapshot.py +43 -0
  32. camoufox_mcp_python-0.1.0/camoufox_mcp/tab.py +346 -0
  33. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/__init__.py +17 -0
  34. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/common_tools.py +70 -0
  35. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/dangerous_tools.py +43 -0
  36. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/decorators.py +98 -0
  37. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/file_tools.py +58 -0
  38. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/input_tools.py +96 -0
  39. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/navigate_tools.py +51 -0
  40. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/page_tools.py +98 -0
  41. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/snapshot_tools.py +123 -0
  42. camoufox_mcp_python-0.1.0/camoufox_mcp/tools/tab_tools.py +37 -0
  43. camoufox_mcp_python-0.1.0/pyproject.toml +25 -0
  44. camoufox_mcp_python-0.1.0/scripts/release_check.sh +47 -0
@@ -0,0 +1,85 @@
1
+ <\!-- OMC:START -->
2
+ <!-- OMC:VERSION:4.8.0 -->
3
+
4
+ # oh-my-claudecode - Intelligent Multi-Agent Orchestration
5
+
6
+ You are running with oh-my-claudecode (OMC), a multi-agent orchestration layer for Claude Code.
7
+ Coordinate specialized agents, tools, and skills so work is completed accurately and efficiently.
8
+
9
+ <operating_principles>
10
+ - Delegate specialized work to the most appropriate agent.
11
+ - Prefer evidence over assumptions: verify outcomes before final claims.
12
+ - Choose the lightest-weight path that preserves quality.
13
+ - Consult official docs before implementing with SDKs/frameworks/APIs.
14
+ </operating_principles>
15
+
16
+ <delegation_rules>
17
+ Delegate for: multi-file changes, refactors, debugging, reviews, planning, research, verification.
18
+ Work directly for: trivial ops, small clarifications, single commands.
19
+ Route code to `executor` (use `model=opus` for complex work). Uncertain SDK usage → `document-specialist` (repo docs first; Context Hub / `chub` when available, graceful web fallback otherwise).
20
+ </delegation_rules>
21
+
22
+ <model_routing>
23
+ `haiku` (quick lookups), `sonnet` (standard), `opus` (architecture, deep analysis).
24
+ Direct writes OK for: `~/.claude/**`, `.omc/**`, `.claude/**`, `CLAUDE.md`, `AGENTS.md`.
25
+ </model_routing>
26
+
27
+ <agent_catalog>
28
+ Prefix: `oh-my-claudecode:`. See `agents/*.md` for full prompts.
29
+
30
+ explore (haiku), analyst (opus), planner (opus), architect (opus), debugger (sonnet), executor (sonnet), verifier (sonnet), tracer (sonnet), security-reviewer (sonnet), code-reviewer (opus), test-engineer (sonnet), designer (sonnet), writer (haiku), qa-tester (sonnet), scientist (sonnet), document-specialist (sonnet), git-master (sonnet), code-simplifier (opus), critic (opus)
31
+ </agent_catalog>
32
+
33
+ <tools>
34
+ External AI: `/team N:executor "task"`, `omc team N:codex|gemini "..."`, `omc ask <claude|codex|gemini>`, `/ccg`
35
+ OMC State: `state_read`, `state_write`, `state_clear`, `state_list_active`, `state_get_status`
36
+ Teams: `TeamCreate`, `TeamDelete`, `SendMessage`, `TaskCreate`, `TaskList`, `TaskGet`, `TaskUpdate`
37
+ Notepad: `notepad_read`, `notepad_write_priority`, `notepad_write_working`, `notepad_write_manual`
38
+ Project Memory: `project_memory_read`, `project_memory_write`, `project_memory_add_note`, `project_memory_add_directive`
39
+ Code Intel: LSP (`lsp_hover`, `lsp_goto_definition`, `lsp_find_references`, `lsp_diagnostics`, etc.), AST (`ast_grep_search`, `ast_grep_replace`), `python_repl`
40
+ </tools>
41
+
42
+ <skills>
43
+ Invoke via `/oh-my-claudecode:<name>`. Trigger patterns auto-detect keywords.
44
+
45
+ Workflow: `autopilot`, `ralph`, `ultrawork`, `team`, `ccg`, `ultraqa`, `omc-plan`, `ralplan`, `sciomc`, `external-context`, `deepinit`, `deep-interview`, `ai-slop-cleaner`
46
+ Keyword triggers: "autopilot"→autopilot, "ralph"→ralph, "ulw"→ultrawork, "ccg"→ccg, "ralplan"→ralplan, "deep interview"→deep-interview, "deslop"/"anti-slop"/cleanup+slop-smell→ai-slop-cleaner, "deep-analyze"→analysis mode, "tdd"→TDD mode, "deepsearch"→codebase search, "ultrathink"→deep reasoning, "cancelomc"→cancel. Team orchestration is explicit via `/team`.
47
+ Utilities: `ask-codex`, `ask-gemini`, `cancel`, `note`, `learner`, `omc-setup`, `mcp-setup`, `hud`, `omc-doctor`, `omc-help`, `trace`, `release`, `project-session-manager`, `skill`, `writer-memory`, `ralph-init`, `configure-notifications`, `learn-about-omc` (`trace` is the evidence-driven tracing lane)
48
+ </skills>
49
+
50
+ <team_pipeline>
51
+ Stages: `team-plan` → `team-prd` → `team-exec` → `team-verify` → `team-fix` (loop).
52
+ Fix loop bounded by max attempts. `team ralph` links both modes.
53
+ </team_pipeline>
54
+
55
+ <verification>
56
+ Verify before claiming completion. Size appropriately: small→haiku, standard→sonnet, large/security→opus.
57
+ If verification fails, keep iterating.
58
+ </verification>
59
+
60
+ <execution_protocols>
61
+ Broad requests: explore first, then plan. 2+ independent tasks in parallel. `run_in_background` for builds/tests.
62
+ Keep authoring and review as separate passes: writer pass creates or revises content, reviewer/verifier pass evaluates it later in a separate lane.
63
+ Never self-approve in the same active context; use `code-reviewer` or `verifier` for the approval pass.
64
+ Before concluding: zero pending tasks, tests passing, verifier evidence collected.
65
+ </execution_protocols>
66
+
67
+ <hooks_and_context>
68
+ Hooks inject `<system-reminder>` tags. Key patterns: `hook success: Success` (proceed), `[MAGIC KEYWORD: ...]` (invoke skill), `The boulder never stops` (ralph/ultrawork active).
69
+ Persistence: `<remember>` (7 days), `<remember priority>` (permanent).
70
+ Kill switches: `DISABLE_OMC`, `OMC_SKIP_HOOKS` (comma-separated).
71
+ </hooks_and_context>
72
+
73
+ <cancellation>
74
+ `/oh-my-claudecode:cancel` ends execution modes. Cancel when done+verified or blocked. Don't cancel if work incomplete.
75
+ </cancellation>
76
+
77
+ <worktree_paths>
78
+ State: `.omc/state/`, `.omc/state/sessions/{sessionId}/`, `.omc/notepad.md`, `.omc/project-memory.json`, `.omc/plans/`, `.omc/research/`, `.omc/logs/`
79
+ </worktree_paths>
80
+
81
+ ## Setup
82
+
83
+ Say "setup omc" or run `/oh-my-claudecode:omc-setup`.
84
+
85
+ <\!-- OMC:END -->
@@ -0,0 +1,20 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "WebSearch",
5
+ "mcp__plugin_oh-my-claudecode_t__lsp_document_symbols",
6
+ "WebFetch(domain:github.com)",
7
+ "WebFetch(domain:deepwiki.com)",
8
+ "WebFetch(domain:raw.githubusercontent.com)",
9
+ "WebFetch(domain:api.github.com)",
10
+ "mcp__plugin_oh-my-claudecode_t__state_write",
11
+ "WebFetch(domain:pypi.org)",
12
+ "WebFetch(domain:modelcontextprotocol.github.io)",
13
+ "WebFetch(domain:py.sdk.modelcontextprotocol.io)",
14
+ "WebFetch(domain:gofastmcp.com)",
15
+ "WebFetch(domain:camoufox.com)",
16
+ "mcp__context7__resolve-library-id",
17
+ "mcp__context7__query-docs"
18
+ ]
19
+ }
20
+ }
@@ -0,0 +1,33 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.pyo
5
+ *.pyd
6
+ .Python
7
+ *.egg
8
+ *.egg-info/
9
+ dist/
10
+ build/
11
+ eggs/
12
+ parts/
13
+ var/
14
+ sdist/
15
+ wheels/
16
+ *.egg-info/
17
+ .installed.cfg
18
+ MANIFEST
19
+ .env
20
+ .venv
21
+ env/
22
+ venv/
23
+ ENV/
24
+
25
+ # IDE
26
+ .idea/
27
+ .vscode/
28
+ *.swp
29
+ *.swo
30
+
31
+ # OS
32
+ .DS_Store
33
+ Thumbs.db