Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 885627b

Browse files
authored
Merge pull request ruvnet#32 from ruvnet/claude/validate-code-quality-WNrNw
2 parents 31a3c50 + c6ad674 commit 885627b

108 files changed

Lines changed: 18734 additions & 1390 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-flow/CAPABILITIES.md

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

.claude-flow/config.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Claude Flow V3 Runtime Configuration
2-
# Generated: 2026-01-13T02:28:22.177Z
2+
# Generated: 2026-02-28T16:04:10.837Z
33

44
version: "3.0.0"
55

@@ -14,6 +14,21 @@ memory:
1414
enableHNSW: true
1515
persistPath: .claude-flow/data
1616
cacheSize: 100
17+
# ADR-049: Self-Learning Memory
18+
learningBridge:
19+
enabled: true
20+
sonaMode: balanced
21+
confidenceDecayRate: 0.005
22+
accessBoostAmount: 0.03
23+
consolidationThreshold: 10
24+
memoryGraph:
25+
enabled: true
26+
pageRankDamping: 0.85
27+
maxNodes: 5000
28+
similarityThreshold: 0.8
29+
agentScopes:
30+
enabled: true
31+
defaultScope: project
1732

1833
neural:
1934
enabled: true

.claude-flow/daemon-state.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
22
"running": true,
3-
"startedAt": "2026-02-28T13:34:03.423Z",
3+
"startedAt": "2026-02-28T15:54:19.353Z",
44
"workers": {
55
"map": {
6-
"runCount": 45,
7-
"successCount": 45,
6+
"runCount": 49,
7+
"successCount": 49,
88
"failureCount": 0,
9-
"averageDurationMs": 1.1555555555555554,
10-
"lastRun": "2026-02-28T14:34:03.462Z",
11-
"nextRun": "2026-02-28T14:49:03.462Z",
9+
"averageDurationMs": 1.2857142857142858,
10+
"lastRun": "2026-02-28T16:13:19.194Z",
11+
"nextRun": "2026-02-28T16:28:19.195Z",
1212
"isRunning": false
1313
},
1414
"audit": {
15-
"runCount": 40,
15+
"runCount": 44,
1616
"successCount": 0,
17-
"failureCount": 40,
17+
"failureCount": 44,
1818
"averageDurationMs": 0,
19-
"lastRun": "2026-02-28T14:41:03.451Z",
20-
"nextRun": "2026-02-28T14:51:03.452Z",
19+
"lastRun": "2026-02-28T16:20:19.184Z",
20+
"nextRun": "2026-02-28T16:30:19.185Z",
2121
"isRunning": false
2222
},
2323
"optimize": {
24-
"runCount": 31,
24+
"runCount": 34,
2525
"successCount": 0,
26-
"failureCount": 31,
26+
"failureCount": 34,
2727
"averageDurationMs": 0,
28-
"lastRun": "2026-02-28T14:43:03.464Z",
29-
"nextRun": "2026-02-28T14:38:03.457Z",
28+
"lastRun": "2026-02-28T16:23:19.387Z",
29+
"nextRun": "2026-02-28T16:18:19.361Z",
3030
"isRunning": false
3131
},
3232
"consolidate": {
33-
"runCount": 21,
34-
"successCount": 21,
33+
"runCount": 23,
34+
"successCount": 23,
3535
"failureCount": 0,
36-
"averageDurationMs": 0.6190476190476191,
37-
"lastRun": "2026-02-28T14:41:03.452Z",
38-
"nextRun": "2026-02-28T15:10:03.429Z",
36+
"averageDurationMs": 0.6521739130434783,
37+
"lastRun": "2026-02-28T16:05:19.091Z",
38+
"nextRun": "2026-02-28T16:35:19.054Z",
3939
"isRunning": false
4040
},
4141
"testgaps": {
42-
"runCount": 25,
42+
"runCount": 27,
4343
"successCount": 0,
44-
"failureCount": 25,
44+
"failureCount": 27,
4545
"averageDurationMs": 0,
46-
"lastRun": "2026-02-28T14:37:03.441Z",
47-
"nextRun": "2026-02-28T14:57:03.442Z",
48-
"isRunning": false
46+
"lastRun": "2026-02-28T16:08:19.369Z",
47+
"nextRun": "2026-02-28T16:22:19.355Z",
48+
"isRunning": true
4949
},
5050
"predict": {
5151
"runCount": 0,
@@ -131,5 +131,5 @@
131131
}
132132
]
133133
},
134-
"savedAt": "2026-02-28T14:43:03.464Z"
134+
"savedAt": "2026-02-28T16:23:19.387Z"
135135
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"timestamp": "2026-02-28T14:34:03.461Z",
2+
"timestamp": "2026-02-28T16:13:19.193Z",
33
"projectRoot": "/home/user/wifi-densepose",
44
"structure": {
55
"hasPackageJson": false,
66
"hasTsConfig": false,
77
"hasClaudeConfig": true,
88
"hasClaudeFlow": true
99
},
10-
"scannedAt": 1772289243462
10+
"scannedAt": 1772295199193
1111
}

.claude-flow/metrics/consolidation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-28T14:41:03.452Z",
2+
"timestamp": "2026-02-28T16:05:19.091Z",
33
"patternsConsolidated": 0,
44
"memoryCleaned": 0,
55
"duplicatesRemoved": 0

.claude-flow/metrics/learning.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"initialized": "2026-02-28T16:04:10.843Z",
3+
"routing": {
4+
"accuracy": 0,
5+
"decisions": 0
6+
},
7+
"patterns": {
8+
"shortTerm": 0,
9+
"longTerm": 0,
10+
"quality": 0
11+
},
12+
"sessions": {
13+
"total": 0,
14+
"current": null
15+
},
16+
"_note": "Intelligence grows as you use Claude Flow"
17+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"timestamp": "2026-02-28T16:04:10.842Z",
3+
"processes": {
4+
"agentic_flow": 0,
5+
"mcp_server": 0,
6+
"estimated_agents": 0
7+
},
8+
"swarm": {
9+
"active": false,
10+
"agent_count": 0,
11+
"coordination_active": false
12+
},
13+
"integration": {
14+
"agentic_flow_active": false,
15+
"mcp_active": false
16+
},
17+
"_initialized": true
18+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "3.0.0",
3+
"initialized": "2026-02-28T16:04:10.841Z",
4+
"domains": {
5+
"completed": 0,
6+
"total": 5,
7+
"status": "INITIALIZING"
8+
},
9+
"ddd": {
10+
"progress": 0,
11+
"modules": 0,
12+
"totalFiles": 0,
13+
"totalLines": 0
14+
},
15+
"swarm": {
16+
"activeAgents": 0,
17+
"maxAgents": 15,
18+
"topology": "hierarchical-mesh"
19+
},
20+
"learning": {
21+
"status": "READY",
22+
"patternsLearned": 0,
23+
"sessionsCompleted": 0
24+
},
25+
"_note": "Metrics will update as you use Claude Flow. Run: npx @claude-flow/cli@latest daemon start"
26+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"initialized": "2026-02-28T16:04:10.843Z",
3+
"status": "PENDING",
4+
"cvesFixed": 0,
5+
"totalCves": 3,
6+
"lastScan": null,
7+
"_note": "Run: npx @claude-flow/cli@latest security scan"
8+
}

.claude/agents/analysis/analyze-code-quality.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ type: "analysis"
66
version: "1.0.0"
77
created: "2025-07-25"
88
author: "Claude Code"
9-
109
metadata:
11-
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
1210
specialization: "Code quality, best practices, refactoring suggestions, technical debt"
1311
complexity: "complex"
1412
autonomous: true

0 commit comments

Comments
 (0)