agentblueprint 0.7.14 → 0.7.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/directives.js +1 -1
- package/dist/directives.js.map +1 -1
- package/package.json +1 -1
package/dist/directives.js
CHANGED
|
@@ -10,7 +10,7 @@ export function getNextActionDirective(opts) {
|
|
|
10
10
|
return 'ACTION REQUIRED NOW: Read CURRENT-STATE.md for where things stand, then RECOMMENDATIONS.md for what to do next. You are continuing an implementation. Do not ask the user what to do — read the files and resume working.';
|
|
11
11
|
}
|
|
12
12
|
const setupHint = opts.platformNotConfigured
|
|
13
|
-
? '
|
|
13
|
+
? ' Note: Platform credentials are not yet configured. GETTING-STARTED.md covers all access levels including working without credentials. If the user provides credentials, run `agentblueprint setup` to configure them.'
|
|
14
14
|
: '';
|
|
15
15
|
if (opts.vendorSkillName) {
|
|
16
16
|
return `ACTION REQUIRED NOW: Read GETTING-STARTED.md immediately, then load the base skill at .claude/skills/agent-blueprint/SKILL.md and the expert skill at .claude/skills/${opts.vendorSkillName}/SKILL.md. You are the implementer. Do not summarize these files to the user. Do not ask what to do next. Read them and start building.${setupHint}`;
|
package/dist/directives.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directives.js","sourceRoot":"","sources":["../src/directives.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,UAAU,sBAAsB,CAAC,IAKtC;IACC,IAAI,IAAI,CAAC,sBAAsB,EAAE,CAAC;QAChC,OAAO,2NAA2N,CAAC;IACrO,CAAC;IACD,MAAM,SAAS,GAAG,IAAI,CAAC,qBAAqB;QAC1C,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"directives.js","sourceRoot":"","sources":["../src/directives.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,UAAU,sBAAsB,CAAC,IAKtC;IACC,IAAI,IAAI,CAAC,sBAAsB,EAAE,CAAC;QAChC,OAAO,2NAA2N,CAAC;IACrO,CAAC;IACD,MAAM,SAAS,GAAG,IAAI,CAAC,qBAAqB;QAC1C,CAAC,CAAC,wNAAwN;QAC1N,CAAC,CAAC,EAAE,CAAC;IACP,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;QACzB,OAAO,wKAAwK,IAAI,CAAC,eAAe,0IAA0I,SAAS,EAAE,CAAC;IAC3V,CAAC;IACD,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;QACtB,OAAO,8PAA8P,SAAS,EAAE,CAAC;IACnR,CAAC;IACD,OAAO,2MAA2M,SAAS,EAAE,CAAC;AAChO,CAAC"}
|
package/package.json
CHANGED