You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add ESLint, markdownlint, validators, and tests to pre-commit hook ([09a5f83](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/09a5f83bfd1416fef4104fba10e101a808b4dc37))
15
+
* add hook script existence validation to CI ([a751dba](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/a751dba8e9443917c1211617445f3ec8773b7f26))
16
+
* add hooks, scripts, CLI infrastructure, and installers ([9b53e0a](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/9b53e0acfc55e835303460aa74a7772298adb6a7))
17
+
* add schemas, install manifests, and MCP configurations ([d722ee7](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/d722ee7f748807e5ccad61bd3a3d670784db4345))
18
+
* add usage examples and assets ([b6b2a8f](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/b6b2a8f4d4bdc053b5dea820939e8f6eb1e292ae))
19
+
* align agents and skills with upgraded CI requirements ([7d6b7fd](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/7d6b7fd079b74f171809532873091d4f71d7c690))
20
+
* create learning-observe.sh hook for continuous learning ([dcebb04](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/dcebb041d2ecf2846326b68757e8732afda9250a))
21
+
* expand sf-e2e-runner agent from 4.4KB to 10.6KB ([a6aca4d](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/a6aca4d8e10563650692f662cb3d35446cb3484e))
22
+
* pre-release consolidation for v0.1.0 ([a2dab5d](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/a2dab5d4d2b1e2f1f852030b7f7ccbfcf4e7d52f))
23
+
* upgrade CI validators with stricter agent and skill checks ([0b8b314](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/0b8b314dc7200b5c849b6efc16284ec60c9c1a1c))
24
+
25
+
26
+
### Bug Fixes
27
+
28
+
* align plugin manifests, author metadata, and documentation URL ([e29fa78](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/e29fa782bfc9f82bb27d90bc6d51685aefc9dd10))
* regenerate package-lock.json to remove phantom @types/sf-debug ([cb5a338](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/cb5a338061149eda026a111a5e81cbca8cf14153))
31
+
* resolve all markdownlint errors across skills and reference files ([579ee44](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/579ee447db4665fb7244ef16fc8375e02c3108b8))
32
+
* resolve ESLint errors blocking CI ([8b821cd](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/8b821cd385af8a02529c154bb7289c99e16e002a))
33
+
* update install manifests and remove stale hook reference ([c4ce4df](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/c4ce4dfba53988092336c399d8f314d8dbe03e09))
34
+
* update stale references, fix invocability, remove broken hook ([1718184](https://github.com/jiten-singh-shahi/salesforce-claude-code/commit/1718184354225a811ee5d6271acb6d64c39ab36f))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "scc-universal",
3
-
"version": "0.0.0",
3
+
"version": "1.0.0",
4
4
"description": "Complete collection of production-ready Salesforce agents, skills, hooks, and MCP configurations for Claude Code and other AI harnesses. Salesforce Claude Code (SCC) — your AI-powered Salesforce development partner.",
0 commit comments