@ryuenn3123/agentic-senior-core 2.0.14 → 2.0.16
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/.agent-context/rules/api-docs.md +6 -4
- package/.cursorrules +1 -1
- package/.windsurfrules +1 -1
- package/package.json +1 -1
|
@@ -35,18 +35,20 @@ This standard applies to API docs, README updates, release notes, and technical
|
|
|
35
35
|
3. Use clear, direct, plain language.
|
|
36
36
|
4. Keep sentence rhythm natural with short and medium sentences.
|
|
37
37
|
5. Sound confident, practical, and conversational.
|
|
38
|
+
6. State the main point first, then supporting detail.
|
|
38
39
|
|
|
39
40
|
### Required Behavior
|
|
40
41
|
1. Explain decisions the way a competent coworker would explain them out loud.
|
|
41
42
|
2. Cut unnecessary words and remove filler.
|
|
42
43
|
3. Use concrete verbs and everyday phrasing.
|
|
43
44
|
4. Rewrite and reorder content when flow is weak.
|
|
45
|
+
5. Keep explanations short by default; expand only when complexity requires it.
|
|
44
46
|
|
|
45
|
-
###
|
|
47
|
+
### Non-Negotiables
|
|
46
48
|
1. No emoji in formal artifacts.
|
|
47
|
-
2.
|
|
48
|
-
3.
|
|
49
|
-
4.
|
|
49
|
+
2. Avoid AI cliches and buzzwords: delve, leverage, robust, utilize, seamless.
|
|
50
|
+
3. Avoid inflated, academic, or performative language.
|
|
51
|
+
4. Avoid padding, hedging, and redundant phrasing.
|
|
50
52
|
|
|
51
53
|
### Critical Controls
|
|
52
54
|
1. Any claim about quality, performance, or reliability must include a measurable source and timestamp.
|
package/.cursorrules
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
|
|
2
2
|
|
|
3
|
-
Generated by Agentic-Senior-Core CLI v2.0.
|
|
3
|
+
Generated by Agentic-Senior-Core CLI v2.0.16
|
|
4
4
|
Timestamp: 2026-04-08T14:58:53.570Z
|
|
5
5
|
Selected profile: beginner
|
|
6
6
|
Selected policy file: .agent-context/policies/llm-judge-threshold.json
|
package/.windsurfrules
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
|
|
2
2
|
|
|
3
|
-
Generated by Agentic-Senior-Core CLI v2.0.
|
|
3
|
+
Generated by Agentic-Senior-Core CLI v2.0.16
|
|
4
4
|
Timestamp: 2026-04-08T14:58:53.570Z
|
|
5
5
|
Selected profile: beginner
|
|
6
6
|
Selected policy file: .agent-context/policies/llm-judge-threshold.json
|