Skip to content

docs: add-missing-docs#442

Draft
radist2s wants to merge 20 commits into
mainfrom
docs/add-missing-docs
Draft

docs: add-missing-docs#442
radist2s wants to merge 20 commits into
mainfrom
docs/add-missing-docs

Conversation

@radist2s
Copy link
Copy Markdown
Collaborator

No description provided.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 21, 2026

⚠️ No Changeset found

Latest commit: 9fa9246

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -0,0 +1,586 @@
# Query Client Docs Completion Implementation Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.

## Returns

`QueryState<OperationInfiniteData<TData, TParameters>, TError> | undefined` - The current cache state for the infinite query, or `undefined` if the infinite query is not in the cache.

# resetQueries(...)

The method resets matching queries in the `QueryClient` cache and refetches active queries.
yarn workspace openapi-qraft-website build
```

Expected: PASS. If dependencies are unavailable in the worktree, report the missing dependency error and keep the static validation results.
@@ -0,0 +1,734 @@
# Queryable Write Operations Docs Contract Implementation Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
## Risks

- Updating all `{ path, query, header }` text mechanically would incorrectly document mutation invoke calls.
- Using `body?` everywhere can imply all writable query operation bodies are optional. The generated type decides requiredness from OpenAPI.

## Returns

`QueryState<OperationInfiniteData<TData, TParameters>, TError> | undefined` - The current cache state for the infinite query, or `undefined` if the infinite query is not in the cache.
The function is used to refetch a list of queries by their keys.
The API is the same as [_cancelQueries(...)_](cancelQueries.mdx) Hook.
See also the TanStack [_queryClient.resetQueries(...) 🌴_](https://tanstack.com/query/latest/docs/reference/QueryClient#queryclientresetqueries) documentation.
The method resets matching queries in the `QueryClient` cache and refetches active queries.
@github-actions
Copy link
Copy Markdown
Contributor

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (5)

agentic
refetches
requiredness
TParameters
worktree

These words are not needed and should be removed Refetches

To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the git@github.com:OpenAPI-Qraft/openapi-qraft.git repository
on the docs/add-missing-docs branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl' |
perl - 'https://github.com/OpenAPI-Qraft/openapi-qraft/actions/runs/26255140691/attempts/1'

OR

To have the bot accept them for you, comment in the PR quoting the following line:
@check-spelling-bot apply updates.

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

🚂 If you're seeing this message and your PR is from a branch that doesn't have check-spelling,
please merge to your PR's base branch to get the version configured for your repository.

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