@anatolykoptev/krolik-cli 0.1.1 → 0.1.3

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.
@@ -1,3 +1,3 @@
1
- export { DEFAULT_EXCLUDE, DEFAULT_EXTENSIONS, DEFAULT_FEATURES, DEFAULT_PATHS, DOMAIN_APPROACHES, DOMAIN_FILES, DOMAIN_KEYWORDS, clearConfigCache, createDefaultConfig, defineConfig, detectAll, detectDomains, detectFeatures, detectMonorepoPackages, detectPaths, detectPrisma, detectProjectName, detectTrpc, findProjectRoot, getApproaches, getConfig, getRelatedFiles, loadConfig } from '../chunk-DTDOBWO6.js';
1
+ export { DEFAULT_EXCLUDE, DEFAULT_EXTENSIONS, DEFAULT_FEATURES, DEFAULT_PATHS, DOMAIN_APPROACHES, DOMAIN_FILES, DOMAIN_KEYWORDS, clearConfigCache, createDefaultConfig, defineConfig, detectAll, detectDomains, detectFeatures, detectMonorepoPackages, detectPaths, detectPrisma, detectProjectName, detectTrpc, findProjectRoot, getApproaches, getConfig, getRelatedFiles, loadConfig } from '../chunk-6KHNWBXV.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { createLogger, defineConfig, exec, execLines, findFiles, getConfig, getCurrentBranch, getStatus, isGitRepo, loadConfig, readFile, tryExec, writeFile } from './chunk-DTDOBWO6.js';
1
+ export { createLogger, defineConfig, exec, execLines, findFiles, getConfig, getCurrentBranch, getStatus, isGitRepo, loadConfig, readFile, tryExec, writeFile } from './chunk-6KHNWBXV.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anatolykoptev/krolik-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "KROLIK — fast AI-assisted development toolkit for TypeScript projects",
5
5
  "keywords": [
6
6
  "cli",
@@ -101,7 +101,7 @@
101
101
  "packageManager": "pnpm@10.0.0",
102
102
  "lint-staged": {
103
103
  "*.{ts,tsx}": [
104
- "biome check --write --no-errors-on-unmatched"
104
+ "biome check --write --no-errors-on-unmatched --diagnostic-level=error"
105
105
  ],
106
106
  "*.{json,md,yml,yaml}": [
107
107
  "biome format --write --no-errors-on-unmatched"