Artikel tester

  • News
  • Programmering

Agent instructions — ele.dags.dk

Session entry points (auto-loaded as workspace rules every session): this file ( AGENTS.md )

Skill folders (each SKILL.md is loaded on demand): .cursor/skills/ (ele-* project skills, indexed in the table below),

This repository is an Express server with a plugin-driven architecture: core/plugins/*/plugin.js (bundled, loaded first) then plugins/*/plugin.js . Boot flow lives in core/server.js and core/src/ServerClass.js .

Always read first

session0000.jpg
- .cursor/skills/ele-aio/SKILL.md mandatory before any task that plans from or changes this repository’s code: consult aio first (not optional); always use ele-aio for at least aio:prompt + aio:summary on substantive sessions (all session prompts/summaries must be saved — not optional, even when aio:search is not needed); state prompt id + summary saved in the attestation; end every response with **ele-aio attestation:** …; never aio:purge unless the user explicitly requests a full aio/.cache wipe. .cursor/rules/ele-aio-mandatory.mdc reinforces this. Same rule in README — AI assistants (ele-aio).

Plugin rules (summary)

Bb6uG_mere lysshow.jpg

  • setup : api.prefs.declare, api.services.register, api.datastores.register, api.functions.registernot routes or api.admin.*.
  • activate : routes, api.routes.disable, api.admin.registerContribution.
  • start / stop : background work and cleanup (timers, pools, stores).
  • Every plugin needs permissions.actions with at least one entry; validate in core/src/plugin-contract.js .
No comments yet.