Skip to content

Commit 05bc7e7

Browse files
committed
fix: label Simurgh fleet altitude evidence
Close the current Simurgh work as a documented SITL proof-of-feasibility checkpoint.
1 parent dc4a54c commit 05bc7e7

14 files changed

Lines changed: 358 additions & 95 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project uses simple two-part versioning: `X.Y` (Major.Minor).
1010
## [Unreleased]
1111

1212
### Fixed
13+
- Fleet status now follows the shared altitude policy and labels relative,
14+
local, barometric, and MSL frames explicitly instead of showing an MSL
15+
fallback as an unlabeled relative altitude. Current telemetry now uses
16+
`Flight state` with explicit landed, altitude, vertical-speed, and
17+
home-distance evidence rather than the confusing `Final state` label.
1318
- SITL tracked-command submission now verifies that each selected running
1419
container sends execution callbacks to the active GCS endpoint before
1520
dispatch. A mismatched callback port/IP is rejected with an actionable
@@ -26,6 +31,9 @@ and this project uses simple two-part versioning: `X.Y` (Major.Minor).
2631
## [5.5.111-simurgh-operator-beta] - 2026-07-26
2732

2833
### Added
34+
- Simurgh feasibility checkpoint documenting the successful bounded SITL
35+
workflow, its evidence, known limitations, and explicit demo-only maturity
36+
boundary. The refreshed public SITL image remains intentionally deferred.
2937
- Explicit registry-owned assistant orchestration metadata now determines which
3038
guarded tools semantic planning may use and how their terminal result is
3139
monitored; unrelated guarded endpoints are no longer misclassified as SITL

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ MDS is a field-operations and research platform, not certified avionics. Flight
2727
testing requires qualified operators, local aviation compliance, geofencing,
2828
failsafe review, and independent safety validation.
2929

30+
### Simurgh maturity boundary
31+
32+
Simurgh Operator is currently a **demo / proof-of-feasibility beta**, not a
33+
production-ready or safety-certified autonomy product. The completed SITL
34+
checkpoint demonstrates that typed intent, guarded confirmation, monitored
35+
actions, telemetry evidence, and ULog review can work together in a repeatable
36+
operator workflow. It does not establish production readiness, real-aircraft
37+
approval, or commercial/field safety.
38+
39+
Use Simurgh only with the documented human-confirmation and circuit-breaker
40+
controls in a trusted SITL or review environment. Treat telemetry gaps,
41+
ambiguous state, provider behavior, and all remaining deferred items as
42+
operator-visible limitations. Real-aircraft and commercial hardening are
43+
explicitly deferred to a later phase; see the
44+
[Simurgh feasibility checkpoint](docs/plans/2026-07-27-simurgh-feasibility-checkpoint.md).
45+
3046
## Start Here
3147

3248
| If you want to... | Start here |
@@ -113,7 +129,7 @@ They remain standalone projects and are not required for a first SITL demo.
113129
## Product Highlights
114130

115131
- **Single operator surface**: React dashboard for monitoring, control, QuickScout, Swarm Trajectory, and log review
116-
- **Governed AI operator**: Simurgh combines live MDS evidence, multilingual semantic planning, human confirmation, durable progress, and circuit-breaker enforcement
132+
- **Governed AI operator demo**: Simurgh combines live MDS evidence, multilingual semantic planning, human confirmation, durable progress, and circuit-breaker enforcement as an early proof-of-feasibility beta
117133
- **Modern SITL workflow**: prebuilt PX4 Gazebo SITL image, fast container startup, and reproducible custom-image tooling
118134
- **Operational visibility**: unified logging across GCS, drones, and frontend error reporting with exportable sessions
119135
- **Drone Show pipeline**: staged SkyBrush ZIP import, processed trajectory plots, readiness gating, and synchronized launch control

config/agent_assistant.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ provider_input_template: |
5454
5555
Return concise, practical guidance. Do not invent tool results or action
5656
execution that is not present in the supplied context.
57+
Simurgh is an early SITL/demo proof-of-feasibility beta, not a production-ready
58+
or safety-certified autonomy product. Never imply real-aircraft approval,
59+
unattended safety, or commercial readiness; keep human confirmation, the
60+
circuit breaker, and explicit telemetry uncertainty visible.
5761
semantic_routing_instructions: |
5862
You are the semantic-understanding layer for Simurgh, an MDS drone GCS assistant.
5963

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Welcome to the MDS documentation. This index routes operators, maintainers, and
6767
- **[Runtime Evidence Reporting](guides/runtime-evidence-reporting.md)** - generic Markdown/HTML/PDF package generation for accepted validation runs without customer-specific leakage
6868
- **[Mission Planning Workspace](features/mission-planning-workspace.md)** - shared QuickScout and Swarm Trajectory planning rules, altitude/terrain doctrine, and job/error policy
6969
- **[Simurgh Operator](guides/simurgh-operator.md)** - dashboard assistant, provider, MCP, policy, and validation guide
70+
- **[Simurgh Feasibility Checkpoint](plans/2026-07-27-simurgh-feasibility-checkpoint.md)** - accepted SITL evidence, demo-only boundary, telemetry fix, deferred backlog, and restart recipe
7071
- **[Simurgh Beta Recovery And PM Retest Checkpoint](plans/2026-07-27-simurgh-beta-recovery-and-pm-retest.md)** - durable continuation, release, official/client sync, cleanup, and PM handoff state
7172
- **[Simurgh Read-Only Checkpoint](guides/simurgh-readonly-checkpoint.md)** - historical checkpoint retained for project history; not indexed as live agent context
7273
- **[Simurgh MCP Client Recipes](guides/simurgh-mcp-clients.md)** - n8n, Claude, VS Code, and custom-agent connection guidance

0 commit comments

Comments
 (0)