docs: standardize delegated task cost reports - #126
Merged
Conversation
PR Review — Loreframe StudioRisk: low Automated review from Findings
Changed files
CONTRIBUTING checklist
Posted by the repo PR review workflow. Re-runs on each push to the PR. |
Code healthQuality score: 49.1/100Higher is better. The score is a trend dashboard; the independent ratchet below remains the CI gate.
Change vs PR base: +0.0 points.
Markdown, JSON catalogs and tests are out of this table. Only Most complex functions
Trend vs baseline
Warnings
Ratchet passed. |
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.
Summary
Validation
git diff --checkCoste de la tarea
Note
Low Risk
Documentation-only change to contributor guidelines; no application code, launcher, or runtime behavior is modified.
Overview
Introduces a documentation-only convention so delegated coding tasks and pull requests disclose external LLM and media usage without adding telemetry or billing.
CONTRIBUTING now requires a short cost report in every PR description (or final handoff), with
N/Awhen tools do not expose usage and explicit rules that unit/simulated E2E tests count as 0 external LLM tokens while live Wizard/LLM checks must use provider-reported prompt, completion, and total tokens when available, plus media generation counts and elapsed time.A new
docs/development/TASK_COST_REPORT.mddefines the canonical Spanish template (## Coste de la tarea), counting rules (retries in totals, separate media vs text, optional copy from HocusPocus task metadata), and states this is a reporting convention with no runtime or network impact.Reviewed by Cursor Bugbot for commit a9754d9. Configure here.