修改相关证据
This commit is contained in:
@@ -14,8 +14,8 @@ done
|
||||
[[ -z "$(find "$HOME/.codex/agents" -maxdepth 1 -name 'gsd-*' -print 2>/dev/null)" ]]
|
||||
[[ -z "$(command -v omx 2>/dev/null || true)" ]]
|
||||
! grep -RIlE 'oh-my-codex|OMX:' AGENTS.md CLAUDE.md .agents .claude >/dev/null 2>&1
|
||||
[[ -z "$(git ls-files .lh-harness)" ]]
|
||||
[[ -z "$(find . -type f -name '*_test.go' -not -path './.git/*' -not -path './.lh-harness/*' -print)" ]]
|
||||
|
||||
[[ -z "$(find . -type f -name '*_test.go' -not -path './.git/*' -print)" ]]
|
||||
[[ ! -e tests ]]
|
||||
[[ ! -e internal/testutil ]]
|
||||
[[ ! -e scripts/benchmark ]]
|
||||
@@ -49,7 +49,7 @@ for spec in Path('openspec/specs').glob('*/spec.md'):
|
||||
spec_requirements.update(f'{spec.parent.name}::{name}' for name in names)
|
||||
indexed_routes.update(f'{method} {path}' for method,path in re.findall(r'`(GET|POST|PUT|PATCH|DELETE) ([^`]+)`', text))
|
||||
|
||||
evidence_dir=Path('.lh-harness/context-reset')
|
||||
evidence_dir=Path('docs/verification/context-reset')
|
||||
evidence=json.loads((evidence_dir/'requirement-evidence.json').read_text())
|
||||
matrix=json.loads((evidence_dir/'entry-capability-requirement-matrix.json').read_text())
|
||||
evidence_requirements={f"{row['capability']}::{row['requirement']}" for row in evidence}
|
||||
|
||||
Reference in New Issue
Block a user