UNPKG

@intellectronica/ruler

Version:

Ruler — apply the same rules to all coding agents

17 lines (16 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AmpAgent = void 0; const AgentsMdAgent_1 = require("./AgentsMdAgent"); class AmpAgent extends AgentsMdAgent_1.AgentsMdAgent { getIdentifier() { return 'amp'; } getName() { return 'Amp'; } supportsNativeSkills() { return true; } } exports.AmpAgent = AmpAgent;