veris-ai/plugins

build

Build a feature using Veris to answer relevant service questions and test the changed application.

Ver código fuente
Documento original del Skill

Contenido del repositorio de origen con títulos, ejemplos, código, tablas, enlaces e imágenes preservados.

Build the requested feature. Use the twin to answer questions that affect the change and exercise the application. Reuse evidence from normal development: once the required behavior is covered and passes, finish. Investigate further when a failure or a specific unanswered requirement warrants it.

For a change with no meaningful vendor interaction, skip Veris setup and twin work; use the repository's validation and state that scope in the result. A local queue or cache defect that changes vendor-facing behavior still needs the affected application flow tested against the twin.

Use the working setup

Read relevant findings in .veris/NOTES.md and reuse those whose conditions still apply. Follow How to run for preparation, the application command, evidence collection and cleanup. Setup owns connection selection and configuration. Run setup only when a needed handoff step is missing, the connection is broken, or the change invalidates its wiring, such as adding a vendor service or hostname. An application assertion failure alone is not a reason to redo setup.

In a plugin-managed session, follow session.md for the live repository/twin binding and provider tools. Reuse a binding already verified in this session; revalidate after reconnect or a relevant identity change. Saved metadata alone is not a live binding. Leave plugin-owned resources alive.

Use the saved start/reconnect steps only when needed, reuse this task's active sandbox, and check its expiry before long work. Refresh expiring URLs or credentials through the saved preparation steps.

An unavailable twin blocks verification that needs it. Report the concrete error; independent code work and local checks can continue. Retry only when the error suggests a recoverable condition or something changed. Do not report unrun checks as passed.

Understand and implement

Keep reads and tool output focused. Save large logs or responses to a file and inspect relevant excerpts instead of loading them repeatedly into the conversation.

Read the issue (gh issue view <ref> --json title,body,comments for GitHub) or the supplied prompt. Identify the requested behavior, its caller and relevant service dependencies. Inspect existing application code and tests before designing a new flow.

Use the cheapest twin interface that answers an unresolved question affecting that design. twin.md maps questions to the manual, schema, operation list and data. Fetch the manual with veris sandbox services manual <twin> --raw when credentials, API versions or fault details are needed; read the applicable sections. A direct twin probe is useful discovery. A test through the application can answer the same question while also checking the implementation. Reuse an answer already established for these conditions.

Seed the state the feature needs using state.md. Inspect the relevant owner/time window rather than assuming the default seed fits. Use ids from this sandbox. A fully booked fixture, for example, does not disprove a feature that books another date; do not change the requested behavior to fit the seed.

Implement using the repository's conventions and extend the relevant test. When the feature changes failure handling, use fault injection for the relevant condition. For retry, idempotency or identity changes, include the applicable duplicate, distinct-operation and recovery cases in the affected test; proof.md has focused recipes. Investigate an unanswered claim when it would change a decision, without postponing all source edits until every possible vendor question has been catalogued.

Exercise the caller promised by the task. For an optional feature, test the new argument/flag and preserve required existing behavior. Cover relevant alternate dispatch branches when they can change that outcome. A test-only path that normal callers never reach does not establish the feature works for them. Inspect relevant sibling branches that implement the same behavior inline; a search for callers of the changed symbol can miss them.

Test the changed application

Run the affected application test or flow using How to run's saved execution and evidence steps. Prefer the repository's existing integration test. Select the affected test or flow as documented while preserving the configured environment and connection settings.

Use the edited source or a build produced from it, following the saved source/build recipe. A wrong mount can execute the image's old baked code. Preserve the configured routing and TLS trust; do not change a production vendor call to make a test pass.

The test must assert the expected response or persisted outcome, and its receipt or attributed trace must show the relevant application traffic reached the twin. Existing assertions that read the outcome are sufficient; do not repeat them with manual data reads. If the result is unclear, inspect the relevant rows by returned ids or the trace for this run using the saved evidence procedure. Interpret receipt/exit results with the reference for that configured path; use webhooks.md when a callback is part of the task.

An existing execution counts if it tested the final relevant code/build and conditions. One suite can cover several requirements; a retry case can make multiple calls in one test. There is no required second successful run or separate proof phase. Honor the repository's required checks, reuse their evidence, and rerun affected checks after changes or failures.

If the assertions fail, change the implementation or correct the diagnosed setup problem. If required behavior remains untested, report that gap. A successful process exit or unrelated twin traffic alone is not verification of the change.

Finish

Summarize what changed, the test/command and outcome with an existing evidence reference, and material limitations. evidence.md shows the short form. Note any task premise disproved by the investigation when it affected the solution. A known contradiction is a defect to resolve, not an assumption.

Follow the repository's PR convention; open a draft when that is the requested handoff. Without a PR-capable remote, save the description locally and say no PR was opened. Git history, task ids and the optional audit helpers are not prerequisites for working on code. Do not initialize Git or add a remote implicitly. Use available package/version metadata if useful for debugging; it is not a separate completion requirement.

Save cited redacted evidence before cleanup, honoring .veris/setup.json's existing artifact_policy. Add new reusable service or SDK findings to .veris/NOTES.md, with their relevant conditions and existing redacted evidence reference. Correct stale entries without duplicating the task report. Update How to run if you repaired it. Follow the saved cleanup or change-handoff steps for the recorded lifecycle owner; leave plugin-owned resources alive. Do not promote from this command. Ask before sending repository code anywhere new.

del mismo repositorio

Más Skills

Todos los Skills