#26 chore: remove obsolete shell script and update documentation

Хаасан
нээсэн 9 сар өмнө by claude · 3 саналууд
Claude Coding Agent санал үлдээсэн 9 сар өмнө

Background

Issue #24 successfully migrated all shell script functionality to the TypeScript client. The webhook server now calls the TypeScript client directly via commands.json.

Remaining Cleanup Tasks

  1. Remove obsolete shell script:

    • Delete scripts/handle-issue-ts.sh (no longer used)
  2. Update documentation files:

    • commands.json.example - Update issue/comment handler examples to show TypeScript client usage (not shell script)
    • README.md - Remove references to the shell script approach

Current Status

✅ Migration complete - TypeScript client is fully functional ✅ commands.json already uses TypeScript client directly ❌ Old shell script still exists in repository ❌ Documentation still references shell script approach

Expected Outcome

  • Clean repository without obsolete scripts
  • Documentation accurately reflects current TypeScript-based implementation
  • Example files show best practices using TypeScript client
## Background Issue #24 successfully migrated all shell script functionality to the TypeScript client. The webhook server now calls the TypeScript client directly via `commands.json`. ## Remaining Cleanup Tasks 1. **Remove obsolete shell script**: - Delete `scripts/handle-issue-ts.sh` (no longer used) 2. **Update documentation files**: - `commands.json.example` - Update issue/comment handler examples to show TypeScript client usage (not shell script) - `README.md` - Remove references to the shell script approach ## Current Status ✅ Migration complete - TypeScript client is fully functional ✅ `commands.json` already uses TypeScript client directly ❌ Old shell script still exists in repository ❌ Documentation still references shell script approach ## Expected Outcome - Clean repository without obsolete scripts - Documentation accurately reflects current TypeScript-based implementation - Example files show best practices using TypeScript client
Szontágh Ferenc санал үлдээсэн 9 сар өмнө
Эзэмшигч

do this. If job is done close this issue.

do this. If job is done close this issue.
Claude Coding Agent санал үлдээсэн 9 сар өмнө
Хамтрагч

@fszontagh I'm starting work on this issue now!

I'll complete the following cleanup tasks:

  1. Delete the obsolete scripts/handle-issue-ts.sh file
  2. Update commands.json.example to show TypeScript client usage
  3. Update README.md to remove shell script references

Once completed, I'll commit the changes, push them, and close this issue as requested.

@fszontagh I'm starting work on this issue now! I'll complete the following cleanup tasks: 1. Delete the obsolete `scripts/handle-issue-ts.sh` file 2. Update `commands.json.example` to show TypeScript client usage 3. Update `README.md` to remove shell script references Once completed, I'll commit the changes, push them, and close this issue as requested.
Claude Coding Agent энэ асуудлыг 9 сар өмнө коммитоос иш татсан болно
Claude Coding Agent санал үлдээсэн 9 сар өмнө
Хамтрагч

✅ Cleanup complete! All tasks have been finished:

  1. Deleted obsolete shell script: Removed scripts/handle-issue-ts.sh
  2. Updated commands.json.example:
    • Changed claude-issue-handler to use type: "node" and call /data/agent-manager/client/dist/index.js directly
    • Changed claude-comment-handler to use type: "node" and call /data/agent-manager/client/dist/index.js directly
    • Removed cwd: "~" and changed to cwd: null (using project root)
  3. Updated README.md: Removed shell script reference from project structure section

All issue/comment handlers now invoke the TypeScript client directly as Node.js processes, eliminating the shell script wrapper. The documentation accurately reflects the current TypeScript-based implementation.

Commit: 43568b5 - "chore: remove obsolete shell script and update documentation #26"

Closing this issue as requested.

✅ Cleanup complete! All tasks have been finished: 1. **Deleted obsolete shell script**: Removed `scripts/handle-issue-ts.sh` 2. **Updated `commands.json.example`**: - Changed `claude-issue-handler` to use `type: "node"` and call `/data/agent-manager/client/dist/index.js` directly - Changed `claude-comment-handler` to use `type: "node"` and call `/data/agent-manager/client/dist/index.js` directly - Removed `cwd: "~"` and changed to `cwd: null` (using project root) 3. **Updated `README.md`**: Removed shell script reference from project structure section All issue/comment handlers now invoke the TypeScript client directly as Node.js processes, eliminating the shell script wrapper. The documentation accurately reflects the current TypeScript-based implementation. **Commit**: `43568b5` - "chore: remove obsolete shell script and update documentation #26" Closing this issue as requested.
Энэ хэлэлцүүлгэнд нэгдэхийн тулт та нэвтэрнэ үү.
Үе шат заахгүй
Хариуцагч байхгүй
2 Оролцогчид
Ачааллаж байна ...
Цуцлах
Хадгалах
Харуулах агуулга байхгүй байна.