A controlled end-to-end proof
The change was intentionally small. The workflow was not.
NAP-8 asked for one dashboard heading to change. That made it possible to inspect whether t0rque preserved context, scope, approval, isolation, verification and communication around an ordinary piece of work.
NAP-8 / Change the header
- Change the app header from ‘Todo Dashboard’ to ‘Task Manager’.
- Repository: todo-app
- Acceptance: the dashboard heading displays ‘Task Manager’.
A small, controlled task made the workflow easy to inspect without exposing proprietary code.
Scope before files change
- Locate the dashboard heading and related tests or snapshots.
- Change only the user-facing heading.
- Avoid unrelated styling, layout, behaviour, dependency or configuration changes.
- Inspect available build and test commands; surface unknowns before execution.
The plan named risks and unknowns, then stopped for the Jira command ‘@T0rque approve plan’.
One branch. One intended change.
- Repository: /workspace/todo-app
- Base branch: dev
- Working branch: t0rque/fix/NAP-8-change-the-header
- Commit: 649eaaa
The resulting diff changed the Dashboard heading from ‘Todo Dashboard’ to ‘Task Manager’.
The work returned to the team.
- Browser verification captured the updated heading.
- Pull request #2 targeted the configured dev branch.
- Jira moved from In Progress to Needs Review with the branch, PR and proof-of-work context.
- A person retained pull-request review authority.
The PR was deliberately closed so the demonstration could be run again. GitHub-hosted CI checks were outside the prototype.
Public-safe transcript reconstructed from the supplied Jira and GitHub demonstration captures. No production customer code or client data is shown.