@rse/ase 0.9.48 → 0.9.50
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/dst/ase-config.js +45 -1
- package/dst/ase-guidance.js +89 -0
- package/dst/ase-hook.js +17 -6
- package/dst/ase-service.js +0 -2
- package/dst/ase-setup.js +7 -5
- package/dst/ase-statusline.js +28 -4
- package/package.json +2 -2
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/meta/ase-common-task.md +9 -0
- package/plugin/meta/ase-constitution.md +6 -21
- package/plugin/meta/ase-getopt.md +11 -1
- package/plugin/meta/ase-persona.md +2 -3
- package/plugin/meta/ase-skill.md +92 -4
- package/plugin/package.json +2 -2
- package/plugin/skills/ase-arch-analyze/SKILL.md +8 -6
- package/plugin/skills/ase-arch-discover/SKILL.md +12 -0
- package/plugin/skills/ase-code-analyze/SKILL.md +6 -4
- package/plugin/skills/ase-code-lint/SKILL.md +16 -0
- package/plugin/skills/ase-docs-proofread/SKILL.md +10 -0
- package/plugin/skills/ase-help-skill/SKILL.md +10 -2
- package/plugin/skills/ase-help-skill/catalog.md +1 -1
- package/plugin/skills/ase-meta-brainstorm/SKILL.md +8 -0
- package/plugin/skills/ase-meta-commit/SKILL.md +13 -0
- package/plugin/skills/ase-meta-config/SKILL.md +165 -0
- package/plugin/skills/ase-meta-config/help.md +136 -0
- package/plugin/skills/ase-meta-diaboli/help.md +1 -1
- package/plugin/skills/ase-meta-diff/SKILL.md +22 -0
- package/plugin/skills/ase-meta-review/SKILL.md +13 -1
- package/plugin/skills/ase-sync-export/SKILL.md +14 -0
- package/plugin/skills/ase-sync-import/SKILL.md +10 -0
- package/plugin/skills/ase-task-list/SKILL.md +21 -0
- package/plugin/skills/ase-task-view/SKILL.md +21 -0
- package/plugin/skills/ase-meta-persona/SKILL.md +0 -84
- package/plugin/skills/ase-meta-persona/help.md +0 -60
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: ase-meta-persona
|
|
3
|
-
argument-hint: "[--help|-h] [<persona>]"
|
|
4
|
-
description: >
|
|
5
|
-
Adjust communication style in five intensity levels of token usage.
|
|
6
|
-
The <persona> can be either the decorative, eloquent, and explaining "writer",
|
|
7
|
-
the concise, factual, and accurate "engineer" (default),
|
|
8
|
-
the layered, pyramid-structured "journalist",
|
|
9
|
-
the brief, factual, and abbreviating "telegrapher",
|
|
10
|
-
or the terse, rough, and stuttering "caveman".
|
|
11
|
-
Use when user says "persona <persona>" or "be <persona>".
|
|
12
|
-
user-invocable: true
|
|
13
|
-
disable-model-invocation: false
|
|
14
|
-
effort: high
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
18
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
19
|
-
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
20
|
-
|
|
21
|
-
<skill name="ase-meta-persona">
|
|
22
|
-
Persona Configuration
|
|
23
|
-
</skill>
|
|
24
|
-
|
|
25
|
-
<expand name="getopt" arg1="ase-meta-persona">
|
|
26
|
-
$ARGUMENTS
|
|
27
|
-
</expand>
|
|
28
|
-
|
|
29
|
-
<objective>
|
|
30
|
-
*Configure* the *persona style* of the agent to adjust the communication
|
|
31
|
-
style and token usage intensity.
|
|
32
|
-
</objective>
|
|
33
|
-
|
|
34
|
-
1. Determine request:
|
|
35
|
-
<request><getopt-arguments/></request>
|
|
36
|
-
Do not output anything.
|
|
37
|
-
|
|
38
|
-
2. <if condition="<request/> is empty">
|
|
39
|
-
1. Call the `ase_persona(session: "<ase-session-id/>")`
|
|
40
|
-
tool from the `ase` MCP server and set
|
|
41
|
-
<ase-persona-style/> to its `text` output.
|
|
42
|
-
Do not output anything.
|
|
43
|
-
|
|
44
|
-
2. Output the following <template/>:
|
|
45
|
-
|
|
46
|
-
<template>
|
|
47
|
-
⧉ **ASE**: ☯ persona: **<ase-persona-style/>**
|
|
48
|
-
</template>
|
|
49
|
-
</if>
|
|
50
|
-
|
|
51
|
-
3. <if condition="<request/> is NOT empty">
|
|
52
|
-
1. If <request/> is NEITHER 'writer', 'engineer', 'journalist',
|
|
53
|
-
'telegrapher', NOR 'caveman', report this with the following
|
|
54
|
-
<template/> and then *STOP* immediately:
|
|
55
|
-
|
|
56
|
-
<template>
|
|
57
|
-
⧉ **ASE**: **ERROR:** invalid persona: "<request/>" (expected `writer`, `engineer`, `journalist`, `telegrapher`, or `caveman`)
|
|
58
|
-
</template>
|
|
59
|
-
|
|
60
|
-
2. If <request/> is equal <ase-persona-style/> report this with the
|
|
61
|
-
following <template/> and then *STOP* immediately:
|
|
62
|
-
|
|
63
|
-
<template>
|
|
64
|
-
⧉ **ASE**: ☯ persona: **<ase-persona-style/>** (*unchanged*)
|
|
65
|
-
</template>
|
|
66
|
-
|
|
67
|
-
3. Set <ase-persona-style><request/></ase-persona-style> and
|
|
68
|
-
call the `ase_persona(style: "<ase-persona-style/>", session:
|
|
69
|
-
"<ase-session-id/>")` tool from the `ase` MCP server.
|
|
70
|
-
|
|
71
|
-
Then you *MUST* re-evaluate and internalize the conditional
|
|
72
|
-
rules provided under `Persona Communication Style` in the
|
|
73
|
-
constitution in order to immediately honor the changed
|
|
74
|
-
communication style in all following outputs!
|
|
75
|
-
|
|
76
|
-
Do not output anything.
|
|
77
|
-
|
|
78
|
-
4. Output the following <template/>:
|
|
79
|
-
|
|
80
|
-
<template>
|
|
81
|
-
⧉ **ASE**: ☯ persona: **<ase-persona-style/>** (*updated*)
|
|
82
|
-
</template>
|
|
83
|
-
</if>
|
|
84
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
## NAME
|
|
3
|
-
|
|
4
|
-
`ase-meta-persona` - Persona Configuration
|
|
5
|
-
|
|
6
|
-
## SYNOPSIS
|
|
7
|
-
|
|
8
|
-
`ase-meta-persona`
|
|
9
|
-
[`--help`|`-h`]
|
|
10
|
-
[*persona*]
|
|
11
|
-
|
|
12
|
-
## DESCRIPTION
|
|
13
|
-
|
|
14
|
-
The `ase-meta-persona` skill gets or sets the active *communication
|
|
15
|
-
style* (persona) of the assistant. Five intensity levels of token
|
|
16
|
-
usage are supported, from most verbose to most terse:
|
|
17
|
-
|
|
18
|
-
- `writer`: decorative, eloquent, and explaining; full prose
|
|
19
|
-
sentences bundled into paragraphs separated by blank lines
|
|
20
|
-
- `engineer`: concise, factual, and accurate (default); prefers
|
|
21
|
-
bullet point lists with one aspect per bullet
|
|
22
|
-
- `journalist`: layered, pyramid-structured; every aspect a single-line
|
|
23
|
-
bullet following `**<title>**: <core> ▶ **<keywords>**: <details>.`,
|
|
24
|
-
with a one-to-two word title, a terse core, one-to-four keywords, and
|
|
25
|
-
a one-to-four sentence detail
|
|
26
|
-
- `telegrapher`: brief, factual, and abbreviating; every aspect a
|
|
27
|
-
single-line bullet following `**<title>**: <core>.`, with a one-to-two
|
|
28
|
-
word title and a terse, arrow/em-dash-joined core
|
|
29
|
-
- `caveman`: terse, rough, and stuttering; every aspect a single-line
|
|
30
|
-
bullet with a very terse core of one-word fields or a one-to-two word
|
|
31
|
-
expression
|
|
32
|
-
|
|
33
|
-
Without arguments, the skill reports the currently active persona.
|
|
34
|
-
With a *persona* argument, it switches to that persona via the
|
|
35
|
-
`ase_persona` MCP tool.
|
|
36
|
-
|
|
37
|
-
## ARGUMENTS
|
|
38
|
-
|
|
39
|
-
*persona*:
|
|
40
|
-
The persona to activate; one of `writer`, `engineer`, `journalist`,
|
|
41
|
-
`telegrapher`, or `caveman`. If omitted, the currently active
|
|
42
|
-
persona is reported.
|
|
43
|
-
|
|
44
|
-
## EXAMPLES
|
|
45
|
-
|
|
46
|
-
Show the currently active persona:
|
|
47
|
-
|
|
48
|
-
```text
|
|
49
|
-
❯ /ase-meta-persona
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
Switch to the telegrapher persona:
|
|
53
|
-
|
|
54
|
-
```text
|
|
55
|
-
❯ /ase-meta-persona telegrapher
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
## SEE ALSO
|
|
59
|
-
|
|
60
|
-
[`ase-task-id`](../ase-task-id/help.md).
|