Skip to content

Commit f251db0

Browse files
chore: fix markdownlint errors in CHANGELOG.md (#12)
1 parent 504ed8e commit f251db0

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 1.0.0 (2026-04-03)
99

10-
1110
### Features
1211

1312
* add 27 specialized Salesforce agents ([8ea9c9b](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/8ea9c9bd526aa116315221ed32c926560f6dd605))
@@ -22,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2221
* pre-release consolidation for v0.1.0 ([a2dab5d](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/a2dab5d4d2b1e2f1f852030b7f7ccbfcf4e7d52f))
2322
* upgrade CI validators with stricter agent and skill checks ([0b8b314](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/0b8b314dc7200b5c849b6efc16284ec60c9c1a1c))
2423

25-
2624
### Bug Fixes
2725

2826
* align plugin manifests, author metadata, and documentation URL ([e29fa78](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/e29fa782bfc9f82bb27d90bc6d51685aefc9dd10))
@@ -37,18 +35,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3735

3836
### Changed β€” Architecture Refactor
3937

40-
- **Agents: 25 β†’ 17** β€” Lean full-stack domain agents that design, build, test, AND review
41-
- New orchestrator: `sf-architect` (bookend pattern β€” runs at start and end, enforces TDD)
42-
- New domain agents: `sf-apex-agent`, `sf-lwc-agent`, `sf-flow-agent`, `sf-admin-agent`, `sf-integration-agent`, `sf-agentforce-agent`
43-
- New cross-domain: `sf-review-agent` (security + performance + E2E), `sf-bugfix-agent`
44-
- Kept legacy review-only: `sf-aura-reviewer`, `sf-visualforce-reviewer`
45-
- 6 platform agents unchanged
46-
- **Skills: invocability change** β€” 28 pattern skills changed from user-invocable to model-invocable (agents read them on demand via Read tool)
47-
- **Agent prompt size: 4-10KB β†’ 1-2KB** β€” Agents are lean workflow orchestrators, skills carry domain knowledge
48-
- **"Use PROACTIVELY" in descriptions** β€” Enables Claude Code auto-delegation without user asking
49-
- Added proactive delegation check to agent and skill CI validators
50-
- Rewritten sf-help for new 17-agent architecture
51-
- Updated install manifests for new agent filenames
52-
- Added install smoke test job to CI pipeline
53-
- Added SECURITY.md, PR template, hardened .gitignore
54-
- Pre-commit hook now mirrors CI: build + ESLint + markdownlint + validators + tests
38+
* **Agents: 25 β†’ 17** β€” Lean full-stack domain agents that design, build, test, AND review
39+
* New orchestrator: `sf-architect` (bookend pattern β€” runs at start and end, enforces TDD)
40+
* New domain agents: `sf-apex-agent`, `sf-lwc-agent`, `sf-flow-agent`, `sf-admin-agent`, `sf-integration-agent`, `sf-agentforce-agent`
41+
* New cross-domain: `sf-review-agent` (security + performance + E2E), `sf-bugfix-agent`
42+
* Kept legacy review-only: `sf-aura-reviewer`, `sf-visualforce-reviewer`
43+
* 6 platform agents unchanged
44+
* **Skills: invocability change** β€” 28 pattern skills changed from user-invocable to model-invocable (agents read them on demand via Read tool)
45+
* **Agent prompt size: 4-10KB β†’ 1-2KB** β€” Agents are lean workflow orchestrators, skills carry domain knowledge
46+
* **"Use PROACTIVELY" in descriptions** β€” Enables Claude Code auto-delegation without user asking
47+
* Added proactive delegation check to agent and skill CI validators
48+
* Rewritten sf-help for new 17-agent architecture
49+
* Updated install manifests for new agent filenames
50+
* Added install smoke test job to CI pipeline
51+
* Added SECURITY.md, PR template, hardened .gitignore
52+
* Pre-commit hook now mirrors CI: build + ESLint + markdownlint + validators + tests

0 commit comments

Comments
Β (0)