@xelth/eck-snapshot 6.0.0 → 6.0.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/setup.json +109 -64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelth/eck-snapshot",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "A powerful CLI tool to create and restore single-file text snapshots of Git repositories. Optimized for AI context, LLM workflows, and multi-agent Swarm coordination.",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/setup.json CHANGED
@@ -188,6 +188,19 @@
188
188
  "lib"
189
189
  ],
190
190
  "priority": 6
191
+ },
192
+ "postgresql": {
193
+ "files": [
194
+ "postgresql.conf",
195
+ "pg_hba.conf",
196
+ "PG_VERSION"
197
+ ],
198
+ "directories": [
199
+ "data/base",
200
+ "data/global",
201
+ "data/pg_wal"
202
+ ],
203
+ "priority": 10
191
204
  }
192
205
  }
193
206
  },
@@ -532,6 +545,38 @@
532
545
  ".so",
533
546
  ".out"
534
547
  ]
548
+ },
549
+ "postgresql": {
550
+ "filesToIgnore": [
551
+ "PG_VERSION",
552
+ "postmaster.pid",
553
+ "postmaster.opts",
554
+ "pg_ident.conf",
555
+ "*.log"
556
+ ],
557
+ "dirsToIgnore": [
558
+ "base/",
559
+ "global/",
560
+ "pg_wal/",
561
+ "pg_xact/",
562
+ "pg_commit_ts/",
563
+ "pg_dynshmem/",
564
+ "pg_logical/",
565
+ "pg_multixact/",
566
+ "pg_notify/",
567
+ "pg_replslot/",
568
+ "pg_serial/",
569
+ "pg_snapshots/",
570
+ "pg_stat/",
571
+ "pg_stat_tmp/",
572
+ "pg_subtrans/",
573
+ "pg_tblspc/",
574
+ "pg_twophase/"
575
+ ],
576
+ "extensionsToIgnore": [
577
+ ".fsm",
578
+ ".vm"
579
+ ]
535
580
  }
536
581
  }
537
582
  },
@@ -576,70 +621,70 @@
576
621
  "capabilities": ["npm", "git", "basic editing"],
577
622
  "restrictions": ["Do not use for complex architectural tasks"]
578
623
  },
579
- "jas": {
580
- "active": true,
581
- "name": "Junior Architect (Sonnet 4.5)",
582
- "description": "Project Mode Orchestrator (Claude Code only). Smart & Fast Manager. Manages GLM Z.AI workers for efficient task delegation.",
583
- "guiSupport": true,
584
- "identification": {
585
- "markers": ["sonnet", "fast_architect"]
586
- },
587
- "capabilities": [
588
- "glm_zai_frontend",
589
- "glm_zai_backend",
590
- "glm_zai_qa",
591
- "glm_zai_refactor",
592
- "glm_zai_general",
593
- "git operations",
594
- "npm run dev"
595
- ],
596
- "restrictions": [
597
- "Prefer delegating heavy coding to GLM Z.AI workers",
598
- "Focus on glue code and logic verification"
599
- ]
600
- },
601
- "jao": {
602
- "active": true,
603
- "name": "Junior Architect (Opus 4.5)",
604
- "description": "Project Mode Orchestrator (Claude Code only). Deep Thinker & Planner. Expensive. Use for critical architecture, security, and complex logic.",
605
- "guiSupport": true,
606
- "identification": {
607
- "markers": ["opus", "deep_architect"]
608
- },
609
- "capabilities": [
610
- "glm_zai_frontend",
611
- "glm_zai_backend",
612
- "glm_zai_qa",
613
- "glm_zai_refactor",
614
- "glm_zai_general",
615
- "analysis"
616
- ],
617
- "restrictions": [
618
- "STRICTLY DELEGATE boilerplate to GLM Z.AI",
619
- "Verify every line of code generated by workers",
620
- "Plan before execution"
621
- ]
622
- },
623
- "jaz": {
624
- "active": true,
625
- "name": "Junior Architect (GLM-4.7 via OpenCode)",
626
- "description": "Project Orchestrator for OpenCode. Highly accessible/budget-friendly. Manages the GLM Z.AI worker swarm.",
627
- "guiSupport": true,
628
- "identification": {
629
- "markers": ["opencode", "glm-4.7"]
630
- },
631
- "capabilities": [
632
- "glm_zai_frontend",
633
- "glm_zai_backend",
634
- "glm_zai_qa",
635
- "glm_zai_refactor",
636
- "glm_zai_general",
637
- "git operations"
638
- ],
639
- "restrictions": [
640
- "Strictly delegate complex/large logic to workers to preserve context window"
641
- ]
642
- },
624
+ "jas": {
625
+ "active": true,
626
+ "name": "Junior Architect (Sonnet 4.5)",
627
+ "description": "Project Mode Orchestrator (Claude Code only). Smart & Fast Manager. Manages GLM Z.AI workers for efficient task delegation.",
628
+ "guiSupport": true,
629
+ "identification": {
630
+ "markers": ["sonnet", "fast_architect"]
631
+ },
632
+ "capabilities": [
633
+ "glm_zai_frontend",
634
+ "glm_zai_backend",
635
+ "glm_zai_qa",
636
+ "glm_zai_refactor",
637
+ "glm_zai_general",
638
+ "git operations",
639
+ "npm run dev"
640
+ ],
641
+ "restrictions": [
642
+ "Prefer delegating heavy coding to GLM Z.AI workers",
643
+ "Focus on glue code and logic verification"
644
+ ]
645
+ },
646
+ "jao": {
647
+ "active": true,
648
+ "name": "Junior Architect (Opus 4.5)",
649
+ "description": "Project Mode Orchestrator (Claude Code only). Deep Thinker & Planner. Expensive. Use for critical architecture, security, and complex logic.",
650
+ "guiSupport": true,
651
+ "identification": {
652
+ "markers": ["opus", "deep_architect"]
653
+ },
654
+ "capabilities": [
655
+ "glm_zai_frontend",
656
+ "glm_zai_backend",
657
+ "glm_zai_qa",
658
+ "glm_zai_refactor",
659
+ "glm_zai_general",
660
+ "analysis"
661
+ ],
662
+ "restrictions": [
663
+ "STRICTLY DELEGATE boilerplate to GLM Z.AI",
664
+ "Verify every line of code generated by workers",
665
+ "Plan before execution"
666
+ ]
667
+ },
668
+ "jaz": {
669
+ "active": true,
670
+ "name": "Junior Architect (GLM-4.7 via OpenCode)",
671
+ "description": "Project Orchestrator for OpenCode. Highly accessible/budget-friendly. Manages the GLM Z.AI worker swarm.",
672
+ "guiSupport": true,
673
+ "identification": {
674
+ "markers": ["opencode", "glm-4.7"]
675
+ },
676
+ "capabilities": [
677
+ "glm_zai_frontend",
678
+ "glm_zai_backend",
679
+ "glm_zai_qa",
680
+ "glm_zai_refactor",
681
+ "glm_zai_general",
682
+ "git operations"
683
+ ],
684
+ "restrictions": [
685
+ "Strictly delegate complex/large logic to workers to preserve context window"
686
+ ]
687
+ },
643
688
  "production_server": {
644
689
  "active": true,
645
690
  "name": "Production Server Agent (AGENT_PROD_SERVER)",