@ryuenn3123/agentic-senior-core 1.8.1 → 1.8.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Force your AI Agent to code like a Staff Engineer, not a Junior.",
5
5
  "bin": {
6
6
  "agentic-senior-core": "bin/agentic-senior-core.js"
@@ -560,7 +560,7 @@ async function validateDocumentationFlow() {
560
560
  'GitHub Template',
561
561
  'scripts/init-project.ps1',
562
562
  'scripts/init-project.sh',
563
- 'npx @fatidaprilian/agentic-senior-core init',
563
+ 'npx @ryuenn3123/agentic-senior-core init',
564
564
  'npm run validate',
565
565
  'docs/faq.md',
566
566
  'docs/deep-dive.md',
@@ -633,4 +633,4 @@ async function main() {
633
633
  main().catch((error) => {
634
634
  console.error('Validator crashed:', error);
635
635
  process.exit(1);
636
- });
636
+ });