50c 3.8.0 → 3.9.1

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.
package/README.md CHANGED
@@ -95,20 +95,6 @@ Add to your IDE's MCP config (`~/.cursor/mcp.json`, etc.):
95
95
  | `ux_contrast_check`, `ux_spacing_system` | UI/UX utilities (FREE) |
96
96
  | `ux_color_palette`, `ux_a11y_check`, `ux_roast` | UI/UX analysis ($0.02-$0.05) |
97
97
 
98
- ### Marketplace (50c-sub)
99
-
100
- Create and share reusable AI macros:
101
-
102
- | Tool | Cost | Description |
103
- |------|------|-------------|
104
- | `sub_mint` | $5.00 | Mint workflow as reusable macro |
105
- | `sub_run` | ~$2.00 | Run a minted macro |
106
- | `sub_list`, `sub_get`, `sub_discover` | FREE | Browse macros |
107
- | `sub_clone` | FREE | Clone public macro to your collection |
108
- | `sub_set_public` | FREE | List macro on marketplace |
109
-
110
- Creators earn 60% revenue share on marketplace sales.
111
-
112
98
  ## 50c Team
113
99
 
114
100
  Natural language orchestration - describe what you want, Team picks the right tools:
package/bin/50c.js CHANGED
@@ -1691,6 +1691,7 @@ async function handleLocalTools(request) {
1691
1691
  result: { tools: [...LOCAL_TOOLS, ...remoteTools] }
1692
1692
  };
1693
1693
  } catch (e) {
1694
+ // Fallback to local tools only if remote fails
1694
1695
  return {
1695
1696
  jsonrpc: '2.0',
1696
1697
  id,
package/lib/team.js CHANGED
@@ -326,11 +326,6 @@ const TOOL_CAPABILITIES = {
326
326
  ux_roast: { keywords: ['ux review', 'ui critique', 'design review'], desc: 'Roast UI/UX' },
327
327
  ux_copy_improve: { keywords: ['improve copy', 'better text', 'ux writing'], desc: 'Improve UI copy' },
328
328
 
329
- // Macros
330
- sub_list: { keywords: ['my macros', 'list macros', 'saved workflows'], desc: 'List macros' },
331
- sub_run: { keywords: ['run macro', 'execute macro'], desc: 'Run a macro' },
332
- sub_discover: { keywords: ['marketplace', 'browse macros', 'find macros'], desc: 'Browse marketplace' },
333
-
334
329
  // Handoff
335
330
  handoff: { keywords: ['handoff', 'document', 'summary', 'wrap up', 'status'], desc: 'Generate handoff doc' }
336
331
  };
@@ -29,7 +29,7 @@ const FALLBACK_TOOLS = [
29
29
  { slug: 'echo_sequence', name: 'echo_sequence', description: 'Mathematical echo pattern sequence analysis.', price: 0.02, tier: 'starter', category: 'deep_ai' },
30
30
  { slug: 'resonance', name: 'resonance', description: 'Mathematical resonance pattern detection.', price: 0.02, tier: 'starter', category: 'deep_ai' },
31
31
  { slug: 'name_it', name: 'name_it', description: '5 product names with domain availability check.', price: 0.03, tier: 'starter', category: 'primitives' },
32
- { slug: 'caz_dedup', name: 'caz_dedup', description: 'Semantic deduplication of items.', price: 0.03, tier: 'starter', category: 'context' },
32
+
33
33
  { slug: 'fog_monitor', name: 'fog_monitor', description: 'Monitor conversation health for fog buildup.', price: 0.03, tier: 'starter', category: 'context' },
34
34
  { slug: 'fog_checkpoint', name: 'fog_checkpoint', description: 'Checkpoint: what is clear vs unclear in conversation.', price: 0.03, tier: 'starter', category: 'context' },
35
35
  { slug: 'hints', name: 'hints', description: '5 brutal debugging hints, 2 words each.', price: 0.05, tier: 'starter', category: 'primitives' },
@@ -41,8 +41,7 @@ const FALLBACK_TOOLS = [
41
41
  { slug: 'fog_clear', name: 'fog_clear', description: 'Suggest actions to clear conversation fog.', price: 0.05, tier: 'starter', category: 'context' },
42
42
  { slug: 'prime_residue', name: 'prime_residue', description: 'Prime number residue pattern analysis.', price: 0.05, tier: 'starter', category: 'deep_ai' },
43
43
  { slug: 'context_compress', name: 'context_compress', description: 'Compress conversation context intelligently.', price: 0.05, tier: 'pro', category: 'context' },
44
- { slug: 'schema_generator', name: 'schema_generator', description: 'Generate JSON-LD structured data for SEO.', price: 0.05, tier: 'pro', category: 'web_seo' },
45
- { slug: 'faq_generator', name: 'faq_generator', description: 'Generate FAQ content with schema markup.', price: 0.05, tier: 'pro', category: 'web_seo' },
44
+
46
45
  { slug: 'mind_opener', name: 'mind_opener', description: '5 curious angles before solving a problem.', price: 0.08, tier: 'pro', category: 'primitives' },
47
46
  { slug: 'prompt_refine', name: 'prompt_refine', description: 'Refine concept with targeted feedback.', price: 0.08, tier: 'pro', category: 'primitives' },
48
47
  { slug: 'suggest', name: 'suggest', description: 'Smart next-step suggestions based on context.', price: 0.08, tier: 'pro', category: 'primitives' },
@@ -54,8 +53,7 @@ const FALLBACK_TOOLS = [
54
53
  { slug: 'handoff', name: 'handoff', description: 'Generate timestamped handoff document.', price: 0.10, tier: 'pro', category: 'utility' },
55
54
  { slug: 'compute', name: 'compute', description: 'Execute Python code in isolated sandbox.', price: 0.10, tier: 'pro', category: 'deep_ai' },
56
55
  { slug: 'ux_roast', name: 'ux_roast', description: 'Brutal UX review of a website.', price: 0.10, tier: 'pro', category: 'web_seo' },
57
- { slug: 'seo_audit', name: 'seo_audit', description: 'Quick SEO audit of a URL.', price: 0.10, tier: 'pro', category: 'web_seo' },
58
- { slug: 'traffic_optimizer', name: 'traffic_optimizer', description: 'Traffic optimization strategies for a site.', price: 0.10, tier: 'pro', category: 'web_seo' },
56
+
59
57
  { slug: 'prompt_fortress', name: 'prompt_fortress', description: 'Stress-test prompt against 6 attack vectors.', price: 0.20, tier: 'pro', category: 'primitives' },
60
58
  { slug: 'bcalc', name: 'bcalc', description: 'Mathematical discovery engine. Explore number theory and test conjectures.', price: 0.15, tier: 'enterprise', category: 'deep_ai' },
61
59
  { slug: 'discovery_collision', name: 'discovery_collision', description: 'Systematic multi-tool experiments for unexpected connections.', price: 0.15, tier: 'enterprise', category: 'deep_ai' },
@@ -70,6 +68,15 @@ const FALLBACK_TOOLS = [
70
68
  { slug: 'adoption_calc', name: 'adoption_calc', description: 'Adoption probability calculator. P=(1-e^(-λR))×N×W. Diagnoses bottleneck.', price: 0, tier: 'free', category: 'deep_ai' },
71
69
  { slug: 'adoption_diagnose', name: 'adoption_diagnose', description: 'Find which adoption term is near zero. Identifies reward/network/window bottleneck.', price: 0, tier: 'free', category: 'deep_ai' },
72
70
  { slug: 'adoption_simulate', name: 'adoption_simulate', description: 'Time-dependent adoption ODE with feedback loops, churn, and upheaval decay.', price: 0, tier: 'free', category: 'deep_ai' },
71
+
72
+ // Magnum Mathematical Verification (Enterprise tier)
73
+ { slug: 'magnum_verify_proof', name: 'magnum_verify_proof', description: 'Graduate-level mathematical proof verification. 96% accuracy. Catches errors before peer review.', price: 0.35, tier: 'enterprise', category: 'math_verification' },
74
+ { slug: 'magnum_find_error', name: 'magnum_find_error', description: 'Expert error detection in proofs. Finds arithmetic, logical, and congruence mistakes.', price: 0.30, tier: 'enterprise', category: 'math_verification' },
75
+ { slug: 'magnum_predict_structure', name: 'magnum_predict_structure', description: 'Generate testable mathematical predictions with falsification criteria.', price: 0.35, tier: 'enterprise', category: 'math_verification' },
76
+ { slug: 'magnum_number_theory', name: 'magnum_number_theory', description: 'Number theory specialist with mandatory numerical verification. Fixed hallucination problem.', price: 0.35, tier: 'enterprise', category: 'math_verification' },
77
+ { slug: 'magnum_find_theorem', name: 'magnum_find_theorem', description: 'Find relevant theorems and literature with citations.', price: 0.30, tier: 'enterprise', category: 'math_verification' },
78
+ { slug: 'magnum_test_conjecture', name: 'magnum_test_conjecture', description: 'Adversarial conjecture testing. Finds counterexamples or estimates plausibility.', price: 0.35, tier: 'enterprise', category: 'math_verification' },
79
+ { slug: 'magnum_design_computation', name: 'magnum_design_computation', description: 'Design computational verification experiments with runnable code.', price: 0.30, tier: 'enterprise', category: 'math_verification' },
73
80
  ];
74
81
 
75
82
  function fetchFromAPI() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "50c",
3
- "version": "3.8.0",
3
+ "version": "3.9.1",
4
4
  "description": "AI developer tools via MCP. Pay-per-use from $0.01. No subscriptions.",
5
5
  "bin": {
6
6
  "50c": "./bin/50c.js"