-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add Logseq TODO generator to IssueManager #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
292abf7
4481d58
2bae2c0
a9e31cc
7d41697
6f43339
766a748
acd142a
a1977ea
32dee94
c4736ac
c45ea62
f20eba7
9f49674
a8e0766
c5c2f80
e5b46be
ab6a972
74a0587
72dfc0e
9ef51b4
99b3647
fc9884d
f92c120
7bd467c
7de55d2
3c84cfa
f37dcbe
86e2398
425c451
b6b723d
a6e246f
72c3833
49de63d
c36dd20
339438e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "timestamp": "2025-11-18T22:41:06Z", | ||
| "agent": "cline", | ||
| "branch": "agent/cline", | ||
| "commit": "53b0cb6924f58886ff55230cd1effb2fa007b70c", | ||
| "message": "[agent:cline] fix: resolve syntax error in adaptive_cline_demo.py", | ||
| "worktree": "/home/thein/repos/TTA.dev-cline", | ||
| "reviewed": false | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "timestamp": "2025-11-18T23:13:40Z", | ||
| "agent": "cline", | ||
| "branch": "agent/cline", | ||
| "commit": "5689c39896e0dab20cbd4a72eb53b122282a2d5a", | ||
| "message": "[agent:cline] adaptive_cline_demo", | ||
| "worktree": "/home/thein/repos/TTA.dev-cline", | ||
|
||
| "reviewed": false | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||
| { | ||||
| "timestamp": "2025-11-19T17:22:39Z", | ||||
| "agent": "cline", | ||||
| "branch": "agent/cline", | ||||
| "commit": "97887efb98f2c94b7a70b5c3ee01d881058562a0", | ||||
| "message": "[agent:cline] feat: implement MCP-native layered persona architecture (L0-L4)", | ||||
| "worktree": "/home/thein/repos/TTA.dev-cline", | ||||
|
||||
| "worktree": "/home/thein/repos/TTA.dev-cline", |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "timestamp": "2025-11-19T18:04:14Z", | ||
| "agent": "cline", | ||
| "branch": "agent/cline", | ||
| "commit": "d707b1f4a7e16a53cec8129634341bdfa36bedd6", | ||
| "message": "[agent:cline] PHASE 1B,2,3: Implement layered capability registry with MCP expansion and coordination workflows", | ||
| "worktree": "/home/thein/repos/TTA.dev-cline", | ||
|
||
| "reviewed": false | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||
| { | ||||
| "timestamp": "2025-11-19T17:24:22Z", | ||||
| "agent": "unknown", | ||||
| "branch": "feature/logseq-github-todos", | ||||
| "commit": "6dd5ead5c3facc0653e596b3579868daa20b86f6", | ||||
| "message": "[agent:unknown] feat: add GitHub to Logseq TODO generator", | ||||
| "worktree": "/home/thein/repos/TTA.dev", | ||||
|
||||
| "worktree": "/home/thein/repos/TTA.dev", |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -27,7 +27,7 @@ | |||||
| "ghcr.io/github/github-mcp-server" | ||||||
| ], | ||||||
| "env": { | ||||||
| "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}", | ||||||
| "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}", | ||||||
| "GITHUB_TOOLSETS": "default,projects,labels,orgs" | ||||||
| }, | ||||||
| "description": "GitHub repository operations and CI/CD", | ||||||
|
|
@@ -53,7 +53,7 @@ | |||||
| "--from", "git+https://github.com/oraios/serena", | ||||||
| "serena", "start-mcp-server", | ||||||
| "--context", "ide-assistant", | ||||||
| "--project", "/home/thein/repos/TTA.dev-copilot" | ||||||
| "--project", "/home/thein/repos/TTA.dev-cline" | ||||||
|
||||||
| "--project", "/home/thein/repos/TTA.dev-cline" | |
| "--project", "${HOME}/repos/TTA.dev-cline" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| /cache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agent notification files contain hard-coded absolute paths that may not be portable across environments. Consider if these files should be tracked in version control, as they appear to be runtime/instance-specific data.