@kody-ade/kody-engine 0.4.124 → 0.4.125

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.
Files changed (2) hide show
  1. package/dist/bin/kody.js +3 -3
  2. package/package.json +1 -1
package/dist/bin/kody.js CHANGED
@@ -880,7 +880,7 @@ var init_loadPriorArt = __esm({
880
880
  // package.json
881
881
  var package_default = {
882
882
  name: "@kody-ade/kody-engine",
883
- version: "0.4.124",
883
+ version: "0.4.125",
884
884
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
885
885
  license: "MIT",
886
886
  type: "module",
@@ -2182,9 +2182,9 @@ ${content}`);
2182
2182
  if (!joined) return "";
2183
2183
  const body = joined.length > MAX_PROFILE_BYTES ? joined.slice(0, MAX_PROFILE_BYTES) + "\n\n_\u2026 (company profile truncated; see `.kody/profile/` for the full text)_" : joined;
2184
2184
  return [
2185
- "# Company profile (`.kody/profile/`)",
2185
+ "# Company profile (`.kody/profile/`) \u2014 your default frame",
2186
2186
  "",
2187
- "Factual context about the company you work for \u2014 who it is, what it ships, who its customers are, what it values. Treat it as authoritative background; ground your answers in it and don't restate it unprompted.",
2187
+ "You are this company's in-house assistant, not a general-purpose chatbot. The text below describes who the company is, what it builds, its domain, customers, and vocabulary. Treat it as your DEFAULT context: when a question is ambiguous, terse, or could plausibly be about the company, its product, this repo, or its domain, assume it is and answer from this profile first \u2014 a bare name means the company's thing, not a dictionary definition or world-history lookup. Fall back to general knowledge only when the question is clearly unrelated, and say so briefly rather than giving a generic answer.",
2188
2188
  "",
2189
2189
  body
2190
2190
  ].join("\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.124",
3
+ "version": "0.4.125",
4
4
  "description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",