Skip to content

Commit 681f7a1

Browse files
committed
ticket sync
1 parent bc5859f commit 681f7a1

File tree

3 files changed

+62
-9
lines changed

3 files changed

+62
-9
lines changed

.github/.sync-metadata.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lastSync": "2025-11-29T15:22:28.730Z",
3-
"releasesLastFetched": "2025-11-29T15:22:28.735Z",
2+
"lastSync": "2025-11-29T15:43:53.267Z",
3+
"releasesLastFetched": "2025-11-29T15:43:53.273Z",
44
"pushFailures": [],
55
"issues": {
66
"3789": {
@@ -11589,11 +11589,11 @@
1158911589
"contentHash": "9ff6cc623ccd85ab290fed57e2a0e18a5f76d9021bc98543ea54d07cfa99ddbc"
1159011590
},
1159111591
"7915": {
11592-
"state": "OPEN",
11592+
"state": "CLOSED",
1159311593
"path": "/Users/Shared/github/neomjs/neo/.github/ISSUE/issue-7915.md",
11594-
"closedAt": null,
11595-
"updatedAt": "2025-11-29T15:09:38Z",
11596-
"contentHash": "4f61de7fedb7a5f985e60d11db585cca89958535b0401591a210b9ed74fc5d14"
11594+
"closedAt": "2025-11-29T15:32:12Z",
11595+
"updatedAt": "2025-11-29T15:32:12Z",
11596+
"contentHash": "c854c3d35635d90f1cc9f948f4bd9c56e19be5948cdee7e468abbee18f9697ec"
1159711597
},
1159811598
"7916": {
1159911599
"state": "OPEN",
@@ -11671,6 +11671,13 @@
1167111671
"closedAt": null,
1167211672
"updatedAt": "2025-11-29T15:20:12Z",
1167311673
"contentHash": "9668454792f13e057a7a7f632fb14fe7a4c90c483c96a01cdaf70fe35a3e3661"
11674+
},
11675+
"7927": {
11676+
"state": "OPEN",
11677+
"path": "/Users/Shared/github/neomjs/neo/.github/ISSUE/issue-7927.md",
11678+
"closedAt": null,
11679+
"updatedAt": "2025-11-29T15:43:48Z",
11680+
"contentHash": "49bb6fd1553f5f6c5521fcdde78997c8093b63d08905a9fdc145b4ea154d362f"
1167411681
}
1167511682
},
1167611683
"releases": {

.github/ISSUE/issue-7915.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
id: 7915
33
title: 'Task: Define Agent Task Protocol (Labels, Templates, Rules)'
4-
state: OPEN
4+
state: CLOSED
55
labels:
66
- documentation
77
- ai
8-
assignees: []
8+
assignees:
9+
- tobiu
910
createdAt: '2025-11-29T15:09:38Z'
10-
updatedAt: '2025-11-29T15:09:38Z'
11+
updatedAt: '2025-11-29T15:32:12Z'
1112
githubUrl: 'https://github.com/neomjs/neo/issues/7915'
1213
author: tobiu
1314
commentsCount: 0
@@ -17,6 +18,7 @@ subIssuesCompleted: 0
1718
subIssuesTotal: 0
1819
blockedBy: []
1920
blocking: []
21+
closedAt: '2025-11-29T15:32:12Z'
2022
---
2123
# Task: Define Agent Task Protocol (Labels, Templates, Rules)
2224

@@ -64,4 +66,7 @@ Define the exact YAML structure that agents must use in the Issue Body.
6466

6567
- 2025-11-29 @tobiu added the `documentation` label
6668
- 2025-11-29 @tobiu added the `ai` label
69+
- 2025-11-29 @tobiu assigned to @tobiu
70+
- 2025-11-29 @tobiu referenced in commit `420d11c` - "Task: Define Agent Task Protocol (Labels, Templates, Rules) #7915"
71+
- 2025-11-29 @tobiu closed this issue
6772

.github/ISSUE/issue-7927.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
id: 7927
3+
title: 'Feat: Expose LocalFileService in AI SDK'
4+
state: OPEN
5+
labels:
6+
- enhancement
7+
- ai
8+
assignees: []
9+
createdAt: '2025-11-29T15:43:48Z'
10+
updatedAt: '2025-11-29T15:43:48Z'
11+
githubUrl: 'https://github.com/neomjs/neo/issues/7927'
12+
author: tobiu
13+
commentsCount: 0
14+
parentIssue: null
15+
subIssues: []
16+
subIssuesCompleted: 0
17+
subIssuesTotal: 0
18+
blockedBy: []
19+
blocking: []
20+
---
21+
# Feat: Expose LocalFileService in AI SDK
22+
23+
# Feat: Expose LocalFileService in AI SDK
24+
25+
## Context
26+
The Headless PM Agent (Ticket #7916) needs fast, local access to issue content (Epics) without hitting the GitHub API rate limits. The `LocalFileService` already implements `getIssueById`, but it is not currently exported in the standalone SDK (`ai/services.mjs`).
27+
28+
## Requirements
29+
1. **Import:** Import `LocalFileService.mjs` in `ai/services.mjs`.
30+
2. **Safety:** Wrap it with `makeSafe` (using the OpenAPI spec for `get_local_issue_by_id`).
31+
3. **Export:** Export it as `GH_LocalFileService`.
32+
33+
## Impact
34+
Enables "Local First" patterns for autonomous agents running within the repo.
35+
36+
37+
## Activity Log
38+
39+
- 2025-11-29 @tobiu added the `enhancement` label
40+
- 2025-11-29 @tobiu added the `ai` label
41+

0 commit comments

Comments
 (0)