-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.yaml
More file actions
38 lines (34 loc) · 1.46 KB
/
tasks.yaml
File metadata and controls
38 lines (34 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
project:
id_prefix: CAMPUS
owner: "@smart-campus-core"
variant: HITL # HITL | SEMI | UNSUPERVISED
intent: "Maintain Type-1 workflow across Smart Campus deliverables"
backlog:
- id: CAMPUS-201
title: "Adopt ANNEX workflow"
description: "Apply the Type-1 ritual (tasks→sessions→PR) across the repo."
priority: high
owner: "@maintainer"
research:
- "multi-agent workflows"
- "engineering playbooks"
- id: CAMPUS-202
title: "Wire CLI scaffolding"
description: "Provide scripts for new sessions, task export, and lint/test checks."
priority: high
owner: "@maintainer"
research:
- "node cli design"
in_progress:
- id: CAMPUS-203
title: "Fix room label hover/panel interactions and positioning"
description: "Address hover/click label UX so only one label shows, clicking opens/closes panels with room data, and labels align to geometric centers; refs: Space.js README for Panel/UI update loop https://github.com/alienkitty/space.js, three.js Box3 center via setFromObject/getCenter/computeBoundingBox https://threejs.org/docs/#api/en/math/Box3, BufferGeometry.center for recentering vertices when boundingSphere is off https://threejs.org/docs/#api/en/core/BufferGeometry."
priority: high
owner: "@agent"
started: "2025-12-05T05:20:07Z"
research:
- "space.js panel graph meter UI"
- "three.js geometry center bounding box"
- "label placement best practices"
review: []
done: []