ethan-skill 1.5.2 → 1.5.4
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/cli/index.js +35 -15
- package/dist/cli/index.js.map +1 -1
- package/dist/templates/copilot-md.template.js +137 -45
- package/dist/templates/copilot-md.template.js.map +1 -1
- package/package.json +1 -1
- package/rules/claude-code/CLAUDE.md +2 -2
- package/rules/cline/.clinerules +2 -2
- package/rules/codebuddy/CODEBUDDY.md +687 -47
- package/rules/continue/.continuerules +2 -2
- package/rules/copilot/copilot-instructions.md +2 -2
- package/rules/cursor/.cursorrules +2 -2
- package/rules/cursor/smart-flow.mdc +2 -2
- package/rules/jetbrains/smart-flow.md +2 -2
- package/rules/lingma/smart-flow.md +647 -76
- package/rules/windsurf/.windsurf/rules/smart-flow.md +2 -2
- package/rules/zed/smart-flow.rules +579 -13
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Ethan - Copilot Instructions (v1.5.
|
|
1
|
+
# Ethan - Copilot Instructions (v1.5.2)
|
|
2
2
|
|
|
3
|
-
> Auto-generated from src/skills/ | 2026-03-
|
|
3
|
+
> Auto-generated from src/skills/ | 2026-03-23T03:48:44.661Z
|
|
4
4
|
> Do not edit manually.
|
|
5
5
|
|
|
6
6
|
## IMPORTANT: Skill Activation Rules
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Ethan - JetBrains AI Instructions (v1.5.
|
|
1
|
+
# Ethan - JetBrains AI Instructions (v1.5.2)
|
|
2
2
|
|
|
3
|
-
> Auto-generated from src/skills/ | 2026-03-
|
|
3
|
+
> Auto-generated from src/skills/ | 2026-03-23T03:48:44.661Z
|
|
4
4
|
> Do not edit manually.
|
|
5
5
|
|
|
6
6
|
## IMPORTANT: Skill Activation Rules
|