Skip to content

feat(project-facts): architecture-pattern signals - #7

Merged
imchintoo merged 1 commit into
mainfrom
feature/architecture-pattern-signals
Jul 15, 2026
Merged

feat(project-facts): architecture-pattern signals#7
imchintoo merged 1 commit into
mainfrom
feature/architecture-pattern-signals

feat(project-facts): architecture-pattern signals

bdbe0dd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / code-multivitals succeeded Jul 15, 2026 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 453 in lib/project-facts.js

See this annotation in the file changed.

Code scanning / code-multivitals

High Halstead volume Error

getArchitectureSignals: halsteadVolume = 1552.92 (threshold: 1000)

Check warning on line 453 in lib/project-facts.js

See this annotation in the file changed.

Code scanning / code-multivitals

High cyclomatic complexity Warning

getArchitectureSignals: cyclomaticComplexity = 15 (threshold: 20)

Check warning on line 453 in lib/project-facts.js

See this annotation in the file changed.

Code scanning / code-multivitals

Function too long Warning

getArchitectureSignals: functionLength = 57 (threshold: 80)

Check warning on line 453 in lib/project-facts.js

See this annotation in the file changed.

Code scanning / code-multivitals

Low Maintainability Index Warning

getArchitectureSignals: Maintainability Index = 37.3 (warn < 65, error < 20)