Problem
The Claude Code plugin's skill files reference outdated FOCUS schema versions and hub-function names. After the FOCUS 1.3 / 1.4 work lands (parent: #2120), the plugin's references become stale and need to be updated so the plugin can correctly guide users on the latest hub schemas.
Affected files
Required updates
When FOCUS 1.3 / 1.4 support lands, these files should:
- List the supported FOCUS export dataset versions (including 1.3 and the 1.4 preview).
- Reference the new hub functions (
Costs_v1_3(), Costs_v1_4(), ContractCommitment_v1_3(), etc.) alongside existing ones.
- Add the new FOCUS 1.3+ columns to the terminology lists (
ServiceProviderName, HostProviderName, ContractApplied, allocation columns).
- Note the
ProviderName / PublisherName deprecation (kept in 1.3, removed in 1.4).
- Mention the new Contract Commitment dataset and its hub function.
Why a separate issue
Plugin updates are decoupled from the core FOCUS 1.4 schema work and can ship after the hub functions stabilize. Tracking it separately keeps the FOCUS 1.4 umbrella focused on schema changes.
Parent: #2120
Problem
The Claude Code plugin's skill files reference outdated FOCUS schema versions and hub-function names. After the FOCUS 1.3 / 1.4 work lands (parent: #2120), the plugin's references become stale and need to be updated so the plugin can correctly guide users on the latest hub schemas.
Affected files
Costs()/Prices()query patterns.Cost and usage details (FOCUS) - 1.0, 1.0r2.Coststable aligned to FOCUS.Required updates
When FOCUS 1.3 / 1.4 support lands, these files should:
Costs_v1_3(),Costs_v1_4(),ContractCommitment_v1_3(), etc.) alongside existing ones.ServiceProviderName,HostProviderName,ContractApplied, allocation columns).ProviderName/PublisherNamedeprecation (kept in 1.3, removed in 1.4).Why a separate issue
Plugin updates are decoupled from the core FOCUS 1.4 schema work and can ship after the hub functions stabilize. Tracking it separately keeps the FOCUS 1.4 umbrella focused on schema changes.
Parent: #2120