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


Phases are especially useful for coding agents because the final answer can look acceptable while the path was fragile. A run that passed may still skip meaningful verification; a failed run may still provide useful examples for datasets, evaluators, or workflow instructions.
Common coding-agent patterns
Your actual labels depend on the evidence in the project. Use the labels as entry points, then rely on triage and trajectories for decisions.
Choose the next action
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.