Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8fe599d
Rewrite app around agent sessions
KSemenenko Mar 14, 2026
454dde9
agentees
KSemenenko Mar 14, 2026
b3e67a5
Persist local agent history and grain state
KSemenenko Mar 14, 2026
842ad57
Fix chat composer shortcuts and UI lag
KSemenenko Mar 14, 2026
7aa916b
fixes
KSemenenko Mar 14, 2026
4922523
Refine MVUX screens and repair agent builder
KSemenenko Mar 14, 2026
384e30d
Move app config into DotPilot app project
KSemenenko Mar 15, 2026
c90d04e
ui updates
KSemenenko Mar 15, 2026
ba8320c
more work
KSemenenko Mar 15, 2026
de5bea1
refactoring
KSemenenko Mar 15, 2026
c1f86ef
new structure
KSemenenko Mar 15, 2026
cb20a2a
remove trash
KSemenenko Mar 15, 2026
275c782
cleaning
KSemenenko Mar 15, 2026
780a468
fix buils
KSemenenko Mar 15, 2026
cdc2090
clean up
KSemenenko Mar 15, 2026
c2dc2b1
tests and fixes
KSemenenko Mar 15, 2026
3d06f1a
more fixes
KSemenenko Mar 15, 2026
4aa3442
Fix agent shell startup and chat flows
KSemenenko Mar 16, 2026
0e46ae0
Add real agent profile editing
KSemenenko Mar 16, 2026
d726e4a
Prevent desktop sleep during live sessions
KSemenenko Mar 16, 2026
f288004
Add fleet board live session monitor
KSemenenko Mar 16, 2026
e3faff0
code and page
KSemenenko Mar 16, 2026
4736732
fix: address PR 84 review comments
KSemenenko Mar 16, 2026
7760167
fix: address remaining PR 84 review threads
KSemenenko Mar 16, 2026
abfc231
fix: refresh fleet provider snapshot on reload
KSemenenko Mar 16, 2026
71498c5
fix: stabilize linux snap release packaging
KSemenenko Mar 16, 2026
86f0a89
fix: stabilize provider metadata and hydration startup
KSemenenko Mar 16, 2026
6bd5f26
fix: remove duplicate provider probes in tests
KSemenenko Mar 16, 2026
1be0ed4
fix: harden windows sqlite test cleanup
KSemenenko Mar 16, 2026
341e466
fix: clear sqlite pools before test cleanup
KSemenenko Mar 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-adr-writing/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,20 @@ compatibility: "Requires repository write access; produces Markdown ADRs with Me

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-agile-delivery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,20 @@ compatibility: "Requires repository access only when the repo stores delivery do

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-architecture-overview/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,20 @@ compatibility: "Requires repository write access; produces Markdown docs with Me

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
23 changes: 13 additions & 10 deletions .codex/skills/mcaf-ci-cd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,20 @@ compatibility: "Requires repository access; may update CI workflows, pipeline do

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand All @@ -98,7 +101,7 @@ For setup-only requests with no execution, return `status: configured` and exact
## Load References

- read `references/ci-cd.md` first
- for .NET quality gates, use `mcaf-dotnet-quality-ci`
- for .NET quality gates, use the external `mcaf-dotnet-quality-ci` skill from [managedcode/dotnet-skills](https://github.com/managedcode/dotnet-skills)

## Example Requests

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-code-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,20 @@ compatibility: "Requires repository access; may update PR templates, review docs

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-devex/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,20 @@ compatibility: "Requires repository access; may update docs, task runners, devco

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-documentation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,20 @@ compatibility: "Requires repository write access; updates docs and documentation

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-feature-spec/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,20 @@ compatibility: "Requires repository write access; produces Markdown docs with Me

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-human-review-planning/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,20 @@ compatibility: "Requires repository read access; may write a `HUMAN_REVIEW_PLAN.

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-ml-ai-delivery/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,20 @@ compatibility: "Requires repository access when ML/AI docs, experiments, or deli

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-nfr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,20 @@ compatibility: "Requires repository access when NFRs are documented in feature d

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
21 changes: 12 additions & 9 deletions .codex/skills/mcaf-observability/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,20 @@ compatibility: "Requires repository access; may update code, dashboards-as-code,

Use the Ralph Loop for every task, including docs, architecture, testing, and tooling work.

1. Plan first (mandatory):
1. Brainstorm first (mandatory):
- analyze current state
- define target outcome, constraints, and risks
- write a detailed execution plan
- define the problem, target outcome, constraints, and risks
- generate options and think through trade-offs before committing
- capture the recommended direction and open questions
2. Plan second (mandatory):
- write a detailed execution plan from the chosen direction
- list final validation skills to run at the end, with order and reason
2. Execute one planned step and produce a concrete delta.
3. Review the result and capture findings with actionable next fixes.
4. Apply fixes in small batches and rerun the relevant checks or review steps.
5. Update the plan after each iteration.
6. Repeat until outcomes are acceptable or only explicit exceptions remain.
7. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.
3. Execute one planned step and produce a concrete delta.
4. Review the result and capture findings with actionable next fixes.
5. Apply fixes in small batches and rerun the relevant checks or review steps.
6. Update the plan after each iteration.
7. Repeat until outcomes are acceptable or only explicit exceptions remain.
8. If a dependency is missing, bootstrap it or return `status: not_applicable` with explicit reason and fallback path.

### Required Result Format

Expand Down
Loading