Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ npm ci

- No separate `docs/` directory yet; start with this README and the workflow files.

## QSL Compatibility Metadata

- Added `qsl.toml` to participate in the compatibility matrix with `tier = "platform-tooling"`, `ring = 4`, and `compat.bundle = "2026.07.0"`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the referenced qsl.toml metadata

This says the repository was added to the compatibility matrix via qsl.toml, but the commit tree only contains README.md and a repo-wide rg --files -g 'qsl.toml' finds no metadata file. Any compatibility tooling that discovers repos by reading qsl.toml will still skip this project, so the metadata-only upgrade described here is not actually applied.

Useful? React with 👍 / 👎.

- This repository is a token refresh tooling utility and Node-based helper; no Python package migration is applied in this phase.
- Change scope is metadata-only with no API/credential/credential-storage path changes.


## Community and security

- See [CONTRIBUTING.md](CONTRIBUTING.md) for pull request scope, local verification, and documentation expectations.
Expand Down
8 changes: 8 additions & 0 deletions qsl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[qsl]
repo = "SchwabTokenAutoRefresher"
tier = "platform-tooling"
ring = 4
allow_legacy = true

[qsl.compat]
bundle = "2026.07.0"
Loading