Skip to content

CORE Tools IntegrityMaintenance.ts has broken import path for Inference #483

Description

@vpzed

PAI 2.4.0 issue uncovered by Claude

Problem: Import path has extra skills/ segment

File: skills/CORE/Tools/IntegrityMaintenance.ts:24

// WRONG:
import { inference } from '../skills/CORE/Tools/Inference';

// FIX:
import { inference } from './Inference';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions