substrate-ai 0.1.26 → 0.1.27

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/cli/index.js CHANGED
@@ -7462,7 +7462,7 @@ const DEFAULT_TIMEOUTS = {
7462
7462
  "arch-decisions": 24e4,
7463
7463
  "arch-patterns": 24e4,
7464
7464
  "story-epics": 24e4,
7465
- "story-stories": 3e5
7465
+ "story-stories": 6e5
7466
7466
  };
7467
7467
  /**
7468
7468
  * Default max agentic turns per task type.
@@ -11951,7 +11951,7 @@ function createPhaseOrchestrator(deps) {
11951
11951
  * direction (step-runner.ts importing from a phase-specific module).
11952
11952
  */
11953
11953
  /** Absolute maximum prompt tokens (model context safety margin) */
11954
- const ABSOLUTE_MAX_PROMPT_TOKENS = 12e3;
11954
+ const ABSOLUTE_MAX_PROMPT_TOKENS = 2e4;
11955
11955
  /** Additional tokens per architecture decision injected into story generation prompt */
11956
11956
  const TOKENS_PER_DECISION = 100;
11957
11957
  /** Priority order for decision categories when summarizing (higher priority kept first) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "substrate-ai",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Substrate — multi-agent orchestration daemon for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",