@codyswann/lisa 2.351.0 → 2.352.0
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/all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh +1 -1
- package/all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh +1 -1
- package/all/create-only/.agents/rules/README.md +45 -0
- package/dist/cli/doctor-lisa-owned-artifacts.d.ts +18 -0
- package/dist/cli/doctor-lisa-owned-artifacts.d.ts.map +1 -0
- package/dist/cli/doctor-lisa-owned-artifacts.js +129 -0
- package/dist/cli/doctor-lisa-owned-artifacts.js.map +1 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +2 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/codex/scripts/_extract-edit-paths.sh +1 -1
- package/dist/codex/scripts/format-on-edit.sh +1 -1
- package/dist/codex/scripts/lint-on-edit.sh +1 -1
- package/dist/codex/scripts/rubocop-on-edit.sh +1 -1
- package/dist/codex/scripts/sg-scan-on-edit.sh +1 -1
- package/dist/configs/eslint/cdk.js +2 -2
- package/dist/configs/eslint/cdk.js.map +1 -1
- package/dist/configs/eslint/nestjs.js +2 -2
- package/dist/configs/eslint/nestjs.js.map +1 -1
- package/dist/configs/eslint/typescript.js +2 -2
- package/dist/configs/eslint/typescript.js.map +1 -1
- package/dist/core/host-rules-pointer.d.ts +33 -0
- package/dist/core/host-rules-pointer.d.ts.map +1 -0
- package/dist/core/host-rules-pointer.js +115 -0
- package/dist/core/host-rules-pointer.js.map +1 -0
- package/dist/core/instruction-files-migration.d.ts +3 -2
- package/dist/core/instruction-files-migration.d.ts.map +1 -1
- package/dist/core/instruction-files-migration.js +62 -64
- package/dist/core/instruction-files-migration.js.map +1 -1
- package/dist/core/learnings.d.ts +1 -1
- package/dist/core/learnings.d.ts.map +1 -1
- package/dist/core/learnings.js +1 -1
- package/dist/core/learnings.js.map +1 -1
- package/dist/core/lisa-owned-templates.d.ts +34 -0
- package/dist/core/lisa-owned-templates.d.ts.map +1 -0
- package/dist/core/lisa-owned-templates.js +41 -0
- package/dist/core/lisa-owned-templates.js.map +1 -0
- package/dist/core/lisa.d.ts.map +1 -1
- package/dist/core/lisa.js +5 -1
- package/dist/core/lisa.js.map +1 -1
- package/dist/core/project-config.d.ts +39 -9
- package/dist/core/project-config.d.ts.map +1 -1
- package/dist/core/project-config.js +37 -10
- package/dist/core/project-config.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +34 -20
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/opencode/plugin-templates/lisa-block-instruction-file-edits.ts +1 -1
- package/dist/strategies/copy-overwrite.d.ts +13 -6
- package/dist/strategies/copy-overwrite.d.ts.map +1 -1
- package/dist/strategies/copy-overwrite.js +16 -7
- package/dist/strategies/copy-overwrite.js.map +1 -1
- package/dist/sync/registry.d.ts.map +1 -1
- package/dist/sync/registry.js +0 -6
- package/dist/sync/registry.js.map +1 -1
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-debrief/SKILL.md +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-debrief-apply/SKILL.md +3 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-doctor/SKILL.md +4 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-improve-harness/SKILL.md +2 -2
- package/plugins/lisa/.codex-plugin/skills/lisa-learnings-audit/SKILL.md +6 -3
- package/plugins/lisa/agents/learnings-synthesizer.md +1 -1
- package/plugins/lisa/agents/skill-evaluator.md +1 -1
- package/plugins/lisa/hooks/block-instruction-file-edits.sh +1 -1
- package/plugins/lisa/hooks/block-shell-json-parsing.sh +1 -1
- package/plugins/lisa/rules/eager/config-resolution.md +6 -3
- package/plugins/lisa/rules/eager/project-learnings.md +3 -2
- package/plugins/lisa/rules/reference/config-resolution.md +10 -2
- package/plugins/lisa/rules/reference/intent-routing.md +1 -1
- package/plugins/lisa/rules/reference/project-learnings.md +6 -4
- package/plugins/lisa/rules/reference/promotion-contract.md +2 -1
- package/plugins/lisa/skills/lisa-debrief/SKILL.md +1 -1
- package/plugins/lisa/skills/lisa-debrief-apply/SKILL.md +3 -3
- package/plugins/lisa/skills/lisa-doctor/SKILL.md +4 -1
- package/plugins/lisa/skills/lisa-improve-harness/SKILL.md +2 -2
- package/plugins/lisa/skills/lisa-learnings-audit/SKILL.md +6 -3
- package/plugins/lisa-agy/agents/learnings-synthesizer.md +1 -1
- package/plugins/lisa-agy/agents/skill-evaluator.md +1 -1
- package/plugins/lisa-agy/hooks/block-instruction-file-edits.sh +1 -1
- package/plugins/lisa-agy/hooks/block-shell-json-parsing.sh +1 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-debrief/SKILL.md +1 -1
- package/plugins/lisa-agy/skills/lisa-debrief-apply/SKILL.md +3 -3
- package/plugins/lisa-agy/skills/lisa-doctor/SKILL.md +4 -1
- package/plugins/lisa-agy/skills/lisa-improve-harness/SKILL.md +2 -2
- package/plugins/lisa-agy/skills/lisa-learnings-audit/SKILL.md +6 -3
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/agents/learnings-synthesizer.agent.md +1 -1
- package/plugins/lisa-copilot/agents/skill-evaluator.agent.md +1 -1
- package/plugins/lisa-copilot/hooks/block-instruction-file-edits.sh +1 -1
- package/plugins/lisa-copilot/hooks/block-shell-json-parsing.sh +1 -1
- package/plugins/lisa-copilot/rules/eager/config-resolution.md +6 -3
- package/plugins/lisa-copilot/rules/eager/project-learnings.md +3 -2
- package/plugins/lisa-copilot/rules/reference/config-resolution.md +10 -2
- package/plugins/lisa-copilot/rules/reference/intent-routing.md +1 -1
- package/plugins/lisa-copilot/rules/reference/project-learnings.md +6 -4
- package/plugins/lisa-copilot/rules/reference/promotion-contract.md +2 -1
- package/plugins/lisa-copilot/skills/lisa-debrief/SKILL.md +1 -1
- package/plugins/lisa-copilot/skills/lisa-debrief-apply/SKILL.md +3 -3
- package/plugins/lisa-copilot/skills/lisa-doctor/SKILL.md +4 -1
- package/plugins/lisa-copilot/skills/lisa-improve-harness/SKILL.md +2 -2
- package/plugins/lisa-copilot/skills/lisa-learnings-audit/SKILL.md +6 -3
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/agents/learnings-synthesizer.md +1 -1
- package/plugins/lisa-cursor/agents/skill-evaluator.md +1 -1
- package/plugins/lisa-cursor/hooks/block-instruction-file-edits.sh +1 -1
- package/plugins/lisa-cursor/hooks/block-shell-json-parsing.sh +1 -1
- package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +10 -2
- package/plugins/lisa-cursor/rules/config-resolution.mdc +6 -3
- package/plugins/lisa-cursor/rules/intent-routing-reference.mdc +1 -1
- package/plugins/lisa-cursor/rules/project-learnings-reference.mdc +6 -4
- package/plugins/lisa-cursor/rules/project-learnings.mdc +3 -2
- package/plugins/lisa-cursor/rules/promotion-contract-reference.mdc +2 -1
- package/plugins/lisa-cursor/skills/lisa-debrief/SKILL.md +1 -1
- package/plugins/lisa-cursor/skills/lisa-debrief-apply/SKILL.md +3 -3
- package/plugins/lisa-cursor/skills/lisa-doctor/SKILL.md +4 -1
- package/plugins/lisa-cursor/skills/lisa-improve-harness/SKILL.md +2 -2
- package/plugins/lisa-cursor/skills/lisa-learnings-audit/SKILL.md +6 -3
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/hooks/block-suppress-directives.sh +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/hooks/block-suppress-directives.sh +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/hooks/block-suppress-directives.sh +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/agents/learnings-synthesizer.md +1 -1
- package/plugins/src/base/agents/skill-evaluator.md +1 -1
- package/plugins/src/base/hooks/block-instruction-file-edits.sh +1 -1
- package/plugins/src/base/hooks/block-shell-json-parsing.sh +1 -1
- package/plugins/src/base/rules/eager/config-resolution.md +6 -3
- package/plugins/src/base/rules/eager/project-learnings.md +3 -2
- package/plugins/src/base/rules/reference/config-resolution.md +10 -2
- package/plugins/src/base/rules/reference/intent-routing.md +1 -1
- package/plugins/src/base/rules/reference/project-learnings.md +6 -4
- package/plugins/src/base/rules/reference/promotion-contract.md +2 -1
- package/plugins/src/base/skills/lisa-debrief/SKILL.md +1 -1
- package/plugins/src/base/skills/lisa-debrief-apply/SKILL.md +3 -3
- package/plugins/src/base/skills/lisa-doctor/SKILL.md +4 -1
- package/plugins/src/base/skills/lisa-improve-harness/SKILL.md +2 -2
- package/plugins/src/base/skills/lisa-learnings-audit/SKILL.md +6 -3
- package/plugins/src/typescript/hooks/block-suppress-directives.sh +1 -1
- package/all/create-only/.claude/rules/PROJECT_RULES.md +0 -17
|
@@ -4,8 +4,26 @@ export { AUTO_LOADED_RULES_DIR_PREFIXES, DEFAULT_PROJECT_LEARNINGS_FILE, PROJECT
|
|
|
4
4
|
export type { BrowserVerificationConfig, KaneBrowserConfig, VerificationConfig, } from "./project-config-kane.js";
|
|
5
5
|
/** Filename of the per-project config, relative to the destination root */
|
|
6
6
|
export declare const PROJECT_CONFIG_FILENAME = ".lisa.config.json";
|
|
7
|
-
/**
|
|
8
|
-
|
|
7
|
+
/**
|
|
8
|
+
* Canonical, agent-neutral directory for **host-authored** operating rules.
|
|
9
|
+
* One directory, every agent; Lisa never writes rule bodies into it.
|
|
10
|
+
*
|
|
11
|
+
* Deliberately NOT a native auto-load tree for any runtime, so every agent
|
|
12
|
+
* reaches it through exactly one surface — the Lisa-managed pointer block in
|
|
13
|
+
* `AGENTS.md` — and none double-loads host rules. Fixed rather than
|
|
14
|
+
* configurable: it is already reserved in `AUTO_LOADED_RULES_DIR_PREFIXES`
|
|
15
|
+
* (`./learnings-location.js`), which keeps the learnings ledger from ever
|
|
16
|
+
* resolving inside it.
|
|
17
|
+
*/
|
|
18
|
+
export declare const HOST_RULES_DIR = ".agents/rules";
|
|
19
|
+
/**
|
|
20
|
+
* The retired single-file rules destination, superseded by
|
|
21
|
+
* {@link HOST_RULES_DIR}. Migration-only, never a serving default: it locates a
|
|
22
|
+
* ledger older releases wrote beside it, and names a host's surviving legacy
|
|
23
|
+
* file in the pointer block so that content stays reachable. Reclassifying it
|
|
24
|
+
* is human-gated work.
|
|
25
|
+
*/
|
|
26
|
+
export declare const LEGACY_PROJECT_RULES_FILE = ".claude/rules/PROJECT_RULES.md";
|
|
9
27
|
/** Optional `learnings` configuration block in `.lisa.config.json`. */
|
|
10
28
|
export interface LearningsConfig {
|
|
11
29
|
/**
|
|
@@ -22,7 +40,12 @@ export interface LearningsConfig {
|
|
|
22
40
|
export interface ProjectConfig {
|
|
23
41
|
/** Target harness(es) for emitted artifacts */
|
|
24
42
|
readonly harness?: Harness;
|
|
25
|
-
/**
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated Retired in favour of the fixed {@link HOST_RULES_DIR}. Still
|
|
45
|
+
* parsed and preserved on round-trip so an installed project's config keeps
|
|
46
|
+
* working, and still consulted by the migration paths that need to know where
|
|
47
|
+
* a pre-directory release put things. Nothing serves rules from it.
|
|
48
|
+
*/
|
|
26
49
|
readonly projectRulesFile?: string;
|
|
27
50
|
/** Optional overrides for the machine-managed learnings ledger. */
|
|
28
51
|
readonly learnings?: LearningsConfig;
|
|
@@ -30,11 +53,18 @@ export interface ProjectConfig {
|
|
|
30
53
|
readonly verification?: VerificationConfig;
|
|
31
54
|
}
|
|
32
55
|
/**
|
|
33
|
-
* Resolve
|
|
56
|
+
* Resolve where a pre-directory release would have kept this project's
|
|
57
|
+
* single-file rules: the deprecated `projectRulesFile` override when one is
|
|
58
|
+
* persisted, else {@link LEGACY_PROJECT_RULES_FILE}.
|
|
59
|
+
*
|
|
60
|
+
* Migration-only. Callers use it to find a ledger written beside the old file
|
|
61
|
+
* and to name a surviving legacy file in the `AGENTS.md` pointer — never to
|
|
62
|
+
* decide where rules should be read from today ({@link HOST_RULES_DIR} answers
|
|
63
|
+
* that, and it is not configurable).
|
|
34
64
|
* @param config - Parsed project configuration
|
|
35
65
|
* @returns Safe project-relative Markdown path
|
|
36
66
|
*/
|
|
37
|
-
export declare function
|
|
67
|
+
export declare function resolveLegacyProjectRulesFile(config: ProjectConfig): string;
|
|
38
68
|
/**
|
|
39
69
|
* Resolve the machine-managed learnings ledger path. A validated
|
|
40
70
|
* `learnings.file` override wins; otherwise the `.lisa/PROJECT_LEARNINGS.md`
|
|
@@ -45,10 +75,10 @@ export declare function resolveProjectRulesFile(config: ProjectConfig): string;
|
|
|
45
75
|
*/
|
|
46
76
|
export declare function resolveProjectLearningsFile(config: ProjectConfig): string;
|
|
47
77
|
/**
|
|
48
|
-
* Resolve the ledger's LEGACY location — the sibling of
|
|
49
|
-
* where releases before the `.lisa/` relocation kept it. Used only
|
|
50
|
-
* apply/doctor relocation so an existing file can be found and moved to
|
|
51
|
-
* canonical path; never a serving path.
|
|
78
|
+
* Resolve the ledger's LEGACY location — the sibling of the retired single-file
|
|
79
|
+
* rules path, where releases before the `.lisa/` relocation kept it. Used only
|
|
80
|
+
* by the apply/doctor relocation so an existing file can be found and moved to
|
|
81
|
+
* the new canonical path; never a serving path.
|
|
52
82
|
* @param config - Parsed project configuration
|
|
53
83
|
* @returns Legacy project-relative learnings Markdown path
|
|
54
84
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-config.d.ts","sourceRoot":"","sources":["../../src/core/project-config.ts"],"names":[],"mappings":"AAYA,OAAO,EAML,KAAK,OAAO,EACb,MAAM,aAAa,CAAC;AAOrB,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,8BAA8B,EAC9B,8BAA8B,EAC9B,0BAA0B,GAC3B,MAAM,yBAAyB,CAAC;AAEjC,YAAY,EACV,yBAAyB,EACzB,iBAAiB,EACjB,kBAAkB,GACnB,MAAM,0BAA0B,CAAC;AAElC,2EAA2E;AAC3E,eAAO,MAAM,uBAAuB,sBAAsB,CAAC;AAE3D,
|
|
1
|
+
{"version":3,"file":"project-config.d.ts","sourceRoot":"","sources":["../../src/core/project-config.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,15 +16,41 @@ import { validateVerificationConfig, } from "./project-config-kane.js";
|
|
|
16
16
|
export { AUTO_LOADED_RULES_DIR_PREFIXES, DEFAULT_PROJECT_LEARNINGS_FILE, PROJECT_LEARNINGS_FILENAME, } from "./learnings-location.js";
|
|
17
17
|
/** Filename of the per-project config, relative to the destination root */
|
|
18
18
|
export const PROJECT_CONFIG_FILENAME = ".lisa.config.json";
|
|
19
|
-
/** Default durable project-rules destination used by governance skills. */
|
|
20
|
-
export const DEFAULT_PROJECT_RULES_FILE = ".claude/rules/PROJECT_RULES.md";
|
|
21
19
|
/**
|
|
22
|
-
*
|
|
20
|
+
* Canonical, agent-neutral directory for **host-authored** operating rules.
|
|
21
|
+
* One directory, every agent; Lisa never writes rule bodies into it.
|
|
22
|
+
*
|
|
23
|
+
* Deliberately NOT a native auto-load tree for any runtime, so every agent
|
|
24
|
+
* reaches it through exactly one surface — the Lisa-managed pointer block in
|
|
25
|
+
* `AGENTS.md` — and none double-loads host rules. Fixed rather than
|
|
26
|
+
* configurable: it is already reserved in `AUTO_LOADED_RULES_DIR_PREFIXES`
|
|
27
|
+
* (`./learnings-location.js`), which keeps the learnings ledger from ever
|
|
28
|
+
* resolving inside it.
|
|
29
|
+
*/
|
|
30
|
+
export const HOST_RULES_DIR = ".agents/rules";
|
|
31
|
+
/**
|
|
32
|
+
* The retired single-file rules destination, superseded by
|
|
33
|
+
* {@link HOST_RULES_DIR}. Migration-only, never a serving default: it locates a
|
|
34
|
+
* ledger older releases wrote beside it, and names a host's surviving legacy
|
|
35
|
+
* file in the pointer block so that content stays reachable. Reclassifying it
|
|
36
|
+
* is human-gated work.
|
|
37
|
+
*/
|
|
38
|
+
export const LEGACY_PROJECT_RULES_FILE = ".claude/rules/PROJECT_RULES.md";
|
|
39
|
+
/**
|
|
40
|
+
* Resolve where a pre-directory release would have kept this project's
|
|
41
|
+
* single-file rules: the deprecated `projectRulesFile` override when one is
|
|
42
|
+
* persisted, else {@link LEGACY_PROJECT_RULES_FILE}.
|
|
43
|
+
*
|
|
44
|
+
* Migration-only. Callers use it to find a ledger written beside the old file
|
|
45
|
+
* and to name a surviving legacy file in the `AGENTS.md` pointer — never to
|
|
46
|
+
* decide where rules should be read from today ({@link HOST_RULES_DIR} answers
|
|
47
|
+
* that, and it is not configurable).
|
|
23
48
|
* @param config - Parsed project configuration
|
|
24
49
|
* @returns Safe project-relative Markdown path
|
|
25
50
|
*/
|
|
26
|
-
export function
|
|
27
|
-
|
|
51
|
+
export function resolveLegacyProjectRulesFile(config) {
|
|
52
|
+
const configured = config.projectRulesFile ?? LEGACY_PROJECT_RULES_FILE;
|
|
53
|
+
return validateProjectRulesFile(configured, PROJECT_CONFIG_FILENAME);
|
|
28
54
|
}
|
|
29
55
|
/**
|
|
30
56
|
* Resolve the machine-managed learnings ledger path. A validated
|
|
@@ -41,15 +67,16 @@ export function resolveProjectLearningsFile(config) {
|
|
|
41
67
|
return DEFAULT_PROJECT_LEARNINGS_FILE;
|
|
42
68
|
}
|
|
43
69
|
/**
|
|
44
|
-
* Resolve the ledger's LEGACY location — the sibling of
|
|
45
|
-
* where releases before the `.lisa/` relocation kept it. Used only
|
|
46
|
-
* apply/doctor relocation so an existing file can be found and moved to
|
|
47
|
-
* canonical path; never a serving path.
|
|
70
|
+
* Resolve the ledger's LEGACY location — the sibling of the retired single-file
|
|
71
|
+
* rules path, where releases before the `.lisa/` relocation kept it. Used only
|
|
72
|
+
* by the apply/doctor relocation so an existing file can be found and moved to
|
|
73
|
+
* the new canonical path; never a serving path.
|
|
48
74
|
* @param config - Parsed project configuration
|
|
49
75
|
* @returns Legacy project-relative learnings Markdown path
|
|
50
76
|
*/
|
|
51
77
|
export function resolveLegacyProjectLearningsFile(config) {
|
|
52
|
-
|
|
78
|
+
const dir = path.posix.dirname(resolveLegacyProjectRulesFile(config));
|
|
79
|
+
return path.posix.join(dir, PROJECT_LEARNINGS_FILENAME);
|
|
53
80
|
}
|
|
54
81
|
/**
|
|
55
82
|
* Read `.lisa.config.json` from a destination project, returning {} if absent.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-config.js","sourceRoot":"","sources":["../../src/core/project-config.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,EACL,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,cAAc,EACd,sBAAsB,GAEvB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,8BAA8B,EAC9B,0BAA0B,EAC1B,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,0BAA0B,GAE3B,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,8BAA8B,EAC9B,8BAA8B,EAC9B,0BAA0B,GAC3B,MAAM,yBAAyB,CAAC;AAQjC,2EAA2E;AAC3E,MAAM,CAAC,MAAM,uBAAuB,GAAG,mBAAmB,CAAC;AAE3D,
|
|
1
|
+
{"version":3,"file":"project-config.js","sourceRoot":"","sources":["../../src/core/project-config.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA8uEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA8uEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAm3NjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -7,16 +7,16 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
7
7
|
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "2011331056b1c86bd181649713a395dbfd2768f9fcd7e37b521d6ad2a9318ea9",
|
|
8
8
|
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "1bec5f3c284b3febdc471487ee6a23ffb72bd4e7b293f9e26b0188f32318c722",
|
|
9
9
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "3c7a0234b4f5609fce49e44711d2ec86af8cf7fb82b0831e4450e3347ecefe45",
|
|
10
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "
|
|
10
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "d47314b66d6ce85f77d6e058f861eede4462b2b0a33d54e82ff1c931167ec3f7",
|
|
11
11
|
"all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "031ef7a53fc49cb18665105b834b7b50ad6a43317e0821949809e877e0562ce4",
|
|
12
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "
|
|
12
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
|
|
13
13
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": "d9ea58150aa27e7f0aa9a4ef155ed446d30bdfc932d01c64e2b8ca211aa0de7b",
|
|
14
14
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": "bf4132e49ba18e2f7e941520c299c15aeeacfd220e489f3d2eb8397f2048157b",
|
|
15
15
|
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "9dd145c0f9dac6ed252b13d32e130dbab964da6cd357981b58541780ecb2f981",
|
|
16
16
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": "e30016a49deff1c3cd3ae7951262aeb2ef3d472bce76bbbe2a177db6017c7cad",
|
|
17
17
|
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": "d153b7c2953a30f180e38f09e98240c63327f5196eeba9bdf545e5a1f125a879",
|
|
18
18
|
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": "6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
|
|
19
|
-
"all/create-only/.
|
|
19
|
+
"all/create-only/.agents/rules/README.md": "fd260fd9b2934d0d698a8098dfff07fedc071849d588e602d773666678c3d540",
|
|
20
20
|
"all/create-only/.lisaignore": "3c9827e7e98daa46510b5357cd6dd9406da1821e64cc46d2eea9f311cd6d06b9",
|
|
21
21
|
"all/create-only/scripts/remote-agent-aws-setup.sh": "12d2204d34195ad4f81082e90a25dbbf7d2493debcc50c1cd37b32dc4648fc17",
|
|
22
22
|
"all/create-only/specs/.keep": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
@@ -231,7 +231,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
231
231
|
"plugins/src/base/agents/jira-build-intake.md": "51397c08fe09380f53bd630fb81ff28905a532ea71336a424e944c28a0c2db55",
|
|
232
232
|
"plugins/src/base/agents/learner.md": "50582e72b11eeb6b085845f2e32c31a6dcedd0439ca566bb1cca228dd1a45fee",
|
|
233
233
|
"plugins/src/base/agents/learning-judge.md": "28618c3e20a0f790e4d254a9c8118645774233f19e3042b3cfeddf4ffbaf783a",
|
|
234
|
-
"plugins/src/base/agents/learnings-synthesizer.md": "
|
|
234
|
+
"plugins/src/base/agents/learnings-synthesizer.md": "d3ffc4294df44813772d8c2641ebbd79a97cbc9051fa88b407ef7bfdc5b8e0d9",
|
|
235
235
|
"plugins/src/base/agents/linear-agent.md": "d55664da47505d702d9bbbb96f9f98930d871acc5fc2972d35e1ae143f2dbde7",
|
|
236
236
|
"plugins/src/base/agents/linear-build-intake.md": "1dbc43b74857a1f6d99394a206a510d95c0875946fa6f4d94f90706cbd29e7b4",
|
|
237
237
|
"plugins/src/base/agents/linear-prd-intake.md": "28c4ee9f2ebbb4f089dd54bb4633063b48ea8099327a0bf2923825d83c3fe07c",
|
|
@@ -241,7 +241,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
241
241
|
"plugins/src/base/agents/product-specialist.md": "c04cb5abdb077040bfc1a22c142841712473500bd6537853e40c94de25abf94c",
|
|
242
242
|
"plugins/src/base/agents/quality-specialist.md": "e923aec97457390c6c9c529137a81563a6f452a7d6791ab56b97e40b6e85f039",
|
|
243
243
|
"plugins/src/base/agents/security-specialist.md": "0952dee7bf1c04f978b0f8125a91425bf639e9b645de1a4b05ad945b9041bea7",
|
|
244
|
-
"plugins/src/base/agents/skill-evaluator.md": "
|
|
244
|
+
"plugins/src/base/agents/skill-evaluator.md": "56bfb1ffbf0fdea0993b324f96b1c837444909c650b2093cefb3f60fdf27df44",
|
|
245
245
|
"plugins/src/base/agents/spec-conformance-specialist.md": "f589e4d543a617d3c421aa28d6583e1b25e0b18fc83412e6d544a389bdac225c",
|
|
246
246
|
"plugins/src/base/agents/test-specialist.md": "8dd7024ded5d4ec8f6428dc00270fb5eae96b1eb35cc39fc707c6c2752dc37e4",
|
|
247
247
|
"plugins/src/base/agents/tracker-mining-specialist.md": "fef49c3ca8622c83a54d34b3f960471e0f2ad50e6889f691585b0f208180f6bd",
|
|
@@ -319,11 +319,11 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
319
319
|
"plugins/src/base/commands/verify.md": "ffbc553ec86e77845da72b5b0eb0dbb2b5a93b781ac8a7dbb2ef0f31f38f7b96",
|
|
320
320
|
"plugins/src/base/commands/wiki/install.md": "51392cf053c17edd549bfbaba5d19ce669dc79021aafa7cfa100324ad38de11f",
|
|
321
321
|
"plugins/src/base/hooks/block-instruction-file-edits.agy.sh": "aa249cae53caeb3e0fb6d6af114e2756084f45a2896332fb063a9f20e4902125",
|
|
322
|
-
"plugins/src/base/hooks/block-instruction-file-edits.sh": "
|
|
322
|
+
"plugins/src/base/hooks/block-instruction-file-edits.sh": "d47314b66d6ce85f77d6e058f861eede4462b2b0a33d54e82ff1c931167ec3f7",
|
|
323
323
|
"plugins/src/base/hooks/block-no-verify.agy.sh": "c549f1dadd6ac3fab72c0b670524445a08bee732a05b868954a438970d4d5bcc",
|
|
324
324
|
"plugins/src/base/hooks/block-no-verify.sh": "031ef7a53fc49cb18665105b834b7b50ad6a43317e0821949809e877e0562ce4",
|
|
325
325
|
"plugins/src/base/hooks/block-shell-json-parsing.agy.sh": "dc688efe382e7b8fe6f6c88bb0fde851527128cae778599559f23a93f1c9ec86",
|
|
326
|
-
"plugins/src/base/hooks/block-shell-json-parsing.sh": "
|
|
326
|
+
"plugins/src/base/hooks/block-shell-json-parsing.sh": "90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
|
|
327
327
|
"plugins/src/base/hooks/cleanup-stale-worktrees.sh": "c9b2fcca1b34d6f636b5289ece11b254cbb8ee2c2bac5c2e426b6f4dcfa972f2",
|
|
328
328
|
"plugins/src/base/hooks/debug-hook.sh": "50124ffc72d7914553b0ed259882f2202643cdccf238380675ac1ff6d8d27d05",
|
|
329
329
|
"plugins/src/base/hooks/enforce-team-first.sh": "104922ba5912b797bf9ce15881dcef76916ea1782ac1e669151265b7db9fb263",
|
|
@@ -349,7 +349,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
349
349
|
"plugins/src/base/rules/eager/claim-archaeology.md": "96afa034075593dfb7433c5c990b472a6b6f7320332da42ef54b1f01fa45664b",
|
|
350
350
|
"plugins/src/base/rules/eager/claim-evidence-mapping.md": "d12a6153b8c22db2826153c479d107c7a885e22cbcdd49e4fd8193e0cbbe8ae3",
|
|
351
351
|
"plugins/src/base/rules/eager/coding-philosophy.md": "cf2c52032e0368d81f17f002fed5c957ab350d01fc4a43f66b5f366516bac54a",
|
|
352
|
-
"plugins/src/base/rules/eager/config-resolution.md": "
|
|
352
|
+
"plugins/src/base/rules/eager/config-resolution.md": "fc9231ae27b09dadd4ec5a9a694f2a4fefa5e55e67be8eed3ccba1fdcb68a7a2",
|
|
353
353
|
"plugins/src/base/rules/eager/convergent-review.md": "ba4ba53863ef99be353c07c01195fa4ae2923ef2b2a5ad4427072802c260d208",
|
|
354
354
|
"plugins/src/base/rules/eager/dependency-decision-records.md": "e22888f107906992e863fca50f26c2c4b124da7132535cacfac71e4f3085728f",
|
|
355
355
|
"plugins/src/base/rules/eager/dependency-internalization-kit.md": "9e2cc78afffc477c14718390ed88c42f781911c51fb7c13dada497f9e956b1a3",
|
|
@@ -367,7 +367,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
367
367
|
"plugins/src/base/rules/eager/prd-definition-of-ready.md": "5d30476344425f78961ed1412b06edd5e7cde478c81e1b945860b55aecf56e1f",
|
|
368
368
|
"plugins/src/base/rules/eager/prd-lifecycle-rollup.md": "b5c58148a0ed78989e21bc7789ecf1d5448077879be01ee342ddb46d8f105a1e",
|
|
369
369
|
"plugins/src/base/rules/eager/pre-flight-autofill.md": "b7f2deae0f0e9d4ee046c6775d5665c42c6da9ce18cae48c1e0e8449860bd515",
|
|
370
|
-
"plugins/src/base/rules/eager/project-learnings.md": "
|
|
370
|
+
"plugins/src/base/rules/eager/project-learnings.md": "6350cd0e21d1ca0bb391a12f700a4c1f10350269acd4353bee0b717bee42e102",
|
|
371
371
|
"plugins/src/base/rules/eager/promotion-contract.md": "e10dc13b99c5c7621309d5764635d2465ab72e603c3c8a925c4eb27878256e8a",
|
|
372
372
|
"plugins/src/base/rules/eager/readiness-rubric.md": "5fee9f6ce3855b147d2f03b3e82a5dc6acb60d5c99cb3d328a71d74986f8fad9",
|
|
373
373
|
"plugins/src/base/rules/eager/rejection-detection.md": "e0a8e74f9b4eec378f7cc62072153b1a968af0e5e7a1af9473ab476d41c30211",
|
|
@@ -390,7 +390,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
390
390
|
"plugins/src/base/rules/reference/claim-archaeology.md": "fff025d47848c768d5b2c7047de744b7151eb2e44148d2df058c87310859457b",
|
|
391
391
|
"plugins/src/base/rules/reference/claim-evidence-mapping.md": "49a3bbf4e8a9a8ca9e13eeafa672517d077060cfeb5d9710881ec9f5c3f3ec75",
|
|
392
392
|
"plugins/src/base/rules/reference/coding-philosophy.md": "fed8381f16a5d6793a49d84d5813d62125808cb2f4981a558b119cf63e2586d9",
|
|
393
|
-
"plugins/src/base/rules/reference/config-resolution.md": "
|
|
393
|
+
"plugins/src/base/rules/reference/config-resolution.md": "1ce689b08f73c13a771630c8ed9803db8665c1dd5191f2f8e97f7d954aeec5ba",
|
|
394
394
|
"plugins/src/base/rules/reference/convergent-review.md": "788a9d4dc2af7a928c3ccbb4d53a92856bb3544941ce512cfe38068d6b35850d",
|
|
395
395
|
"plugins/src/base/rules/reference/dependency-decision-records.md": "84f9fb8fa0a606307e828ec355ccbf2258beeeb88795dd113abe9bb2c37db39f",
|
|
396
396
|
"plugins/src/base/rules/reference/dependency-internalization-kit.md": "8c8e9bddbe2165905c3919ae9dd3d131b557cf9c7eb370393dfa85827076c73b",
|
|
@@ -402,14 +402,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
402
402
|
"plugins/src/base/rules/reference/falsifiable-checks.md": "89015d3c21b38de5f6d871ef6d97f64820d0068cf93c5c3ab58927f65741944f",
|
|
403
403
|
"plugins/src/base/rules/reference/history-audit.md": "20a46390f71fadda499c61193d430c3d53df49b55a4cefa50a112f82fa4b05ef",
|
|
404
404
|
"plugins/src/base/rules/reference/integration-access-layer.md": "8b0a0fc0e63492efce79c58a0fc1f112748b17ad59383cfdb9c25300b29a2c8b",
|
|
405
|
-
"plugins/src/base/rules/reference/intent-routing.md": "
|
|
405
|
+
"plugins/src/base/rules/reference/intent-routing.md": "988f8f45b41056c2adaa1a3e5f6ea926ac56a2fd041c07f98a9c2b271050efdd",
|
|
406
406
|
"plugins/src/base/rules/reference/leaf-only-lifecycle.md": "3d6d531fdca61a348fa1dd1bdb4c28fe66c85fb955238ef668a78cce4a36a7a1",
|
|
407
407
|
"plugins/src/base/rules/reference/observability-audit.md": "98cf4c849baf0801bd2c46a90e7a072196649d506fbda577cc5c4019d2194551",
|
|
408
408
|
"plugins/src/base/rules/reference/prd-definition-of-ready.md": "041a8f3c9b703b3921acc30fe92acfb9e2ab43da04cf019c102ebca98b2f4ba3",
|
|
409
409
|
"plugins/src/base/rules/reference/prd-lifecycle-rollup.md": "f539e7b43918e173dd7491a139be078815d26098f992cd7fc86cd05878c90b9b",
|
|
410
410
|
"plugins/src/base/rules/reference/pre-flight-autofill.md": "e61b745bb1ddfbe24634246588c13e4e78c25b50817e5e8ff02e1a9681ad1130",
|
|
411
|
-
"plugins/src/base/rules/reference/project-learnings.md": "
|
|
412
|
-
"plugins/src/base/rules/reference/promotion-contract.md": "
|
|
411
|
+
"plugins/src/base/rules/reference/project-learnings.md": "1b95f3603c8878003fe7c583ed42507f1ab440507cb8ce4d3c5e409dd509fc54",
|
|
412
|
+
"plugins/src/base/rules/reference/promotion-contract.md": "d1370532bb79262ec2a1ca48376aed796051f5dd9930cf1f1b17c993e24f469b",
|
|
413
413
|
"plugins/src/base/rules/reference/readiness-rubric.md": "6b09f171166a7fc8e85f6e2deea68f42d89a554767bc91e8eed08d1e08501672",
|
|
414
414
|
"plugins/src/base/rules/reference/rejection-detection.md": "afa1f187feabf4ef275c8d7e085452c76c5276356fe58d67a5360ed420a62873",
|
|
415
415
|
"plugins/src/base/rules/reference/repo-scope-split.md": "5df96b7a41a9c4102fd1f703f5ebf0f4dd86a07f142eb9b10088459c3d264ae6",
|
|
@@ -458,13 +458,13 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
458
458
|
"plugins/src/base/skills/lisa-confluence-to-tracker/SKILL.md": "373a545a19013306c68625f0b6cb01d9fdf36966f8a0539f63f02adcb70a7f7e",
|
|
459
459
|
"plugins/src/base/skills/lisa-confluence-write-prd/SKILL.md": "29fce0dce5f3d1b9cbe8705c8fc002e5885675e1807cf948b166aef88ddfd73a",
|
|
460
460
|
"plugins/src/base/skills/lisa-cross-pollinate/SKILL.md": "d1d33a149cab2de0d0b4c7ddc6bb2f67f43a097e5f551f642b1cb076747a5a05",
|
|
461
|
-
"plugins/src/base/skills/lisa-debrief-apply/SKILL.md": "
|
|
462
|
-
"plugins/src/base/skills/lisa-debrief/SKILL.md": "
|
|
461
|
+
"plugins/src/base/skills/lisa-debrief-apply/SKILL.md": "a6266a4034a2c4780d89dcb9ff17cbfe6aa0fb39138f129f8ca61f4612d7b18a",
|
|
462
|
+
"plugins/src/base/skills/lisa-debrief/SKILL.md": "6a0981107f907d3362ab0001f46412b76a70ec5ecc37ea1cd1def6ce4a38c9ee",
|
|
463
463
|
"plugins/src/base/skills/lisa-delivery-effectiveness/SKILL.md": "21bc55fa0e86a9694bd22269fd089dbfae0c54c199262f46a4955447acea0f35",
|
|
464
464
|
"plugins/src/base/skills/lisa-detect-tooling/SKILL.md": "4ef9b5004e13beb46cac5ae994c24d91c3715363771e3d89c32b0610408fc887",
|
|
465
465
|
"plugins/src/base/skills/lisa-detect-tooling/scripts/commands.mjs": "e28bd61fdde4a336b56ae3395423026943a5816015719d31d04f0d5a0ab50eec",
|
|
466
466
|
"plugins/src/base/skills/lisa-detect-tooling/scripts/detect-tooling.mjs": "9d06590e6b99cce33e5fb10bd5b9e7515318133e3635368ef47162abc123bdfa",
|
|
467
|
-
"plugins/src/base/skills/lisa-doctor/SKILL.md": "
|
|
467
|
+
"plugins/src/base/skills/lisa-doctor/SKILL.md": "ed46df59bfd1097acad4a5ad960811ffb37b318c94e36e5f78ea3b96c2d76136",
|
|
468
468
|
"plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md": "66a89df3976ddb17af5c31415eeb6192c4c9e0ebba7ab3ee38b4fa6ebadb4955",
|
|
469
469
|
"plugins/src/base/skills/lisa-epic-triage/SKILL.md": "d02760411249bddbd396f283191fe3e82bb7b95bf9393a19a7025dc5a57c3ab7",
|
|
470
470
|
"plugins/src/base/skills/lisa-evaluation-suite/SKILL.md": "96b5c2091ccd22a565935a7b0b917f67998881b81055ce3e4d518319472eac8b",
|
|
@@ -492,7 +492,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
492
492
|
"plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
|
|
493
493
|
"plugins/src/base/skills/lisa-implement/SKILL.md": "7654a80b950e7c970af002bdd1acf5c48fcf449d06b6693ed47e5d6a9a2cfa9d",
|
|
494
494
|
"plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": "24ab5b193b409db6ee6bee981a1c0a48d08991782d7846116ad01658c8bc1ae8",
|
|
495
|
-
"plugins/src/base/skills/lisa-improve-harness/SKILL.md": "
|
|
495
|
+
"plugins/src/base/skills/lisa-improve-harness/SKILL.md": "20bcef4556b422543c41315b7f505af39747e312136dcc4623c26d34eb3ceb17",
|
|
496
496
|
"plugins/src/base/skills/lisa-improve-max-lines-per-function/SKILL.md": "95c875950c9848fdaf520a18b9bbb264e33d7347be10170add768e01d9cd8e52",
|
|
497
497
|
"plugins/src/base/skills/lisa-improve-max-lines/SKILL.md": "6a88e927e037bed7c141f2a020adee012189f0160f4ac5e0b94a2b2c71faca4b",
|
|
498
498
|
"plugins/src/base/skills/lisa-improve-test-coverage/SKILL.md": "195fc845369ac35a1bc41122f03cf84366fde6b86b4a6676a7ae3b06e4e2a434",
|
|
@@ -517,7 +517,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
517
517
|
"plugins/src/base/skills/lisa-jira-write-ticket/SKILL.md": "260514b4c080c061052d426072869af5c9e37a51c4dfc5967d01b50f720dbc2b",
|
|
518
518
|
"plugins/src/base/skills/lisa-jsdoc-best-practices/SKILL.md": "7cf0729966ac0afcab6e2c043f192772a9e9e7c72fae61e55b300e97308f970e",
|
|
519
519
|
"plugins/src/base/skills/lisa-kane-browser/SKILL.md": "e082517cb42f437eeb22b3935aa0fef09299874736e55184e88d2b64f7860a7d",
|
|
520
|
-
"plugins/src/base/skills/lisa-learnings-audit/SKILL.md": "
|
|
520
|
+
"plugins/src/base/skills/lisa-learnings-audit/SKILL.md": "102953b4b8166b28e5c8d16bef852d3d9c1213b59e8d691d0647784f3cfd1be8",
|
|
521
521
|
"plugins/src/base/skills/lisa-linear-access/SKILL.md": "b3bbe6b1974491dbaba8f1308591bfb65be3bf9cfb644cb903d8266dc8121ffd",
|
|
522
522
|
"plugins/src/base/skills/lisa-linear-add-journey/SKILL.md": "0a9f2bd0e19fbaa4794537e436c22748c7621644253a91923d84bc77ca43f793",
|
|
523
523
|
"plugins/src/base/skills/lisa-linear-build-intake/SKILL.md": "b93b449a1d4b7ff4eb659e0f11e12b612cb6f44d78e53b64c2e8af6c78d4e4c7",
|
|
@@ -885,7 +885,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
885
885
|
"plugins/src/rails/skills/ops-run-local/SKILL.md": "f43176a07e6f863c948194511d18d0bc64ec2917042613b147732efaed496b4a",
|
|
886
886
|
"plugins/src/rails/skills/ops-verify-jobs/SKILL.md": "3458ea2ced915f35f6fef32aaa5491c64c9a64e9f6ef68d3f9ef36d38388e1f4",
|
|
887
887
|
"plugins/src/rails/skills/ops-verify-telemetry/SKILL.md": "4b30c951007139ddc42725568d1dd32764bc59a1606e4eb588a40379eef58e02",
|
|
888
|
-
"plugins/src/typescript/hooks/block-suppress-directives.sh": "
|
|
888
|
+
"plugins/src/typescript/hooks/block-suppress-directives.sh": "14706896cf54a26c22d44e6dd6fc5e3bb22ec77a1235020087b63681be81d731",
|
|
889
889
|
"plugins/src/typescript/hooks/format-on-edit.sh": "1423ea50cf2dee3ffae81448029631b30c4d1af027292cab01e5654523d2315f",
|
|
890
890
|
"plugins/src/typescript/hooks/lint-on-edit.sh": "f422ab9daa30da47bdd08afb67a3e9b45e473d5220bd1ae66382454fa3e0af9d",
|
|
891
891
|
"plugins/src/typescript/hooks/sg-scan-on-edit.sh": "dcce3dcebfcc9ba60b0b9d142e3901577a0eab75fd722a330cd344bd227561a5",
|
|
@@ -1306,7 +1306,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1306
1306
|
"all/copy-overwrite/scripts/lisa-work-item.mjs": true,
|
|
1307
1307
|
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": true,
|
|
1308
1308
|
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": true,
|
|
1309
|
-
"all/create-only/.
|
|
1309
|
+
"all/create-only/.agents/rules/README.md": true,
|
|
1310
1310
|
"all/create-only/.lisaignore": true,
|
|
1311
1311
|
"all/create-only/scripts/remote-agent-aws-setup.sh": true,
|
|
1312
1312
|
"all/create-only/specs/.keep": true,
|
|
@@ -1377,6 +1377,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1377
1377
|
"docs/nightly-e2e-gate.md": true,
|
|
1378
1378
|
"docs/remote-agent-aws.md": true,
|
|
1379
1379
|
"docs/wiki-inbox/.gitkeep": true,
|
|
1380
|
+
"docs/wiki-inbox/2026-08-12-lisa-improvement-notes.md": true,
|
|
1380
1381
|
"eslint-plugin-code-organization/README.md": true,
|
|
1381
1382
|
"eslint-plugin-code-organization/__tests__/enforce-statement-order.test.js": true,
|
|
1382
1383
|
"eslint-plugin-code-organization/index.js": true,
|
|
@@ -1978,6 +1979,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1978
1979
|
"plans/dreamy-swinging-squirrel.md": true,
|
|
1979
1980
|
"plans/fluttering-baking-breeze.md": true,
|
|
1980
1981
|
"plans/generic-noodling-nova.md": true,
|
|
1982
|
+
"plans/improvement-notes-implementation.md": true,
|
|
1981
1983
|
"plans/inherited-singing-cocke.md": true,
|
|
1982
1984
|
"plans/joyful-sleeping-pelican.md": true,
|
|
1983
1985
|
"plans/keen-jingling-tide.md": true,
|
|
@@ -6823,6 +6825,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6823
6825
|
"src/cli/doctor-kane.ts": true,
|
|
6824
6826
|
"src/cli/doctor-learnings-ledger.ts": true,
|
|
6825
6827
|
"src/cli/doctor-legacy-overlay.ts": true,
|
|
6828
|
+
"src/cli/doctor-lisa-owned-artifacts.ts": true,
|
|
6826
6829
|
"src/cli/doctor-monitor-thresholds.ts": true,
|
|
6827
6830
|
"src/cli/doctor-readiness-action-pins.ts": true,
|
|
6828
6831
|
"src/cli/doctor-readiness-audit-allowlist.ts": true,
|
|
@@ -6971,6 +6974,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6971
6974
|
"src/core/bootstrap-environment.ts": true,
|
|
6972
6975
|
"src/core/config.ts": true,
|
|
6973
6976
|
"src/core/git-service.ts": true,
|
|
6977
|
+
"src/core/host-rules-pointer.ts": true,
|
|
6974
6978
|
"src/core/index.ts": true,
|
|
6975
6979
|
"src/core/instruction-files-migration.ts": true,
|
|
6976
6980
|
"src/core/kane-cli-parser.ts": true,
|
|
@@ -6997,6 +7001,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6997
7001
|
"src/core/learnings-stray-ledger.ts": true,
|
|
6998
7002
|
"src/core/learnings-writer.ts": true,
|
|
6999
7003
|
"src/core/learnings.ts": true,
|
|
7004
|
+
"src/core/lisa-owned-templates.ts": true,
|
|
7000
7005
|
"src/core/lisa-plugin-selection.ts": true,
|
|
7001
7006
|
"src/core/lisa-rules-mirror.ts": true,
|
|
7002
7007
|
"src/core/lisa-skill-sources.ts": true,
|
|
@@ -7253,6 +7258,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7253
7258
|
"tests/unit/cli/check-learnings-budget-cmd.test.ts": true,
|
|
7254
7259
|
"tests/unit/cli/doctor-kane.test.ts": true,
|
|
7255
7260
|
"tests/unit/cli/doctor-learnings-ledger.test.ts": true,
|
|
7261
|
+
"tests/unit/cli/doctor-lisa-owned-artifacts.test.ts": true,
|
|
7256
7262
|
"tests/unit/cli/doctor-monitor-thresholds.test.ts": true,
|
|
7257
7263
|
"tests/unit/cli/doctor-readiness-blockers.test.ts": true,
|
|
7258
7264
|
"tests/unit/cli/doctor-readiness-capabilities.test.ts": true,
|
|
@@ -7398,6 +7404,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7398
7404
|
"tests/unit/config/vitest-nestjs.test.ts": true,
|
|
7399
7405
|
"tests/unit/config/vitest-typescript.test.ts": true,
|
|
7400
7406
|
"tests/unit/core/bootstrap-environment.test.ts": true,
|
|
7407
|
+
"tests/unit/core/host-rules-parity.test.ts": true,
|
|
7408
|
+
"tests/unit/core/host-rules-pointer.test.ts": true,
|
|
7401
7409
|
"tests/unit/core/instruction-files-migration.test.ts": true,
|
|
7402
7410
|
"tests/unit/core/kane-cli.test.ts": true,
|
|
7403
7411
|
"tests/unit/core/kane-pilot.test.ts": true,
|
|
@@ -7423,6 +7431,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7423
7431
|
"tests/unit/core/learnings-supersede-race.test.ts": true,
|
|
7424
7432
|
"tests/unit/core/learnings-unlocked-read.test.ts": true,
|
|
7425
7433
|
"tests/unit/core/learnings-writer.test.ts": true,
|
|
7434
|
+
"tests/unit/core/lisa-owned-templates.test.ts": true,
|
|
7426
7435
|
"tests/unit/core/lisa-plugin-selection.test.ts": true,
|
|
7427
7436
|
"tests/unit/core/lisa-skill-sources.test.ts": true,
|
|
7428
7437
|
"tests/unit/core/project-config-harness-migration.test.ts": true,
|
|
@@ -7659,6 +7668,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7659
7668
|
"tests/unit/strategies/convergent-review-contract.test.ts": true,
|
|
7660
7669
|
"tests/unit/strategies/copy-contents-gitignore.test.ts": true,
|
|
7661
7670
|
"tests/unit/strategies/copy-contents.test.ts": true,
|
|
7671
|
+
"tests/unit/strategies/copy-overwrite-lisa-owned-guards.test.ts": true,
|
|
7662
7672
|
"tests/unit/strategies/copy-overwrite-refresh-templates.test.ts": true,
|
|
7663
7673
|
"tests/unit/strategies/copy-overwrite.test.ts": true,
|
|
7664
7674
|
"tests/unit/strategies/create-only.test.ts": true,
|
|
@@ -7926,6 +7936,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7926
7936
|
"wiki/decisions/2026-05-28-codex-skills-canonical-path.md": true,
|
|
7927
7937
|
"wiki/decisions/2026-05-28-pattern-b-per-agent-plugin-variants.md": true,
|
|
7928
7938
|
"wiki/decisions/2026-07-25-three-layer-trust-play.md": true,
|
|
7939
|
+
"wiki/decisions/2026-08-12-agent-neutral-host-rules-path.md": true,
|
|
7940
|
+
"wiki/decisions/2026-08-12-credential-substrate-precedence.md": true,
|
|
7941
|
+
"wiki/decisions/2026-08-12-in-session-ticket-ready-role.md": true,
|
|
7942
|
+
"wiki/decisions/2026-08-12-ratchet-policy.md": true,
|
|
7929
7943
|
"wiki/documentation/assets/lisa-architecture.svg": true,
|
|
7930
7944
|
"wiki/documentation/claude/overinstructions.md": true,
|
|
7931
7945
|
"wiki/documentation/claude/review.md": true,
|