UNPKG

claude-flow-depth

Version:

DEPTH Methodology Installer - Ousterhout-First Development for Claude Code

29 lines 852 B
{ "name": "{{PROJECT_NAME}}", "version": "1.0.0", "description": "DEPTH methodology project - Ousterhout-first development", "scripts": { "depth": "echo 'Use /depth commands in Claude Code'", "depth:report": "echo 'Check depth-reports/ directory for session reports'", "depth:status": "echo 'Check .depth file for current configuration'", "test": "echo 'No tests specified yet - add them following DEPTH testing principles'", "start": "echo 'Add your start script here'" }, "keywords": [ "depth", "ousterhout", "claude-code", "software-design", "methodology" ], "author": "{{AUTHOR_NAME}}", "license": "MIT", "devDependencies": { "claude-flow-depth": "^1.0.0-alpha" }, "depth": { "methodology": "ousterhout-first", "version": "1.0.0", "initialized": "{{TIMESTAMP}}" } }