Skip to content

Commit 45b7242

Browse files
goodguy1963Copilot
andcommitted
Bump version to 2.0.26 in package.json and package-lock.json; add temp_output.txt to track live .github/agents tree
Co-authored-by: Copilot <copilot@github.com>
1 parent 70cf9d9 commit 45b7242

6 files changed

Lines changed: 10504 additions & 21 deletions

File tree

.github/repo-knowledge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use this directory for durable, repo-specific memory that should help future wor
44

55
## Purpose
66

7-
- Keep stable repo facts, recurring failure modes, and local operating decisions easy to find.
7+
- Keep stable repo facts, recurring failure modes, repo-specific durable memory, and local operating decisions easy to find.
88
- Separate source-scheduler-specific memory from `.github/agents/system/knowledge/`, which is reserved for shared starter-pack behavior.
99
- Give agents one canonical repo-specific retrieval surface before planning or editing.
1010

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ node_modules/**
2424
FULL_SPECIFICATION.md
2525
AGENTS.md
2626
.github/**
27-
!.github/
2827
!.github/prompts/
2928
!.github/prompts/**
3029
!.github/skills/
3130
!.github/skills/**
31+
.github/agents/
32+
.github/agents/**
3233
!out/bundled-agents/.github/
3334
!out/bundled-agents/.github/**
3435
.artifacts/**

media/generated/cockpitWebview.js

Lines changed: 10478 additions & 16 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "copilot-cockpit",
33
"displayName": "Copilot Cockpit",
44
"description": "One VS Code system for AI planning and triage, execution and scheduling, and optional control-plane integration",
5-
"version": "2.0.18",
5+
"version": "2.0.26",
66
"publisher": "local-dev",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/icon.png",

temp_output.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
VSIX still contains the live .github/agents tree:
2+
- extension/.github/agents/remediation-implementer.agent.md
3+
- extension/.github/agents/planner.agent.md
4+
- extension/.github/agents/documentation-specialist.agent.md
5+
- extension/.github/agents/custom-agent-foundry.agent.md
6+
- extension/.github/agents/cockpit-todo-expert.agent.md
7+
- extension/.github/agents/ceo.agent.md
8+
- extension/.github/agents/todos/README.md
9+
- extension/.github/agents/system/TEAM-RULES.md
10+
- extension/.github/agents/system/README.md
11+
- extension/.github/agents/system/CEO-WORKFLOW-GUIDE.md
12+
- extension/.github/agents/system/AGENT-SYSTEM-MAINTENANCE.md
13+
- extension/.github/agents/system/knowledge/todo-cockpit.md
14+
- extension/.github/agents/system/knowledge/session-memory.md
15+
- extension/.github/agents/system/knowledge/session-management.md
16+
- extension/.github/agents/system/knowledge/remediation-patterns.md
17+
- extension/.github/agents/system/knowledge/planning.md
18+
- extension/.github/agents/system/knowledge/knowledge-base-guidelines.md
19+
- extension/.github/agents/system/knowledge/documentation.md
20+
- extension/.github/agents/system/knowledge/agent-architecture.md

0 commit comments

Comments
 (0)