@sunasteriskrnd/takumi 0.1.0-dev.5 → 0.1.0-dev.7
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/dist/index.js +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11255,7 +11255,10 @@ var init_kit = __esm(() => {
|
|
|
11255
11255
|
"__pycache__/**",
|
|
11256
11256
|
"**/.venv/**",
|
|
11257
11257
|
"**/venv/**",
|
|
11258
|
-
"**/__pycache__/**"
|
|
11258
|
+
"**/__pycache__/**",
|
|
11259
|
+
"/CLAUDE.md",
|
|
11260
|
+
"/README.md",
|
|
11261
|
+
"/AGENTS.md"
|
|
11259
11262
|
];
|
|
11260
11263
|
USER_CONFIG_PATTERNS = [
|
|
11261
11264
|
".gitignore",
|
|
@@ -63444,7 +63447,7 @@ var import_fs_extra37 = __toESM(require_lib(), 1);
|
|
|
63444
63447
|
// package.json
|
|
63445
63448
|
var package_default = {
|
|
63446
63449
|
name: "@sunasteriskrnd/takumi",
|
|
63447
|
-
version: "0.1.0-dev.
|
|
63450
|
+
version: "0.1.0-dev.7",
|
|
63448
63451
|
description: "CLI tool for bootstrapping and managing Takumi projects",
|
|
63449
63452
|
type: "module",
|
|
63450
63453
|
repository: {
|