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.
@@ -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
- ? ' IMPORTANT: Platform credentials are not configured. Run `agentblueprint setup` or set SN_INSTANCE, SN_USER, SN_PASS environment variables before connecting to the instance.'
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}`;
@@ -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,+KAA+K;QACjL,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"}
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentblueprint",
3
- "version": "0.7.14",
3
+ "version": "0.7.15",
4
4
  "description": "CLI and MCP server for Agent Blueprint — read blueprints, business cases, implementation plans, and specs from your coding agent",
5
5
  "type": "module",
6
6
  "bin": {