Skip to content

Commit 32334bd

Browse files
committed
revert(scope): restore adr-author SKILL.md and activation baseline to main
Commits b37cac9 and 1595c7d (caveman feature work) incidentally ran \`npm run format:tables\` over the repo and tightened markdown table padding in .github/skills/project-planning/adr-author/SKILL.md. That file is loaded by the @adr-creation GovernEntry and AdoptTemplate activation scenarios, which pin exact byte counts and content hashes in scripts/agents/activation-harness/baseline.json. The drag-along change broke 4 Pester tests in CI and forced an out-of-scope baseline recapture (commit 470c4f4). Restore both files to their state on origin/main so this branch contains only caveman-related changes. The adr-author SKILL.md formatting drift is unrelated to the caveman skill and should land via its own PR if desired.
1 parent 470c4f4 commit 32334bd

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/skills/project-planning/adr-author/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Entry mode and output template are independent: a `from-planner-handoff` session
2424

2525
Lifecycle at a glance:
2626

27-
| Mode | Phase sequence | Output |
28-
|------------------------|-------------------------------------------------------|-----------------------------------------------------|
29-
| `capture` | Frame → Decide → Govern | Shaped by `outputTemplate` (y-statement or madr-v4) |
30-
| `from-planner-handoff` | Frame (confirm pre-populated) → Decide → Govern | Shaped by `outputTemplate` (y-statement or madr-v4) |
31-
| `adopt-template` | Ingest → Normalize → Derive Questions → Fill → Govern | First ADR + `.adr-config.yml` per the BYO contract |
27+
| Mode | Phase sequence | Output |
28+
| ---------------------- | ----------------------------------------------------------- | --------------------------------------------------- |
29+
| `capture` | Frame → Decide → Govern | Shaped by `outputTemplate` (y-statement or madr-v4) |
30+
| `from-planner-handoff` | Frame (confirm pre-populated) → Decide → Govern | Shaped by `outputTemplate` (y-statement or madr-v4) |
31+
| `adopt-template` | Ingest → Normalize → Derive Questions → Fill → Govern | First ADR + `.adr-config.yml` per the BYO contract |
3232

3333
The state machine, hard exit gates, autonomy tiers (`manual`, `partial`, `full`), and the canonical `state.json` schema are defined in `adr-identity.instructions.md`. This skill provides the authoring activities and artifact contracts; it does not redefine the state machine.
3434

@@ -166,7 +166,7 @@ All scripts treat their working directory as untrusted input and reject paths th
166166
The ADR Creator agent enforces a phase→section load contract per `adr-identity.instructions.md`. Each phase MUST load its section of this skill before executing phase work, and MUST append the section anchor to `state.phaseSkillsLoaded`:
167167

168168
| Phase | Section anchor | Required `phaseSkillsLoaded` entry |
169-
|--------|----------------|------------------------------------|
169+
| ------ | -------------- | ---------------------------------- |
170170
| Frame | `#frame` | `adr-author#frame` |
171171
| Decide | `#decide` | `adr-author#decide` |
172172
| Govern | `#govern` | `adr-author#govern` |

scripts/agents/activation-harness/baseline.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"GovernEntry": {
5555
"ScenarioName": "GovernEntry",
5656
"AgentBytes": 10096,
57-
"ColdStartBytes": 93164,
57+
"ColdStartBytes": 93194,
5858
"LoadedFiles": [
5959
{
6060
"Path": ".github/agents/project-planning/adr-creation.agent.md",
@@ -82,15 +82,15 @@
8282
},
8383
{
8484
"Path": ".github/skills/project-planning/adr-author/SKILL.md",
85-
"Bytes": 13366
85+
"Bytes": 13396
8686
}
8787
],
88-
"Hash": "2f5812441a5943baa0723f9689c6aa3726253a743256ff6f1ad5fe9f4cf273c1"
88+
"Hash": "4f18403391012bd6b84c2b6a832afb146b7ac139fc28370eec72d7d543eae6e8"
8989
},
9090
"AdoptTemplate": {
9191
"ScenarioName": "AdoptTemplate",
9292
"AgentBytes": 10096,
93-
"ColdStartBytes": 100158,
93+
"ColdStartBytes": 100188,
9494
"LoadedFiles": [
9595
{
9696
"Path": ".github/agents/project-planning/adr-creation.agent.md",
@@ -122,9 +122,9 @@
122122
},
123123
{
124124
"Path": ".github/skills/project-planning/adr-author/SKILL.md",
125-
"Bytes": 13366
125+
"Bytes": 13396
126126
}
127127
],
128-
"Hash": "58482298f587bc5d78344c126179dcc424f40b65bde92160a152062317420979"
128+
"Hash": "c3eefe020ece450eaea370fcdfd492fa36d75ba7d8d5078210ed647af4ccce2b"
129129
}
130130
}

0 commit comments

Comments
 (0)