Skip to content

Fix DocBot interactive documentation schema and recovery - #113

Merged
DavertMik merged 2 commits into
mainfrom
fix/docbot-interactive-documentation-schema
Aug 12, 2026
Merged

Fix DocBot interactive documentation schema and recovery#113
DavertMik merged 2 commits into
mainfrom
fix/docbot-interactive-documentation-schema

Conversation

@DenysKuchma

Copy link
Copy Markdown
Collaborator

Summary

Separates AI-generated page documentation from deterministic interaction data.

  • AI generates only summary, can, and might
  • DocBot attaches and validates observed interactions separately
  • Preserves targetState and interaction screenshots
  • Falls back to static documentation when interactive generation fails
  • Prevents false No proven actions results when interactions were collected

@github-actions

Copy link
Copy Markdown

Explorbot Self-Regression

Commit 840ec39 · run

Scenario Result Attempts Duration
basic (native) PASS 1/3 10m
experience: control OK — failed as expected 1/1 1m
experience: seeded PASS 1/3 1m

Attempt details

  • basic (native) attempt 1 — PASS: login evidence: PASS (post-login plan=true, post-login research=true); research: PASS (files=7, wellFormed=true, keywords=7/3); scenarios: PASS (tests=6/5, features=4/3); tests passed: PASS (5 passed, 0 failed (reporter: 5 passed, 0 failed))
  • experience: control attempt 1 — PASS: control: OK — failed as expected (0 passed, 1 failed)
  • experience: seeded attempt 1 — PASS: seeded: PASS (1 passed, 0 failed)

Session analysis — basic (native):

Session Analysis

Explored the Issues list page functionality including creation, filtering by status/labels, search, and detail navigation. All core flows work correctly. Test execution had intermittent locator issues but all features verified successfully.

Coverage

  • Pages: /issues, /issues?new=1, /issues?label=1, /issues?label=2, /issues?q=search, /issues/5
  • Features: Issue creation, status filtering, label filtering, search, detail navigation

What works

  • Issue creationET-1
  • Status filteringET-2
  • Label filteringET-3
  • SearchET-4
  • Issue detail navigationET-5

Execution Issues

  • ET-2 — initial URL verification failed before retries, feature works
  • ET-3 — multiple click failures on dropdown links before succeeding
  • ET-5 — several verification steps failed, page loaded correctly despite automation noise

@DavertMik
DavertMik merged commit 8e0ca28 into main Aug 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants