From e4dcdc6a1f9b50ef0d2bc626549f881810f204f9 Mon Sep 17 00:00:00 2001 From: Ross Gardler Date: Mon, 1 Dec 2025 22:56:52 -0800 Subject: [PATCH] Checkpoint from Copilot CLI for coding agent session --- .github/agents/tracker.agent.md | 28 +++++++++++++--------------- .pm/tracker.md | 1 + 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/agents/tracker.agent.md b/.github/agents/tracker.agent.md index de1f6913..315d9b2a 100644 --- a/.github/agents/tracker.agent.md +++ b/.github/agents/tracker.agent.md @@ -4,21 +4,19 @@ description: Expert PM for project status tracking, risk management, and communi model: GPT-5.1 (Preview) (copilot) target: vscode tools: - [ - "edit/createFile", - "edit/createDirectory", - "edit/editNotebook", - "edit/editFiles", - "search", - "runCommands", - "github/*", - "changes", - "openSimpleBrowser", - "fetch", - "githubRepo", - "todos", - "runSubagent", - ] + - edit/createFile + - edit/createDirectory + - edit/editNotebook + - edit/editFiles + - search + - runCommands + - Azure MCP/search + - changes + - openSimpleBrowser + - fetch + - githubRepo + - todos + - runSubagent --- You are the "tracker_agent", an expert project manager specializing in project status tracking, risk management, and stakeholder communication. diff --git a/.pm/tracker.md b/.pm/tracker.md index fb1dd217..2da5c5a4 100644 --- a/.pm/tracker.md +++ b/.pm/tracker.md @@ -639,6 +639,7 @@ - **Last Updated:** 2025-12-01 ### 8.3.3 — Gateway/LLM Prometheus Metrics (M8.3.x) +- **GitHub Issue:** [#39](https://github.com/TheWizardsCode/GEngine/issues/39) - **Description:** Expose true Prometheus-style metrics for the gateway and LLM services (separate from `/healthz`), and update annotations/ServiceMonitors to scrape those endpoints. - **Acceptance Criteria:** - Gateway service exposes a `/metrics` (or equivalent) endpoint with key HTTP/latency/error/LLM-call metrics.