Renewal & True-Up Documentation Engine + API-reference & Guide Authoring - #116
Open
iashutoshyadav wants to merge 1 commit into
Open
Renewal & True-Up Documentation Engine + API-reference & Guide Authoring#116iashutoshyadav wants to merge 1 commit into
iashutoshyadav wants to merge 1 commit into
Conversation
…ation Engine, API-reference & Guide Authoring Both fully tested (25 + 6 offline tests against a fake SuperDocs client) and verified against the real SuperDocs API end to end, live, in the browser - not just via automated tests. Real bugs found during that live verification were fixed before this commit, not after; each README documents them. Renewal & True-Up Documentation Engine: assembles a renewal pack for a customer cohort, auto-applies clean renewals, and holds genuine exceptions (real overage, or a missing governing clause) for human review with the exact arithmetic and the quoted contract clause shown. API-reference & Guide Authoring: chat-driven authoring for dev docs - markdown round-trip through a styled SuperDocs document (proving code and diagram fidelity), and getting-started guide generation from a plain-language feature description.
iashutoshyadav
force-pushed
the
add-ashutoshyadav-task2-builds
branch
from
August 20, 2026 12:36
1fec4b4 to
405ac75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Built by Ashutosh Yadav
Two assigned builds, both in
use-cases/iashutoshyadav/:Renewal & True-Up Documentation Engine
Assembles a renewal pack for a customer cohort — usage/entitlement summary, renewal quote, true-up calculation with the governing clause quoted from the actual signed contract, the amendment document, and a talk track for the CS manager.
Clean renewals auto-apply. Genuine exceptions (real overage, or a missing clause) are held for human review, one at a time, with the exact arithmetic shown.
API-reference & Guide Authoring
Chat-driven authoring with two modes:
Testing
Both were tested offline (no live key needed) and verified end-to-end against the real SuperDocs API in the browser.
Several real bugs were found and fixed along the way — wrong field names in the docs vs. the actual API responses, a broken/inaccessible image URL, a session-reuse bug that caused a real
409, a rate-limit timeout. Each is documented with root cause and fix in that build's own README.