Skip to content
Open
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
2 changes: 1 addition & 1 deletion .agents
Submodule .agents updated 51 files
+154 −0 .agents/skills/qemu-agent-feedback/SKILL.md
+4 −0 .agents/skills/qemu-agent-feedback/agents/openai.yaml
+8 −8 .agents/skills/qemu-boot-run/SKILL.md
+5 −4 .agents/skills/qemu-build/SKILL.md
+7 −9 .agents/skills/qemu-debug/SKILL.md
+0 −38 .agents/skills/qemu-direct-linux-boot/SKILL.md
+0 −4 .agents/skills/qemu-direct-linux-boot/agents/openai.yaml
+0 −46 .agents/skills/qemu-firmware-linux-boot/SKILL.md
+0 −4 .agents/skills/qemu-firmware-linux-boot/agents/openai.yaml
+0 −45 .agents/skills/qemu-flow-plan/references/flow-primitives.md
+6 −6 .agents/skills/qemu-image-layout/SKILL.md
+11 −9 .agents/skills/qemu-image-packaging/SKILL.md
+7 −7 .agents/skills/qemu-kernel-build/SKILL.md
+6 −7 .agents/skills/qemu-model-verification/SKILL.md
+24 −23 .agents/skills/qemu-plan/SKILL.md
+46 −0 .agents/skills/qemu-plan/references/flow-primitives.md
+6 −7 .agents/skills/qemu-qtest/SKILL.md
+17 −10 .agents/skills/qemu-register-extraction/SKILL.md
+30 −20 .agents/skills/qemu-rlcr-loop/SKILL.md
+10 −63 .agents/skills/qemu-rlcr-loop/references/methodology-feedback.md
+7 −6 .agents/skills/qemu-rst-documentation/SKILL.md
+8 −9 .agents/skills/qemu-source-provenance/SKILL.md
+6 −7 .agents/skills/qemu-uboot-build/SKILL.md
+3 −3 .agents/skills/qemu-workflow-board-modeling/SKILL.md
+148 −0 .agents/skills/qemu-workflow-linux-boot/SKILL.md
+4 −0 .agents/skills/qemu-workflow-linux-boot/agents/openai.yaml
+3 −3 .agents/skills/qemu-workflow-peripheral-modeling/SKILL.md
+3 −3 .agents/skills/qemu-workflow-tcg-backend-adaptation/SKILL.md
+3 −3 .agents/skills/qemu-workflow-tcg-frontend-instruction/SKILL.md
+14 −14 AGENTS.md
+49 −190 README.md
+1 −1 commands/qemu-init-task.md
+0 −49 commands/qemu-workflow.md
+0 −3 package.json
+0 −76 scripts/install-workflows.mjs
+0 −109 scripts/validate-workflows.mjs
+4 −3 site/src/content/docs/getting-started.md
+1 −1 site/src/pages/index.astro
+1 −1 src/lib.mjs
+0 −431 workflows/qemu-modeling.omhflow
+0 −106 workflows/qemu-modeling/prompts/commit-round.md
+0 −132 workflows/qemu-modeling/prompts/final-series.md
+0 −51 workflows/qemu-modeling/prompts/fix-round.md
+0 −69 workflows/qemu-modeling/prompts/implementation-round.md
+0 −52 workflows/qemu-modeling/prompts/plan-work.md
+0 −44 workflows/qemu-modeling/prompts/research-contract.md
+0 −55 workflows/qemu-modeling/prompts/review-gate.md
+0 −55 workflows/qemu-modeling/prompts/verification-round.md
+0 −1,087 workflows/qemu-modeling/scripts/qemu-modeling.mjs
+0 −87 workflows/qemu-task-bootstrap.omhflow
+0 −724 workflows/qemu-task-bootstrap/scripts/qemu-task-bootstrap.mjs
Loading