Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions todo/tasks/t1350-brief.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ Agents running `setup.sh` without `--non-interactive` flag get stuck or fail sil
- Uses `[[ ! -t 0 ]]` (stdin not a tty) as the detection signal — standard POSIX approach
- `AIDEVOPS_NON_INTERACTIVE` env var already supported (line 30 of setup.sh)
- Codacy/SonarCloud: documentation-only changes in other PRs may flag advisory issues; these are not blocking

## Resolution

- **PR #2468** merged with blank lines around the fenced code block in the How section (MD031 compliant as merged)
- **Issue #3321**: Quality-debt scanner flagged this as unactioned; the fix was included in the original PR — confirmed by `markdownlint-cli2` (0 errors)
- No additional code changes required; brief updated to close the quality-debt loop
Loading