@hybridlabor-api/aos 4.0.2 → 4.1.0

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 (79) hide show
  1. package/.claude/agents/database-reviewer.md +109 -0
  2. package/.claude/agents/go-build-resolver.md +112 -0
  3. package/.claude/agents/opensource-forker.md +216 -0
  4. package/.claude/agents/opensource-sanitizer.md +206 -0
  5. package/.claude/agents/security-reviewer.md +126 -0
  6. package/.claude/agents/silent-failure-hunter.md +68 -0
  7. package/CLAUDE.md +15 -0
  8. package/README.md +0 -13
  9. package/THIRD_PARTY_NOTICES.md +133 -0
  10. package/package.json +4 -2
  11. package/skills/basic/bdbmediastorm/SKILL.md +7 -1
  12. package/skills/basic/startcycle/SKILL.md +2 -0
  13. package/skills/bdbrainstorm/SKILL.md +1 -0
  14. package/skills/global_config/plan-canvas/SKILL.md +233 -0
  15. package/skills/global_config/plan-canvas/scripts/lib/loopback-guard.js +59 -0
  16. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/markdown.js +301 -0
  17. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/sdk.js +239 -0
  18. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/server.js +636 -0
  19. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/sessions.js +271 -0
  20. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/ui.js +630 -0
  21. package/skills/global_config/plan-canvas/scripts/plan-canvas.js +419 -0
  22. package/.agents/skills/firecrawl/SKILL.md +0 -149
  23. package/.agents/skills/firecrawl/rules/install.md +0 -82
  24. package/.agents/skills/firecrawl/rules/security.md +0 -26
  25. package/.agents/skills/firecrawl-agent/SKILL.md +0 -58
  26. package/.agents/skills/firecrawl-build/SKILL.md +0 -39
  27. package/.agents/skills/firecrawl-build-interact/SKILL.md +0 -68
  28. package/.agents/skills/firecrawl-build-onboarding/SKILL.md +0 -103
  29. package/.agents/skills/firecrawl-build-onboarding/references/auth-flow.md +0 -39
  30. package/.agents/skills/firecrawl-build-onboarding/references/project-setup.md +0 -20
  31. package/.agents/skills/firecrawl-build-onboarding/references/sdk-installation.md +0 -17
  32. package/.agents/skills/firecrawl-build-scrape/SKILL.md +0 -69
  33. package/.agents/skills/firecrawl-build-search/SKILL.md +0 -69
  34. package/.agents/skills/firecrawl-crawl/SKILL.md +0 -59
  35. package/.agents/skills/firecrawl-download/SKILL.md +0 -70
  36. package/.agents/skills/firecrawl-interact/SKILL.md +0 -84
  37. package/.agents/skills/firecrawl-map/SKILL.md +0 -51
  38. package/.agents/skills/firecrawl-scrape/SKILL.md +0 -69
  39. package/.agents/skills/firecrawl-search/SKILL.md +0 -60
  40. package/docs/sessions/AUDIT-HANDOVER-2026-08-28.md +0 -169
  41. package/docs/sessions/BDB_REMOTEOS_MCP_HANDOVER.md +0 -130
  42. package/docs/sessions/SESSION-HANDOVER-v3.13.md +0 -249
  43. package/mcps/RhinoMCP/cc-plugin/.claude/settings.json +0 -10
  44. package/mcps/after-effects-mcp/build/index.js +0 -840
  45. package/mcps/after-effects-mcp/build/scripts/applyEffect.jsx +0 -153
  46. package/mcps/after-effects-mcp/build/scripts/applyEffectTemplate.jsx +0 -218
  47. package/mcps/after-effects-mcp/build/scripts/createComposition.jsx +0 -71
  48. package/mcps/after-effects-mcp/build/scripts/createShapeLayer.jsx +0 -147
  49. package/mcps/after-effects-mcp/build/scripts/createSolidLayer.jsx +0 -114
  50. package/mcps/after-effects-mcp/build/scripts/createTextLayer.jsx +0 -115
  51. package/mcps/after-effects-mcp/build/scripts/getLayerInfo.jsx +0 -192
  52. package/mcps/after-effects-mcp/build/scripts/getProjectInfo.jsx +0 -90
  53. package/mcps/after-effects-mcp/build/scripts/listCompositions.jsx +0 -50
  54. package/mcps/after-effects-mcp/build/scripts/mcp-bridge-auto.jsx +0 -1773
  55. package/mcps/after-effects-mcp/build/scripts/setLayerProperties.jsx +0 -160
  56. package/mcps/bdb-remoteos-mcp/queue.db +0 -0
  57. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/__init__.cpython-312.pyc +0 -0
  58. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/incus_client.cpython-312.pyc +0 -0
  59. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/main.cpython-312.pyc +0 -0
  60. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/queue.cpython-312.pyc +0 -0
  61. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/schemas.cpython-312.pyc +0 -0
  62. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/server.cpython-312.pyc +0 -0
  63. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/webhook.cpython-312.pyc +0 -0
  64. package/mcps/bdb-remoteos-mcp/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  65. package/mcps/bdb-remoteos-mcp/tests/__pycache__/mock_incus.cpython-312.pyc +0 -0
  66. package/mcps/bdb-remoteos-mcp/tests/__pycache__/test_mcp_server.cpython-312-pytest-9.1.1.pyc +0 -0
  67. package/mcps/bdb-remoteos-mcp/tests/__pycache__/test_security_redteam.cpython-312-pytest-9.1.1.pyc +0 -0
  68. package/mcps/bdb-remoteos-mcp/tests/__pycache__/test_webhook.cpython-312-pytest-9.1.1.pyc +0 -0
  69. package/mcps/computer-use-mcp/dist/client.d.ts +0 -150
  70. package/mcps/computer-use-mcp/dist/client.js +0 -136
  71. package/mcps/computer-use-mcp/dist/entrypoint.d.ts +0 -16
  72. package/mcps/computer-use-mcp/dist/entrypoint.js +0 -26
  73. package/mcps/computer-use-mcp/dist/native.d.ts +0 -212
  74. package/mcps/computer-use-mcp/dist/native.js +0 -50
  75. package/mcps/computer-use-mcp/dist/server.d.ts +0 -32
  76. package/mcps/computer-use-mcp/dist/server.js +0 -342
  77. package/mcps/computer-use-mcp/dist/session.d.ts +0 -101
  78. package/mcps/computer-use-mcp/dist/session.js +0 -2372
  79. package/skills/bdbsaastraining/scripts/__pycache__/build_profile.cpython-314.pyc +0 -0
@@ -1,101 +0,0 @@
1
- /**
2
- * Session — resilient computer use session with in-process focus management.
3
- *
4
- * v4: Window-aware targeting with TargetState, focus strategies, and structured diagnostics.
5
- * Every mutating action: (1) resolve target, (2) ensure focus per strategy, (3) act, (4) update state.
6
- * Observation tools never mutate TargetState.
7
- * All runs in-process via NAPI — no child processes, no focus stealing.
8
- */
9
- import { type NativeModule } from './native.js';
10
- export interface SpawnResult {
11
- stdout: string;
12
- stderr: string;
13
- code: number;
14
- timedOut: boolean;
15
- }
16
- export type SpawnBounded = (cmd: string, args: string[], timeoutMs: number) => Promise<SpawnResult>;
17
- export interface ScriptingDictionaryCommand {
18
- name: string;
19
- description?: string;
20
- }
21
- export interface ScriptingDictionaryClass {
22
- name: string;
23
- properties?: string[];
24
- }
25
- export interface ScriptingDictionarySuite {
26
- name: string;
27
- commands: ScriptingDictionaryCommand[];
28
- classes: ScriptingDictionaryClass[];
29
- }
30
- export interface ScriptingDictionary {
31
- bundleId: string;
32
- suites: ScriptingDictionarySuite[];
33
- }
34
- export interface Session {
35
- dispatch(tool: string, args: Record<string, unknown>): Promise<ToolResult>;
36
- }
37
- export interface ToolResult {
38
- content: Array<{
39
- type: 'text';
40
- text: string;
41
- } | {
42
- type: 'image';
43
- data: string;
44
- mimeType: string;
45
- }>;
46
- isError?: boolean;
47
- }
48
- export interface TargetState {
49
- bundleId?: string;
50
- windowId?: number;
51
- establishedBy: 'activation' | 'pointer' | 'keyboard';
52
- establishedAt: number;
53
- }
54
- /**
55
- * Focus-acquisition strategy for a mutating tool.
56
- *
57
- * - `strict`: fail with a structured FocusFailure if the target cannot be
58
- * confirmed frontmost after activation attempts. Default for text-writing
59
- * tools (type/key/hold_key/set_value/fill_form) where a wrong-target send
60
- * is more damaging than a failed call.
61
- * - `best_effort`: attempt activation and proceed regardless. Default for
62
- * pointer tools.
63
- * - `none`: skip all activation. Send input to whatever is currently
64
- * frontmost. Use only when you genuinely don't care.
65
- * - `prepare_display`: v5.2 — before activation, hide every non-target
66
- * regular app (except the terminal + the caller's keep-visible set).
67
- * Blocks focus-stealing background apps (screenshot watchers, NC
68
- * banners). After a prepare_display call, the response payload carries
69
- * `hiddenBundleIds` so the caller can later restore the layout.
70
- */
71
- export type FocusStrategy = 'strict' | 'best_effort' | 'none' | 'prepare_display';
72
- export interface SessionOptions {
73
- /** Disable image output for text-only models (DeepSeek-V3, R1, etc.) */
74
- vision?: boolean;
75
- /** Default provider — sets optimal width/quality when not specified per-call */
76
- provider?: string;
77
- /** Override native module for tests */
78
- native?: NativeModule;
79
- /** Override subprocess spawner for tests (used by run_script, get_app_dictionary). */
80
- spawnBounded?: SpawnBounded;
81
- /** Override session-lock path (tests use a tmpdir-local path so they don't collide with real sessions). */
82
- lockPath?: string;
83
- /**
84
- * Disable cross-process session lock. Used in tests that drive multiple
85
- * Session objects within a single process where the OS-level lock would
86
- * self-deadlock. Default: false (lock enabled).
87
- */
88
- disableSessionLock?: boolean;
89
- }
90
- export type AutomationApproach = 'scripting' | 'accessibility' | 'keyboard' | 'coordinate';
91
- export interface ToolGuideEntry {
92
- approach: AutomationApproach;
93
- toolSequence: string[];
94
- explanation: string;
95
- bundleIdHints?: string[];
96
- }
97
- export declare class LockError extends Error {
98
- readonly lockingPid: number | null;
99
- constructor(lockingPid: number | null);
100
- }
101
- export declare function createSession(opts?: SessionOptions): Session;