S1 (a1): feature-promise audit — no claim survives unverified
PROMISE-AUDIT.md: every /pricing claim → verified/built/reworded. BUILT (was vapor): alt line ladder + edge ranking (same-features regrade at shifted lines, Desk-gated at the API), quarter-Kelly (engine quantile P(win) x real captured odds — either missing → no sizing), free-tier kill-condition locked previews. FIXED (was false): analyst 15/day cap vs the Founder 'Unlimited reads' promise → analyst unlimited; every '40+ factors' claim (real count: 22 named features) reworded truthfully in 7 files. VERIFIED: cascade alerts (real, wired), phi correlation, leg history, cross-book comparison, WC soccer, real-time feed. Locked by tests/unit/promiseAudit.test.js. Jest now ignores .claude/worktrees (parallel agents' suites no longer leak into runs). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -58,7 +58,7 @@ describe('tiers config', () => {
|
||||
|
||||
test('analyst opens reasoning + kill conditions + alerts', () => {
|
||||
const a = TIERS.analyst;
|
||||
expect(a.scans_per_day).toBe(15);
|
||||
expect(a.scans_per_day).toBe(Infinity); // Session 62 — Founder 'Unlimited reads' promise
|
||||
expect(a.reasoning_visible).toBe(true);
|
||||
expect(a.kill_conditions_detail).toBe(true);
|
||||
expect(a.alerts).toBe(true);
|
||||
@@ -87,7 +87,7 @@ describe('tiers config', () => {
|
||||
|
||||
test('getScanLimit returns the per-tier daily cap', () => {
|
||||
expect(getScanLimit('free')).toBe(3);
|
||||
expect(getScanLimit('analyst')).toBe(15);
|
||||
expect(getScanLimit('analyst')).toBe(Infinity);
|
||||
expect(getScanLimit('desk')).toBe(Infinity);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user