@dzhechkov/harness-cli 0.3.71 → 0.3.72
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/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -567,6 +567,7 @@ Install [Understand-Anything](https://github.com/Lum1104/Understand-Anything) pl
|
|
|
567
567
|
# 4. Develop with full context
|
|
568
568
|
"Add a payment module"
|
|
569
569
|
# → feature-adr runs with architecture awareness (layers, hot spots, dependencies)
|
|
570
|
+
# → see: https://www.npmjs.com/package/@dzhechkov/skills-feature-adr
|
|
570
571
|
# → code generation informed by real dependency graph
|
|
571
572
|
# → QE review targets tests at high-impact files
|
|
572
573
|
# → agentshield-scan checks new configs for security
|
package/package.json
CHANGED