agent-orchestrator/packages/plugins/tracker-github
iamasx e82ecf509f fix(core): deliver prompt inline via positional arg, remove post-launch polling
Claude Code's positional [prompt] argument keeps it in interactive mode;
only -p/--print triggers headless one-shot exit. The entire post-launch
polling mechanism was built on the wrong assumption.

Changes:
- Claude Code plugin: pass prompt as positional arg in getLaunchCommand
- Core types: remove promptDelivery field from Agent interface
- Session manager: remove post-launch polling/retry block
- Prompt builder: clarify wording ("title, description, and labels"
  instead of "full issue details"), unify # format
- Tracker-github: match prompt wording update
- CLI spawn: remove dead-code promptDelivered warning

Closes #1582
2026-05-08 13:25:01 +05:30
..
src fix(core): deliver prompt inline via positional arg, remove post-launch polling 2026-05-08 13:25:01 +05:30
test feat(core): opt-in gh CLI tracer + scm/tracker migration (Phase A1a) (#1238) 2026-04-25 18:57:04 +05:30
CHANGELOG.md chore: version packages 2026-03-20 15:47:55 +00:00
package.json chore: align workspace package.json versions with npm registry (#1587) 2026-05-01 15:31:04 +05:30
tsconfig.json fix: scope node types to node packages 2026-04-13 18:25:21 +05:30