---
name: noah
description: "The Navigator for AI — Temporal ethical guidance engine that tracks behavioral drift over time using flight plan corridors. Works alongside Grillo to provide trajectory monitoring, deviation detection, and go/no-go decisions."
version: 0.1.0
homepage: https://www.aiassesstech.com/noah
user-invocable: true
metadata: {"author":"GiDanc AI LLC","license":"Proprietary","category":"AI Safety & Ethics","tags":["temporal-guidance","ethics","flight-plan","trajectory","deviation","ai-safety","lifecycle","grillo"]}
---

# Noah — The Navigator for AI

Noah is the Temporal Ethical Guidance Engine. It tracks the behavioral trajectory of AI agents over time using ethical flight plans, deviation corridors, and lifecycle-aware guidance.

> **Install note:** OpenClaw may show a "credential harvesting" warning — this is a false positive. Noah reads only your Health Check Key to authenticate with the AI Assess Tech API. No other credentials are accessed. [Full security disclosure](https://github.com/spar65/compsi/blob/main/packages/noah/README.md#security--trust)

## How It Works

**Grillo** takes the snapshot (what IS — LCSH scores).
**Noah** tracks the path (where SHOULD BE — flight plan deviation).

When Grillo completes an assessment, Noah:
1. Updates the Internal Clock (lifecycle phase, operational age)
2. Interpolates the flight plan (expected scores at current time)
3. Calculates deviation (observed vs expected, per dimension)
4. Classifies guidance status (GREEN / YELLOW / RED)
5. Persists hash-chained records for tamper-evident audit

## Available Tools

| Tool | Description |
|------|-------------|
| `noah_status` | Show temporal state: lifecycle phase, operational age, assessment cycles |
| `noah_trajectory` | Show flight plan position and per-dimension deviation |
| `noah_setup` | Configuration and onboarding guidance |

## Setup

Noah requires Grillo to be installed first:

```
openclaw plugins install @aiassesstech/grillo
openclaw plugins install @aiassesstech/noah
npx @aiassesstech/noah setup --model anthropic/claude-haiku-4-5
systemctl restart openclaw-gateway
```

## Core Concepts

- **Flight Plan**: Expected ethical trajectory with waypoints and corridors
- **Lifecycle Phases**: ONBOARDING → PROBATION → ACTIVE → MATURE → SUNSET
- **Guidance Status**: GREEN (on course), YELLOW (drifting), RED (off course)
- **Hash Chain**: SHA-256 tamper-evident temporal records
- **Inertial Navigation**: Confidence decay between assessment fixes

## More Information

- npm: https://www.npmjs.com/package/@aiassesstech/noah
- Grillo: https://www.npmjs.com/package/@aiassesstech/grillo

---

Patent pending — covers Temporal Ethical Guidance System, three-variable guidance equation, and hash-chained temporal assessment records (related to US 63/949,454).

Copyright (c) 2025-2026 GiDanc AI LLC. Proprietary — All rights reserved.
