nexarch 0.12.8 → 0.12.9

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.
@@ -95,9 +95,9 @@ export async function checkIn(args) {
95
95
  }
96
96
  if (commands.length > 0) {
97
97
  console.log("\nPending application-target commands (preview only; nothing claimed):");
98
- console.log(`Company scope is resolved server-side from companyId=${creds.companyId}.`);
98
+ console.log(`Workspace scope is resolved server-side from companyId=${creds.companyId}.`);
99
99
  if (identity.companyId && identity.companyId !== creds.companyId) {
100
- console.log(`Note: local identity companyId ${identity.companyId} differs from current credentials companyId ${creds.companyId}.`);
100
+ console.log(`Note: local identity workspace ${identity.companyId} differs from the credentials in use (${creds.companyId}).`);
101
101
  }
102
102
  for (const cmd of commands) {
103
103
  const claimable = cmd.claimable ? "yes" : "no";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexarch",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
4
4
  "description": "Your architecture workspace for AI delivery.",
5
5
  "keywords": [
6
6
  "nexarch",