Skip to content

Commit abe107a

Browse files
authored
Merge branch 'master' into renovate/hivemq-edge/master-all-patch
2 parents 5c8ef07 + d4769eb commit abe107a

File tree

59 files changed

+8514
-2002
lines changed

Some content is hidden

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

59 files changed

+8514
-2002
lines changed

.github/actions/setup_node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ runs:
1515
name: Install pnpm
1616
id: pnpm-install
1717
with:
18-
version: 9
18+
version: 10
1919
run_install: ${{ inputs.run-install }}
2020

2121
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222
with:
23-
node-version: 18.16.0
23+
node-version: 22.20.0
2424
cache: 'pnpm'
2525
cache-dependency-path: '**/pnpm-lock.yaml'
2626

.github/workflows/trigger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
again
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# AI Context and Task Documentation
2+
3+
## Quick Reference for AI Agents
4+
5+
All task-related documentation is located in the `.tasks/` directory:
6+
7+
- **Active Tasks Index**: [.tasks/ACTIVE_TASKS.md](./.tasks/ACTIVE_TASKS.md)
8+
- **AI Guidelines**: [.tasks/AUTONOMY_TEMPLATE.md](./.tasks/AUTONOMY_TEMPLATE.md)
9+
- **Quick Start Guide**: [.tasks/QUICK_START.md](./.tasks/QUICK_START.md)
10+
11+
## Current Tasks
12+
13+
### 37542-code-coverage
14+
15+
Code coverage improvements for HiveMQ Edge Frontend
16+
17+
- **Status**: Active
18+
- **Location**: `.tasks/37542-code-coverage/`
19+
- **Progress**: 3 subtasks completed, 42 tests added, 11 files improved
20+
21+
## For AI Agents
22+
23+
When a user mentions a task:
24+
25+
1. Read `.tasks/ACTIVE_TASKS.md` to find the task
26+
2. Navigate to `.tasks/{task-id}-{task-name}/`
27+
3. Load context from TASK_BRIEF.md and TASK_SUMMARY.md
28+
4. Review recent CONVERSATION_SUBTASK_N.md files
29+
30+
## Documentation Structure
31+
32+
```
33+
.tasks/
34+
├── ACTIVE_TASKS.md # Master task index
35+
├── AUTONOMY_TEMPLATE.md # Work patterns & guidelines
36+
└── {task-id}-{task-name}/
37+
├── TASK_BRIEF.md
38+
├── TASK_SUMMARY.md
39+
├── CONVERSATION_SUBTASK_N.md
40+
└── SESSION_FEEDBACK.md
41+
```
42+
43+
---
44+
45+
_This file provides quick context for AI assistants working in this codebase._
46+
47+
# Task Documentation & AI Context
48+
49+
This directory contains comprehensive task documentation, progress tracking, and AI work guidelines.
50+
51+
**When working on tasks, AI agents should consult this directory first.**
52+
53+
See [README.md](.tasks/README.md) for full documentation structure.

hivemq-edge-frontend/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ test-results
4444

4545
# Sentry Config File
4646
.env.sentry-build-plugin
47+
48+
# Keep task documentation in version control
49+
# DO NOT ignore .tasks/ directory - it contains important task tracking

hivemq-edge-frontend/.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
strict-peer-dependencies=false
2+
only-built-dependencies[]=@percy/core
3+
only-built-dependencies[]=@sentry/cli
4+
only-built-dependencies[]=cypress
5+
only-built-dependencies[]=esbuild
6+
only-built-dependencies[]=msw
7+
only-built-dependencies[]=protobufjs

hivemq-edge-frontend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.0
1+
v22.20.0

hivemq-edge-frontend/.tasks/.context

Whitespace-only changes.

hivemq-edge-frontend/.tasks/37542-code-coverage/CONVERSATION_SUBTASK_1.md

Whitespace-only changes.

hivemq-edge-frontend/.tasks/37542-code-coverage/CONVERSATION_SUBTASK_2.md

Whitespace-only changes.

hivemq-edge-frontend/.tasks/37542-code-coverage/CONVERSATION_SUBTASK_3.md

Whitespace-only changes.

0 commit comments

Comments
 (0)