Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .sira/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ team:
- name: claude
role: agent
type: ai
github_username: claude-ai
- name: 김민수
role: member
type: human
github_username: minsu-kim
- name: cursor
role: agent
type: ai
3 changes: 1 addition & 2 deletions apps/cli/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default defineConfig({
dts: false,
clean: true,
platform: "node",
noExternal: ["@sira/core"],
external: ["gray-matter", "js-yaml", "simple-git", "zod", "commander"],
external: ["@sira/core", "gray-matter", "js-yaml", "simple-git", "zod", "commander"],
banner: {
js: "#!/usr/bin/env node",
},
Expand Down
33 changes: 0 additions & 33 deletions apps/web/src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useTaskStore, type TaskEntry } from "@/stores/useTaskStore";
import { useTeamStore, type TeamMember } from "@/stores/useTeamStore";
import { getInitials, getAvatarColor } from "@/lib/colors";
import { PixelOffice } from "@/components/pixel-office/PixelOffice";
import { AISuggestionList } from "@/components/AISuggestionList";
import { NaturalLanguageInput } from "@/components/NaturalLanguageInput";

export default function DashboardPage() {
Expand Down Expand Up @@ -35,33 +34,6 @@ export default function DashboardPage() {
todo: tasks.filter((t) => t.status === "todo").length,
};

const mockSuggestions = [
{
taskId: "SIRA-003",
currentStatus: "todo",
suggestedStatus: "in_progress",
reason: "관련 파일 src/api/auth.ts가 최근 수정되었고 PR #12가 열려 있습니다. 작업이 이미 시작된 것으로 보입니다.",
},
{
taskId: "SIRA-007",
currentStatus: "in_progress",
suggestedStatus: "review",
reason: "커밋 로그에 'feat: complete task SIRA-007' 메시지가 있고 관련 파일 변경이 완료된 것으로 보입니다.",
},
{
taskId: "SIRA-010",
currentStatus: "review",
suggestedStatus: "done",
reason: "PR #15가 머지되었고 관련 테스트가 모두 통과했습니다.",
},
{
taskId: "SIRA-001",
currentStatus: "backlog",
suggestedStatus: "todo",
reason: "스프린트 계획에 포함되어 있으며 담당자가 배정되었습니다.",
},
];

return (
<DashboardLayout>
<h1 className="mb-6 text-2xl font-bold">Dashboard</h1>
Expand All @@ -76,11 +48,6 @@ export default function DashboardPage() {
<StatCard label="백로그" value={stats.backlog} color="text-gray-400" />
</div>

{/* AI 상태 제안 */}
<div className="mb-8">
<AISuggestionList suggestions={mockSuggestions} />
</div>

{/* 픽셀 오피스 (UX8) */}
<PixelOffice members={members} tasks={tasks} />

Expand Down
226 changes: 3 additions & 223 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.8.2"
"packageManager": "npm@10.8.2",
"dependencies": {
"lightningcss-darwin-arm64": "^1.31.1"
}
}
9 changes: 0 additions & 9 deletions tasks/epics/EPIC-001.md

This file was deleted.

9 changes: 0 additions & 9 deletions tasks/epics/EPIC-002.md

This file was deleted.

9 changes: 0 additions & 9 deletions tasks/epics/EPIC-003.md

This file was deleted.

17 changes: 0 additions & 17 deletions tasks/server/SIRA-006.md

This file was deleted.

Loading
Loading