Company Code Delivery

Deliver a scoped code or app change with repository evidence, focused verification, reviewable artifacts, and explicit release authority.

codejunkie99 f8263fc 876 B Updated

File contents

Company code delivery

Load company-work-packet first. Inspect existing files, tests, commands, and conventions before deciding how to change the application.

  1. Map the affected path and acceptance criteria.
  2. Write a small implementation plan.
  3. Change only the approved scope.
  4. Run the focused checks that prove the changed path.
  5. Produce an artifact for review.
packet: onboarding-flow-v1
files_changed: [path/to/file]
checks:
  - command: pnpm test -- relevant-test
    result: passed
authority_used: prepare
delivery_state: review-required

State checks that were not run. Do not merge, deploy, publish, or change production data without explicit authority.

codejunkie99/company-foundry/tree/main/skills/company-code-delivery commit f8263fcdcc

Frequently asked questions

npx skillmds@latest add codejunkie99/company-code-delivery