Skip to content

Commit 50b0c41

Browse files
authored
Merge pull request #1228
* test(37542) SchemaNode.utils.ts Coverage Improvement * test(37542) Coverage for 5 Core Files * test(37542) DomainOntology Hooks Coverage * test(37542) OperationNode.utils.ts Coverage Improvement * test(37542) Coverage for 5 Core Files * chore(37542) add agent context * chore(37542) trigger pipeline * chore(37542) prettier
1 parent 7f3a247 commit 50b0c41

31 files changed

+4731
-16
lines changed

.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/.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)