@harness-engineering/core 0.14.0 → 0.15.0

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 CHANGED
@@ -10,6 +10,29 @@ pnpm add @harness-engineering/core
10
10
 
11
11
  ## Modules
12
12
 
13
+ ### Modules Overview
14
+
15
+ | Module | Description |
16
+ | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
17
+ | **validation** | Cross-cutting validation for file structure, configuration, and commit messages |
18
+ | **context** | AGENTS.md knowledge maps, documentation coverage analysis, token budgets, and context filtering |
19
+ | **constraints** | Architectural layer enforcement, circular dependency detection, and boundary validation |
20
+ | **entropy** | Documentation drift, dead code detection, pattern violations, and auto-fix |
21
+ | **architecture** | Metric collection via multiple collectors (circular deps, layer violations, complexity, coupling, forbidden imports, module size, dependency depth) |
22
+ | **review** | Code review pipeline with mechanical checks, fan-out agents (compliance, bugs, security, architecture), and deduplication |
23
+ | **feedback** | Agent feedback loops with self-review, peer review, telemetry, logging, and action tracking |
24
+ | **performance** | Benchmarking, baseline management, regression detection, and critical path analysis |
25
+ | **security** | Security scanning with secret detection, injection detection, XSS, crypto, path traversal, and stack-specific rules (Node.js, Express, React, Go) |
26
+ | **ci** | CI/CD check orchestration for running automated checks in continuous integration pipelines |
27
+ | **code-nav** | Code navigation: file parsing, symbol extraction/outlines, symbol search, and code range unfolding by language |
28
+ | **state** | State persistence including learnings, failures, handoffs, gates, streams, sessions, and event logging |
29
+ | **roadmap** | Roadmap parsing, serialization, and synchronization with codebase and issue tracking |
30
+ | **pipeline** | Skill pipeline orchestration for sequential and multi-turn skill execution |
31
+ | **workflow** | Workflow execution engine for structured multi-step workflows |
32
+ | **interaction** | Types and schemas for agent-to-human interactions (questions, confirmations, transitions) |
33
+ | **blueprint** | HTML documentation generation from module data using EJS templates |
34
+ | **shared** | Error types, Result pattern for error handling, file system utilities, and language parsers |
35
+
13
36
  ### Validation Module
14
37
 
15
38
  Cross-cutting validation utilities used by all other modules.
@@ -1,2 +1,2 @@
1
- export { h as ArchHandle, j as ArchitectureOptions, s as archMatchers, t as archModule, u as architecture } from '../matchers-D20x48U9.mjs';
1
+ export { h as ArchHandle, j as ArchitectureOptions, s as archMatchers, t as archModule, u as architecture } from '../matchers-Dj1t5vpg.mjs';
2
2
  import 'zod';
@@ -1,2 +1,2 @@
1
- export { h as ArchHandle, j as ArchitectureOptions, s as archMatchers, t as archModule, u as architecture } from '../matchers-D20x48U9.js';
1
+ export { h as ArchHandle, j as ArchitectureOptions, s as archMatchers, t as archModule, u as architecture } from '../matchers-Dj1t5vpg.js';
2
2
  import 'zod';