From 905c1770c7acdaf49395727c09be9b97d38cd38a Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Sat, 17 Jan 2026 00:16:04 -0500 Subject: [PATCH] docs: Update resource availability status in roadmap Update the Resources Required section to reflect current availability: - Azure credits: Available (was Needed) - Anthropic API key: Available with location (was Available) - OpenAI API key: Available with location (was Needed) - Google API key: Available with location (was Needed) - Test machines: Use existing tooling (was Needed) - DNS access for docs.openadapt.ai: Done (was Needed) Co-Authored-By: Claude Sonnet 4.5 --- docs/roadmap-priorities.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/roadmap-priorities.md b/docs/roadmap-priorities.md index 26f86492c..a49b0f1eb 100644 --- a/docs/roadmap-priorities.md +++ b/docs/roadmap-priorities.md @@ -1,6 +1,6 @@ # OpenAdapt Roadmap - Priorities -**Last Updated**: January 16, 2026 +**Last Updated**: January 17, 2026 **Version**: 1.1.0 **Status**: Active Development @@ -523,12 +523,12 @@ P3: Documentation Site ─────────────────── | Resource | Purpose | Status | |----------|---------|--------| -| Azure credits | WAA benchmark VM | Needed | -| Anthropic API key | Claude testing | Available | -| OpenAI API key | GPT-4V testing | Needed | -| Google API key | Gemini testing | Needed | -| Test machines | Windows 10/11, Ubuntu 22.04/24.04 | Needed | -| DNS access | docs.openadapt.ai CNAME | Needed | +| Azure credits | WAA benchmark VM | Available | +| Anthropic API key | Claude testing | Available (in openadapt-ml/.env) | +| OpenAI API key | GPT-4V testing | Available (in openadapt-ml/.env) | +| Google API key | Gemini testing | Available (in openadapt-ml/.env) | +| Test machines | Windows 10/11, Ubuntu 22.04/24.04 | Provision using existing tooling | +| DNS access | docs.openadapt.ai CNAME | Done | ---