> ## Documentation Index
> Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# tenet morning

> See what happened overnight — agent runs, PRs, score changes

Show a summary of overnight agent activity, merged PRs, and metric changes.

## Usage

```bash theme={null}
tenet morning
```

## What It Shows

* **Recent commits** from the last 12 hours
* **Agent runs** — which agents ran, what they improved
* **PRs created** overnight
* **Eval score changes** — what improved, what regressed
* **Build status** — compilation, test results

## Example Output

```
🌅 Morning Dashboard - Last 12 hours

📝 Recent Commits:
  a3f1c2d test: add config loader tests (+48)
  8b2e4f1 refactor: replace 12 console.logs
  c7d9a0e test: add API client edge cases (+31)

📊 Eval Scores:
  test-coverage: 12.4% → 15.1% (+2.7%)
  code-quality:  0.477 → 0.512 (+0.035)

🤖 Agent Activity:
  test-coverage: 2 rounds, 2 kept
  code-quality:  1 round, 1 kept

📋 PRs Created: 1
```

## When to Use

Run this first thing in the morning after overnight agents have run. It tells you what changed while you were asleep so you can review PRs and check that nothing regressed.

## See Also

* [Nightly Loop](/agents/nightly-loop) — how overnight agents work
* [tenet status](/cli/status) — real-time project health
* [tenet synopsis](/cli/synopsis) — summarize any time range
