agentrem 1.5.1 → 1.5.2

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/dist/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export declare const SCHEMA_VERSION = 1;
2
- export declare const VERSION = "1.5.1";
2
+ export declare const VERSION = "1.5.2";
3
3
  export declare const PRIORITY_LABELS: Record<number, string>;
4
4
  export declare const PRIORITY_COLORS: Record<number, string>;
5
5
  export declare const VALID_TRIGGERS: Set<string>;
package/dist/types.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ── Types ──────────────────────────────────────────────────────────────────
2
2
  export const SCHEMA_VERSION = 1;
3
- export const VERSION = '1.5.1';
3
+ export const VERSION = '1.5.2';
4
4
  export const PRIORITY_LABELS = {
5
5
  1: '🔴 Critical',
6
6
  2: '🟡 High',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentrem",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Structured reminders CLI for AI agents with MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/api.js",