@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/.cursorrules +140 -140
- package/.windsurfrules +106 -106
- package/AGENTS.md +131 -131
- package/README.md +318 -318
- package/bin/agentic-senior-core.js +1556 -1556
- package/package.json +1 -1
- package/scripts/validate.mjs +2 -2
package/package.json
CHANGED
package/scripts/validate.mjs
CHANGED
|
@@ -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 @
|
|
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
|
+
});
|