@ryuenn3123/agentic-senior-core 2.0.18 → 2.0.19
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/.cursorrules +2 -2
- package/.windsurfrules +2 -2
- package/README.md +1 -1
- package/package.json +1 -1
package/.cursorrules
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
|
|
2
2
|
|
|
3
|
-
Generated by Agentic-Senior-Core CLI v2.0.
|
|
4
|
-
Timestamp: 2026-04-15T00:
|
|
3
|
+
Generated by Agentic-Senior-Core CLI v2.0.19
|
|
4
|
+
Timestamp: 2026-04-15T00:14:51.184Z
|
|
5
5
|
Selected profile: beginner
|
|
6
6
|
Selected policy file: .agent-context/policies/llm-judge-threshold.json
|
|
7
7
|
|
package/.windsurfrules
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# AGENTIC-SENIOR-CORE DYNAMIC GOVERNANCE RULESET
|
|
2
2
|
|
|
3
|
-
Generated by Agentic-Senior-Core CLI v2.0.
|
|
4
|
-
Timestamp: 2026-04-15T00:
|
|
3
|
+
Generated by Agentic-Senior-Core CLI v2.0.19
|
|
4
|
+
Timestamp: 2026-04-15T00:14:51.184Z
|
|
5
5
|
Selected profile: beginner
|
|
6
6
|
Selected policy file: .agent-context/policies/llm-judge-threshold.json
|
|
7
7
|
|
package/README.md
CHANGED
|
@@ -359,7 +359,7 @@ npx @ryuenn3123/agentic-senior-core upgrade --yes
|
|
|
359
359
|
Our documentation has shifted into dedicated tracks to keep this README light:
|
|
360
360
|
- **[FAQ / Concepts](docs/faq.md)**: Unfamiliar with Stacks, Blueprints, or Guardrails? Stalled on basic logic? Start here.
|
|
361
361
|
- **[Deep Dive / Internals](docs/deep-dive.md)**: Explore the dynamic compiler, severity profiles, MCP integration, and granular LLM overrides here.
|
|
362
|
-
- **[V2 Upgrade Playbook](docs/v2-upgrade-playbook.md)**: Benchmark-driven
|
|
362
|
+
- **[V2 Upgrade Playbook](docs/v2-upgrade-playbook.md)**: Benchmark-driven execution plus profile and preset guidance for common usage patterns.
|
|
363
363
|
- **[Skill Platform](.agent-context/skills/README.md)**: Unified skill packs for frontend, backend, fullstack, CLI, distribution, and review quality with `advance` as the default tier.
|
|
364
364
|
The skill platform is now folder-based, so each domain has its own README and topic docs like a curated skills library.
|
|
365
365
|
|