Commit 78183d5
iso-harness 0.2.0, agentmd 0.3.0, monorepo adopts changesets
iso-harness 0.2.0:
- New `validate` subcommand: schema-checks the iso/ source without writing
anything. Exit 1 on errors, 0 on warnings/clean.
- `build` now calls the validator first and refuses to fan out to the
four target harnesses if mcp.json, config.json, or any agent/command
frontmatter has schema errors (missing `command`, non-string env
values, duplicate agent names, unknown-harness override keys, model
that isn't a string, etc.). Warnings (empty description, empty body)
are surfaced in the build summary but do not block.
- 18 unit tests (was: 1 smoke-build script).
agentmd 0.3.0:
- New `--format sarif` on `lint` so findings upload to GitHub code
scanning with the same dialect isolint emits. Driver name `agentmd`,
rule IDs are the L-codes.
Monorepo:
- Adopt Changesets for version bumps + CHANGELOG generation. Existing
tag-triggered release workflows still drive the npm publish; engineers
add a changeset per PR, then `npm run version` bumps + commits +
writes CHANGELOG.md, and a tag cut triggers the existing publish flow.
- Root scripts: `changeset`, `changeset:status`, `version`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7b502b0 commit 78183d5
17 files changed
Lines changed: 2034 additions & 30 deletions
File tree
- .changeset
- packages
- agentmd
- src
- tests
- iso-harness
- bin
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
90 | 115 | | |
91 | 116 | | |
92 | 117 | | |
| |||
0 commit comments