Skip to content

Commit 7d521a6

Browse files
committed
feat!: mdflow v3 — markdown agents that evolve
Graduates the v3 branch: engine resolution ladder with default pi, hermetic pi adapter with Codex auth bridge, cursor-agent and agy engines, md eval with trust ledger, the ./flows roster convention, the installable agent skill, and the guardrail/adhoc fixes proven by the field guide. BREAKING CHANGE: engine: replaces tool:, bare .md files run on the resolved engine or print as documents, description/route are reserved frontmatter keys. See the v3 commit series for details. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> # Conflicts: # CHANGELOG.md # package.json
2 parents 1185549 + dd587b7 commit 7d521a6

94 files changed

Lines changed: 9120 additions & 2056 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.beads/.gitignore

Lines changed: 0 additions & 29 deletions
This file was deleted.

.beads/README.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

.beads/beads.db

-256 KB
Binary file not shown.

.beads/config.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.beads/metadata.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v3
78

89
permissions:
910
contents: write

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ bundle.js
4343
# Generated bundles for AI upload
4444
mdflow-bundle.md
4545
mdflow-core-bundle.md
46+
47+
# packx context-bundler cache
48+
.packx_cache/

0 commit comments

Comments
 (0)