deepflow 0.1.112 → 0.1.113

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.
@@ -140,12 +140,12 @@ function resolveTestFiles(args) {
140
140
 
141
141
  function run(args) {
142
142
  if (!args.spec) {
143
- console.error('[ac-coverage] Error: --spec is required');
144
- process.exit(1);
143
+ // Called as a PostToolUse hook without explicit args — no-op
144
+ process.exit(0);
145
145
  }
146
146
  if (!args.status) {
147
- console.error('[ac-coverage] Error: --status is required');
148
- process.exit(1);
147
+ // Called as a PostToolUse hook without explicit args — no-op
148
+ process.exit(0);
149
149
  }
150
150
 
151
151
  // Read spec
@@ -349,8 +349,8 @@ function extractSection(content, sectionName) {
349
349
  if (require.main === module) {
350
350
  const filePath = process.argv[2];
351
351
  if (!filePath) {
352
- console.error('Usage: df-spec-lint.js <spec-file.md>');
353
- process.exit(1);
352
+ // Called as a PostToolUse hook without a spec file argument — no-op
353
+ process.exit(0);
354
354
  }
355
355
 
356
356
  const content = fs.readFileSync(filePath, 'utf8');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepflow",
3
- "version": "0.1.112",
3
+ "version": "0.1.113",
4
4
  "description": "Doing reveals what thinking can't predict — spec-driven iterative development for Claude Code",
5
5
  "keywords": [
6
6
  "claude",