Skip to content

Commit eea8bda

Browse files
committed
Fix prettier-check
1 parent ce7e571 commit eea8bda

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/prompts/reflect.prompt.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Before proposing documentation changes, apply this hierarchy:
1515
4. Do not duplicate the same checklist/policy text across global instructions and skill files.
1616
5. If overlap is unavoidable, keep one canonical source and replace duplicates with short references.
1717

18-
1. Review the entire conversation history.
19-
2. Identify patterns where I had to correct you or clarify my intent.
20-
3. Suggest specific additions or modifications to the `.github/copilot-instructions.md`, files under `.github/skills` directory, `Agents.md` in each service directory and other relevant documentation to prevent these issues in the future.
21-
4. Recommend any new 'Agent Skills', tools or prompts that would have made this task easier.
22-
5. Provide the output as a set of actionable diffs or markdown blocks.
23-
6. Explicitly identify any missed instruction and classify the root cause as:
24-
- discovery failure
25-
- execution failure
26-
- verification failure
27-
7. For test-related tasks, always include:
28-
- the Makefile target that should have been run
29-
- whether it was actually run
30-
- the exact command and pass/fail summary (or the blocker)
18+
6. Review the entire conversation history.
19+
7. Identify patterns where I had to correct you or clarify my intent.
20+
8. Suggest specific additions or modifications to the `.github/copilot-instructions.md`, files under `.github/skills` directory, `Agents.md` in each service directory and other relevant documentation to prevent these issues in the future.
21+
9. Recommend any new 'Agent Skills', tools or prompts that would have made this task easier.
22+
10. Provide the output as a set of actionable diffs or markdown blocks.
23+
11. Explicitly identify any missed instruction and classify the root cause as:
24+
- discovery failure
25+
- execution failure
26+
- verification failure
27+
12. For test-related tasks, always include:
28+
- the Makefile target that should have been run
29+
- whether it was actually run
30+
- the exact command and pass/fail summary (or the blocker)

docs/user-guide/microservices/controller/data_formats.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ SPDX-License-Identifier: Apache-2.0
77

88
## Message Formats Overview
99

10-
| Message Format | Direction | MQTT Topic |
11-
| ------------------------------------------------------------------------------- | --------- | ----------------------------------------------------------------- |
12-
| [Camera Input Message Format](#camera-input-message-format) | Subscribe | `scenescape/data/camera/{camera_id}` |
13-
| [Sensor Input Message Format](#sensor-input-message-format) | Subscribe | `scenescape/data/sensor/{sensor_id}` |
14-
| [Data Scene Output Message Format](#data-scene-output-message-format) | Publish | `scenescape/data/scene/{scene_id}/{thing_type}` |
15-
| [Regulated Scene Output Message Format](#regulated-scene-output-message-format) | Publish | `scenescape/regulated/scene/{scene_id}` |
16-
| [Region Event Output Message Format](#region-event-output-message-format) | Publish | `scenescape/event/region/{scene_id}/{region_id}/{event_type}` |
17-
| [Tripwire Event Output Message Format](#tripwire-event-output-message-format) | Publish | `scenescape/event/tripwire/{scene_id}/{tripwire_id}/{event_type}` |
10+
| Message Format | Direction | MQTT Topic |
11+
| ------------------------------------------------------------------------------- | --------- | ------------------------------------------------------------------ |
12+
| [Camera Input Message Format](#camera-input-message-format) | Subscribe | `scenescape/data/camera/{camera_id}` |
13+
| [Sensor Input Message Format](#sensor-input-message-format) | Subscribe | `scenescape/data/sensor/{sensor_id}` |
14+
| [Data Scene Output Message Format](#data-scene-output-message-format) | Publish | `scenescape/data/scene/{scene_id}/{thing_type}` |
15+
| [Regulated Scene Output Message Format](#regulated-scene-output-message-format) | Publish | `scenescape/regulated/scene/{scene_id}` |
16+
| [Region Event Output Message Format](#region-event-output-message-format) | Publish | `scenescape/event/region/{scene_id}/{region_id}/{event_type}` |
17+
| [Tripwire Event Output Message Format](#tripwire-event-output-message-format) | Publish | `scenescape/event/tripwire/{scene_id}/{tripwire_id}/{event_type}` |
1818

1919
## Camera Input Message Format
2020

0 commit comments

Comments
 (0)