Preview of the markdown context widget
This submission needs a quick review before we can publish. Please check the highlighted items below.
For the full brief, see the project brief.
Inline code like budget.totalUsd should stay readable next to prose.
const budget = {
totalUsd: 1_250_000,
approved: false,
};
export function isReadyForReview(b: typeof budget) {
return b.totalUsd > 0 && !b.approved;
}If anything is unclear, reject with a short note so the owner can revise.
Choose an action and submit to continue the workflow.
This is a preview. Click the button to see what would be sent to your webhook.
Preview of the markdown context widget
This submission needs a quick review before we can publish. Please check the highlighted items below.
For the full brief, see the project brief.
Inline code like budget.totalUsd should stay readable next to prose.
const budget = {
totalUsd: 1_250_000,
approved: false,
};
export function isReadyForReview(b: typeof budget) {
return b.totalUsd > 0 && !b.approved;
}If anything is unclear, reject with a short note so the owner can revise.
Choose an action and submit to continue the workflow.
This is a preview. Click the button to see what would be sent to your webhook.