mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-17 18:01:25 +08:00
Record AgentShield policy export milestone
This commit is contained in:
committed by
Affaan Mustafa
parent
aaabe5949e
commit
609eb25898
@@ -47,7 +47,7 @@ function seedRepo(rootDir, overrides = {}) {
|
||||
'docs/ECC-2.0-GA-ROADMAP.md': [
|
||||
'https://linear.app/itomarkets/project/ecc-platform-roadmap-52b328ee03e1',
|
||||
'Linear ITO-44 ITO-59',
|
||||
'AgentShield PR #90 #78-#90',
|
||||
'AgentShield PR #91 #78-#91 checksum-backed policy export',
|
||||
'AgentShield Enterprise Iteration',
|
||||
'ECC-Tools PR #78',
|
||||
'hosted promotion',
|
||||
@@ -184,6 +184,10 @@ function runTests() {
|
||||
assert.strictEqual(report.publicationReady, false);
|
||||
assert.ok(report.requirements.some(item => item.id === 'completion-dashboard' && item.status === 'complete'));
|
||||
assert.ok(report.requirements.some(item => item.id === 'ecc-tools-next-level' && item.status === 'in_progress'));
|
||||
assert.ok(report.requirements.some(item => (
|
||||
item.id === 'agentshield-enterprise-iteration'
|
||||
&& item.gap === 'workflow automation plus policy promotion/review UX pending after policy export shipped'
|
||||
)));
|
||||
assert.ok(report.top_actions.some(item => item.id === 'naming-and-plugin-publication'));
|
||||
} finally {
|
||||
cleanup(rootDir);
|
||||
@@ -198,7 +202,7 @@ function runTests() {
|
||||
'docs/ECC-2.0-GA-ROADMAP.md': [
|
||||
'https://linear.app/itomarkets/project/ecc-platform-roadmap-52b328ee03e1',
|
||||
'Linear ITO-44 ITO-59',
|
||||
'AgentShield PR #90 #78-#90',
|
||||
'AgentShield PR #91 #78-#91 checksum-backed policy export',
|
||||
'AgentShield Enterprise Iteration',
|
||||
'ECC-Tools PR #78',
|
||||
'hosted promotion',
|
||||
|
||||
Reference in New Issue
Block a user