You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 14 specialist agents",
29
-
"version": "4.2.2",
29
+
"version": "5.0.0",
30
30
"category": "productivity"
31
31
},
32
32
{
33
33
"name": "ship",
34
34
"source": "./plugins/ship",
35
35
"description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback",
"description": "Multi-agent iterative code review until zero issues remain",
50
-
"version": "4.2.2",
50
+
"version": "5.0.0",
51
51
"category": "development"
52
52
},
53
53
{
54
54
"name": "drift-detect",
55
55
"source": "./plugins/drift-detect",
56
56
"description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans",
57
-
"version": "4.2.2",
57
+
"version": "5.0.0",
58
58
"category": "productivity"
59
59
},
60
60
{
61
61
"name": "enhance",
62
62
"source": "./plugins/enhance",
63
63
"description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting",
64
-
"version": "4.2.2",
64
+
"version": "5.0.0",
65
65
"category": "development"
66
66
},
67
67
{
68
68
"name": "sync-docs",
69
69
"source": "./plugins/sync-docs",
70
70
"description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes",
71
-
"version": "4.2.2",
71
+
"version": "5.0.0",
72
72
"category": "development"
73
73
},
74
74
{
75
75
"name": "repo-map",
76
76
"source": "./plugins/repo-map",
77
77
"description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis",
78
-
"version": "4.2.2",
78
+
"version": "5.0.0",
79
79
"category": "development"
80
80
},
81
81
{
82
82
"name": "perf",
83
83
"source": "./plugins/perf",
84
84
"description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions",
85
-
"version": "4.2.2",
85
+
"version": "5.0.0",
86
86
"category": "development"
87
87
},
88
88
{
89
89
"name": "learn",
90
90
"source": "./plugins/learn",
91
91
"description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes",
92
-
"version": "4.2.2",
92
+
"version": "5.0.0",
93
93
"category": "productivity"
94
94
},
95
95
{
96
96
"name": "agnix",
97
97
"source": "./plugins/agnix",
98
98
"description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools",
99
-
"version": "4.2.2",
99
+
"version": "5.0.0",
100
100
"category": "development"
101
101
},
102
102
{
103
103
"name": "consult",
104
104
"source": "./plugins/consult",
105
105
"description": "Cross-tool AI consultation: get second opinions from Gemini CLI, Codex CLI, Claude Code, OpenCode, or Copilot CLI with model and thinking effort control",
Copy file name to clipboardExpand all lines: AGENTS.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Project Memory: awesome-slash
1
+
# Project Memory: AgentSys
2
2
3
3
> **Cross-tool compatible**: This file works as CLAUDE.md (Claude Code) and can be copied to AGENTS.md for OpenCode, Codex, and other AI tools.
4
4
@@ -62,7 +62,7 @@
62
62
- No test is someone else's problem
63
63
*WHY: Skipping failures erodes test trust. Every green run must mean everything works.*
64
64
65
-
12.**Report script failures before manual fallback** - When any project script fails (npm test/run/build, scripts/*, awesome-slash-dev, node bin/dev-cli.js), you MUST:
65
+
12.**Report script failures before manual fallback** - When any project script fails (npm test/run/build, scripts/*, agentsys-dev, node bin/dev-cli.js), you MUST:
66
66
- Report the failure with exact error output to the user
67
67
- Diagnose the root cause of the failure
68
68
- Fix the script/tooling issue, not work around it manually
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Changelog
2
2
3
+
> **Migration Note:** This project was renamed from `awesome-slash` to `agentsys` in v5.0.0. All npm packages, CLI commands, and GitHub references now use the new name. Previous versions are archived under the old name.
4
+
3
5
All notable changes to this project will be documented in this file.
4
6
5
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -24,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
26
## [4.2.1] - 2026-02-11
25
27
26
28
### Fixed
27
-
- Removed unused `@awesome-slash/lib` publish job from release workflow
29
+
- Removed unused `@agentsys/lib` publish job from release workflow
28
30
- Cleaned up all references to lib as a standalone npm package (docs, scripts, tests, configs)
29
31
30
32
## [4.2.0] - 2026-02-11
@@ -41,30 +43,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments