Before Behaviors appear
Coding-agent projects need enough structured evidence for Adaline to understand the task path, not only the final answer. In addition to normal log traces and spans, send a stable task or run identifier, agent metadata, phase-like spans, outcomes, and safe summaries of important tool or command results. Some coding-agent projects may also require project enablement or a specific coding-agent tag/metadata convention before the coding-agent views are populated. If you are setting this up for the first time, contact support@adaline.ai or use the metadata your Adaline team provides. At a minimum, useful coding-agent logs should include:- One trace or run boundary for the coding task.
- A stable session, task, or run ID when the task spans multiple traces.
- Agent name or type, workflow, repository or project category, language, framework, and environment when safe to send.
- Spans for planning, search, file reads, edits, tool calls, command runs, tests, recovery, and final handoff.
- Outcome/status, such as success, failed, partial, blocked, or needs review.
Read the coding-agent catalog

Inspect triage findings

- The coding-agent prompt or workflow instructions.
- Verification policy, tests, command wrappers, or stopping criteria.
- Tooling, repository search, indexing, retrieval, or environment setup.
- Evaluation criteria or dataset coverage for future releases.
Use Sessions for task runs

Review trajectories and phases


| Journey part | What to look for |
|---|---|
| Task / intent | What the user or benchmark asked the agent to do. |
| Outcome | Whether the run succeeded, failed, got blocked, or only partially completed. |
| Phases | Planning, searching, editing, testing, recovery, and handoff. |
| Key actions | Important edits, tool calls, command runs, or investigation steps. |
| Issues observed | The specific failure mechanism Adaline detected. |
| Source spans | Exact commands, model calls, tool results, errors, and summaries behind the trajectory. |
Common coding-agent patterns
| Pattern | What it may mean | Evidence to inspect |
|---|---|---|
| Applies a fix without meaningful verification | The agent edits code but stops before running a reproducer, test, or relevant check. | Edit spans, command spans, final answer, triage suggested fix. |
| Gets stuck in edit churn | The agent cycles through edits, reversals, or repeated searches without converging. | Phase summaries, file-read spans, repeated command attempts. |
| Runtime setup blocks investigation | The environment, dependencies, or command context prevents validation. | Command output summaries, environment metadata, recovery attempts. |
| Reports findings inconsistently | The final summary does not match earlier evidence. | Reasoning trace, inspected spans, final handoff. |
| Healthy edit-and-check flow | The agent follows a useful pattern worth preserving. | Successful trajectories, tests run, source spans, outcome labels. |
Choose the next action
| What you learn | Good next action |
|---|---|
| The agent had enough context but chose the wrong strategy. | Update the agent prompt or workflow instructions; use Improve if the prompt is stored in Adaline. |
| The agent skipped verification after editing. | Add verification instructions, evaluator coverage, or command/tool policy. |
| The agent could not find the right files or symbols. | Improve repo search, indexing, retrieval, or task context. |
| The agent failed because the runtime was broken. | Fix the environment, command wrapper, dependency setup, or CI path before changing prompts. |
| The pattern is healthy and repeated. | Preserve it with datasets, evaluator checks, or release review examples. |
Trajectories
Read the journey model behind coding-agent Behavior evidence.
Logs to Behaviors
Send the logs and metadata that make Behavior maps useful.
Understanding Behaviors
Review the general catalog and detail workflow.
Improve
Turn prompt-addressable coding-agent patterns into reviewed cycles.