minimal-vibe-coding-kit 0.3.0 → 0.4.0
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/.agents/skills/agentshield-security-review/SKILL.md +6 -6
- package/.agents/skills/agentshield-security-review/references/native-install.md +10 -10
- package/.agents/skills/agentshield-security-review/references/report-template.md +1 -1
- package/.agents/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +3 -3
- package/.agents/skills/autoresearch-coding/README.md +1 -1
- package/.agents/skills/autoresearch-coding/SKILL.md +4 -4
- package/.agents/skills/daily-workflow-curator/SKILL.md +3 -3
- package/.agents/skills/parallel-analysis/SKILL.md +160 -0
- package/.agents/skills/path-sensitive-shell-safety/SKILL.md +68 -0
- package/.agents/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
- package/.agents/skills/vibekit-init/SKILL.md +6 -6
- package/.claude/commands/vibe-finalize.md +1 -1
- package/.claude/rules/security.md +2 -0
- package/.claude/rules/tooling.md +1 -1
- package/.claude/skills/agentshield-security-review/SKILL.md +6 -6
- package/.claude/skills/agentshield-security-review/references/native-install.md +10 -10
- package/.claude/skills/agentshield-security-review/references/report-template.md +1 -1
- package/.claude/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +3 -3
- package/.claude/skills/autoresearch-coding/README.md +1 -1
- package/.claude/skills/autoresearch-coding/SKILL.md +4 -4
- package/.claude/skills/daily-workflow-curator/SKILL.md +3 -3
- package/.claude/skills/parallel-analysis/SKILL.md +160 -0
- package/.claude/skills/path-sensitive-shell-safety/SKILL.md +68 -0
- package/.claude/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
- package/.claude/skills/vibekit-init/SKILL.md +6 -6
- package/.codex-plugin/plugin.json +2 -2
- package/.cursor/commands/vibe-finalize.md +1 -1
- package/.cursor/rules/001-vibe-core.mdc +1 -1
- package/.cursor/rules/010-init.mdc +1 -1
- package/.cursor/rules/020-security-agentshield.mdc +2 -2
- package/.cursor/rules/030-autoresearch-loop.mdc +1 -1
- package/.cursor/skills/parallel-analysis/SKILL.md +160 -0
- package/.cursor/skills/path-sensitive-shell-safety/SKILL.md +68 -0
- package/.cursor/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
- package/.vibekit/commands/vibe-finalize.md +3 -0
- package/{.vbkit-docs → .vibekit/docs}/AUTORESEARCH_LEDGER.md +3 -3
- package/{.vbkit-docs → .vibekit/docs}/BACKBONE_REFERENCE.md +1 -1
- package/{.vbkit-docs → .vibekit/docs}/INSTALL.md +16 -16
- package/{.vbkit-docs → .vibekit/docs}/RESEARCH_NOTES.md +1 -1
- package/{.vbkit-docs → .vibekit/docs}/SECURITY_MODEL.md +2 -2
- package/{.vbkit-docs → .vibekit/docs}/TOOLING_GUIDE.md +2 -2
- package/{.vbkit-docs → .vibekit/docs}/templates/CONTEXT_TEMPLATE.md +1 -1
- package/{.vbkit-docs → .vibekit/docs}/templates/PRD_TEMPLATE.md +1 -1
- package/{CLAUDE-template.md → .vibekit/init/CLAUDE-template.md} +1 -1
- package/{FIRST_PROMPT.md → .vibekit/init/FIRST_PROMPT.md} +6 -6
- package/{FIRST_TIME_INIT.md → .vibekit/init/FIRST_TIME_INIT.md} +14 -14
- package/{.vbkit-scripts → .vibekit/scripts}/agentshield-probe.mjs +1 -1
- package/{.vbkit-scripts → .vibekit/scripts}/daily-enhance.mjs +3 -3
- package/{.vbkit-scripts → .vibekit/scripts}/doctor.mjs +6 -6
- package/{.vbkit-scripts → .vibekit/scripts}/init-backbone.mjs +22 -22
- package/{.vbkit-scripts → .vibekit/scripts}/mvck.mjs +61 -25
- package/{.vbkit-scripts → .vibekit/scripts}/test-install.mjs +32 -18
- package/{.vbkit-scripts → .vibekit/scripts}/validate-kit.mjs +47 -31
- package/{.vbkit-scripts → .vibekit/scripts}/vibekit-finalize.mjs +7 -7
- package/{skills → .vibekit/skills}/agentshield-security-review/SKILL.md +6 -6
- package/{skills → .vibekit/skills}/agentshield-security-review/references/native-install.md +10 -10
- package/{skills → .vibekit/skills}/agentshield-security-review/references/report-template.md +1 -1
- package/{skills → .vibekit/skills}/agentshield-security-review/scripts/agentshield_repo_probe.py +3 -3
- package/{skills → .vibekit/skills}/autoresearch-coding/README.md +1 -1
- package/{skills → .vibekit/skills}/autoresearch-coding/SKILL.md +4 -4
- package/{skills → .vibekit/skills}/daily-workflow-curator/SKILL.md +3 -3
- package/.vibekit/skills/parallel-analysis/SKILL.md +160 -0
- package/.vibekit/skills/path-sensitive-shell-safety/SKILL.md +68 -0
- package/.vibekit/skills/path-sensitive-shell-safety/references/workflow.md +127 -0
- package/{skills → .vibekit/skills}/vibekit-init/SKILL.md +6 -6
- package/AGENTS.md +5 -2
- package/CHANGELOG.md +13 -2
- package/CONTRIBUTING.md +3 -3
- package/README.md +133 -394
- package/README.vi.md +135 -334
- package/backbone.yml +8 -7
- package/bin/mvck.js +1 -1
- package/bin/vibe-kit.js +1 -1
- package/install.ps1 +1 -1
- package/install.sh +5 -3
- package/package.json +22 -18
- package/.vbkit-commands/vibe-finalize.md +0 -3
- /package/{.vbkit-commands → .vibekit/commands}/autoresearch-coding.md +0 -0
- /package/{.vbkit-commands → .vibekit/commands}/council.md +0 -0
- /package/{.vbkit-commands → .vibekit/commands}/daily-enhance.md +0 -0
- /package/{.vbkit-commands → .vibekit/commands}/init-vibe.md +0 -0
- /package/{.vbkit-commands → .vibekit/commands}/security-scan.md +0 -0
- /package/{.vbkit-docs → .vibekit/docs}/backbone.schema.json +0 -0
- /package/{.vbkit-scripts → .vibekit/scripts}/pack-dry-run.mjs +0 -0
- /package/{skills → .vibekit/skills}/agentshield-security-review/agents/openai.yaml +0 -0
- /package/{skills → .vibekit/skills}/agentshield-security-review/references/review-checklist.md +0 -0
- /package/{skills → .vibekit/skills}/autoresearch-coding/references/experiment-contract.md +0 -0
- /package/{skills → .vibekit/skills}/autoresearch-coding/references/metric-extraction.md +0 -0
- /package/{skills → .vibekit/skills}/autoresearch-coding/references/result-ledger.md +0 -0
- /package/{skills → .vibekit/skills}/autoresearch-coding/scripts/log_result.py +0 -0
- /package/{skills → .vibekit/skills}/autoresearch-coding/scripts/run_logged.py +0 -0
- /package/{skills → .vibekit/skills}/clearthought/SKILL.md +0 -0
- /package/{skills → .vibekit/skills}/clearthought/examples/decision-framework.md +0 -0
- /package/{skills → .vibekit/skills}/clearthought/examples/metagame-examples.md +0 -0
- /package/{skills → .vibekit/skills}/clearthought/examples/sequential-thinking.md +0 -0
- /package/{skills → .vibekit/skills}/clearthought/references/output-schemas.md +0 -0
- /package/{skills → .vibekit/skills}/clearthought/references/parameter-reference.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/SKILL.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/references/level-0.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/references/level-1.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/references/level-2.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/references/level-3.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/references/level-4.md +0 -0
- /package/{skills → .vibekit/skills}/coding-level/references/level-5.md +0 -0
- /package/{skills → .vibekit/skills}/memento/SKILL.md +0 -0
- /package/{skills → .vibekit/skills}/reviewing-4p-priorities/SKILL.md +0 -0
- /package/{skills → .vibekit/skills}/reviewing-4p-priorities/examples.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/SKILL.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/examples/adaptive-depth.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/examples/branching-exploration.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/examples/linear-reasoning.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/examples/revision-pattern.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/references/output-schema.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/references/parameters.md +0 -0
- /package/{skills → .vibekit/skills}/sequential-thinking/references/patterns.md +0 -0
- /package/{skills → .vibekit/skills}/visual-design-loop/SKILL.md +0 -0
- /package/{skills → .vibekit/skills}/visual-design-loop/agents/openai.yaml +0 -0
package/install.sh
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env sh
|
|
2
2
|
set -eu
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
# Target is the first argument only when it is not an option; flags may come in any position.
|
|
4
|
+
TARGET="."
|
|
5
|
+
if [ "$#" -gt 0 ] && [ "${1#-}" = "$1" ]; then
|
|
6
|
+
TARGET="$1"
|
|
5
7
|
shift
|
|
6
8
|
fi
|
|
7
9
|
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
|
8
|
-
node "$SCRIPT_DIR/.
|
|
10
|
+
node "$SCRIPT_DIR/.vibekit/scripts/mvck.mjs" install "$TARGET" --profile all "$@"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minimal-vibe-coding-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Project-agnostic AI coding workflow kit for Claude Code, Cursor, and Codex with AgentShield security review.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
"vibe-kit": "./bin/vibe-kit.js"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
|
-
"install:repo": "node .
|
|
13
|
-
"init:backbone": "node .
|
|
14
|
-
"doctor": "node .
|
|
15
|
-
"daily": "node .
|
|
16
|
-
"check:syntax": "node --check .
|
|
17
|
-
"test:install": "node .
|
|
12
|
+
"install:repo": "node .vibekit/scripts/mvck.mjs install",
|
|
13
|
+
"init:backbone": "node .vibekit/scripts/init-backbone.mjs . --propose",
|
|
14
|
+
"doctor": "node .vibekit/scripts/doctor.mjs .",
|
|
15
|
+
"daily": "node .vibekit/scripts/daily-enhance.mjs . --write-report",
|
|
16
|
+
"check:syntax": "node --check .vibekit/scripts/mvck.mjs && node --check .vibekit/scripts/init-backbone.mjs && node --check .vibekit/scripts/daily-enhance.mjs && node --check .vibekit/scripts/validate-kit.mjs && node --check .vibekit/scripts/doctor.mjs && node --check .vibekit/scripts/test-install.mjs && node --check .vibekit/scripts/agentshield-probe.mjs && node --check .vibekit/scripts/pack-dry-run.mjs && node --check .vibekit/scripts/vibekit-finalize.mjs && node --check bin/mvck.js && node --check bin/vibe-kit.js",
|
|
17
|
+
"test:install": "node .vibekit/scripts/test-install.mjs",
|
|
18
18
|
"test": "npm run check:syntax && npm run test:install && npm run validate",
|
|
19
|
-
"validate": "node .
|
|
20
|
-
"security:probe": "node .
|
|
21
|
-
"pack:dry-run": "node .
|
|
19
|
+
"validate": "node .vibekit/scripts/validate-kit.mjs .",
|
|
20
|
+
"security:probe": "node .vibekit/scripts/agentshield-probe.mjs .",
|
|
21
|
+
"pack:dry-run": "node .vibekit/scripts/pack-dry-run.mjs",
|
|
22
22
|
"validate:all": "npm test && npm run security:probe && npm run pack:dry-run",
|
|
23
|
-
"pack:repo": "node .
|
|
23
|
+
"pack:repo": "node .vibekit/scripts/validate-kit.mjs . && npm pack"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"vibe-coding",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"bin/",
|
|
40
|
-
".
|
|
41
|
-
"skills/",
|
|
42
|
-
".
|
|
40
|
+
".vibekit/scripts/",
|
|
41
|
+
".vibekit/skills/",
|
|
42
|
+
".vibekit/commands/",
|
|
43
43
|
".claude/agents/",
|
|
44
44
|
".claude/commands/",
|
|
45
45
|
".claude/rules/",
|
|
@@ -51,25 +51,29 @@
|
|
|
51
51
|
".claude/skills/clearthought/",
|
|
52
52
|
".claude/skills/sequential-thinking/",
|
|
53
53
|
".claude/skills/reviewing-4p-priorities/",
|
|
54
|
+
".claude/skills/path-sensitive-shell-safety/",
|
|
54
55
|
".claude/skills/visual-design-loop/",
|
|
55
56
|
".claude/skills/memento/",
|
|
56
57
|
".claude/skills/coding-level/",
|
|
58
|
+
".claude/skills/parallel-analysis/",
|
|
57
59
|
".cursor/rules/",
|
|
58
60
|
".cursor/commands/",
|
|
59
61
|
".cursor/settings.json",
|
|
60
62
|
".cursor/skills/clearthought/",
|
|
61
63
|
".cursor/skills/sequential-thinking/",
|
|
62
64
|
".cursor/skills/reviewing-4p-priorities/",
|
|
65
|
+
".cursor/skills/path-sensitive-shell-safety/",
|
|
63
66
|
".cursor/skills/memento/",
|
|
64
67
|
".cursor/skills/coding-level/",
|
|
68
|
+
".cursor/skills/parallel-analysis/",
|
|
65
69
|
".agents/",
|
|
66
70
|
".codex/",
|
|
67
71
|
".codex-plugin/",
|
|
68
|
-
".
|
|
72
|
+
".vibekit/docs/",
|
|
69
73
|
"AGENTS.md",
|
|
70
|
-
"CLAUDE-template.md",
|
|
71
|
-
"FIRST_TIME_INIT.md",
|
|
72
|
-
"FIRST_PROMPT.md",
|
|
74
|
+
".vibekit/init/CLAUDE-template.md",
|
|
75
|
+
".vibekit/init/FIRST_TIME_INIT.md",
|
|
76
|
+
".vibekit/init/FIRST_PROMPT.md",
|
|
73
77
|
"backbone.yml",
|
|
74
78
|
"install.sh",
|
|
75
79
|
"install.ps1",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
# vibe-finalize
|
|
2
|
-
|
|
3
|
-
Graduate this project once init and the first prompt are complete. Run `node .vbkit-scripts/vibekit-finalize.mjs . --propose` to preview, then `--write --yes` to move one-time bootstrap files (FIRST_TIME_INIT.md, FIRST_PROMPT.md, PUSH_TO_GITHUB.md, CLAUDE-template.md) into `_vibekit-cleanup/` for deletion. It refuses to run on the kit source repo and is reversible with `--restore --write`.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{skills → .vibekit/skills}/agentshield-security-review/references/review-checklist.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|