-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.ls-lint.yml
More file actions
109 lines (106 loc) · 2.36 KB
/
Copy path.ls-lint.yml
File metadata and controls
109 lines (106 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# ls-lint — 2026-05-26
# Docs: https://ls-lint.org/
# Sync: node $UP_PKG/.pi/scripts/ls-lint-rules-sync.mjs --force (see .pi/scripts/README.md for UP_PKG) or /harness-ls-lint-sync in pi
#
# Custom rules: add YAML below the managed block; they are preserved on sync.
# --- harness:managed:start ---
# Generated from .pi/harness/ls-lint/naming.manifest.json
# Project: ultimate-pi
# Schema: 1.0.0
ls:
.*: "regex:^[a-z]+(?:-[a-z]+)*$"
.md: "regex:^[a-z]+(?:-[a-z]+)*$"
.ts: "regex:^[a-z]+(?:-[a-z]+)*$"
.tsx: "regex:^[a-z]+(?:-[a-z]+)*$"
.mjs: "regex:^[a-z]+(?:-[a-z]+)*$"
.js: "regex:^[a-z]+(?:-[a-z]+)*$"
.json: "regex:^[a-z]+(?:-[a-z]+)*$"
.yaml: "regex:^[a-z]+(?:-[a-z]+)*$"
.yml: "regex:^[a-z]+(?:-[a-z]+)*$"
.toml: "regex:^[a-z]+(?:-[a-z]+)*$"
.py: "regex:^[a-z]+(?:-[a-z]+)*$"
.sh: "regex:^[a-z]+(?:-[a-z]+)*$"
.css: "regex:^[a-z]+(?:-[a-z]+)*$"
.html: "regex:^[a-z]+(?:-[a-z]+)*$"
".pi/harness/docs/adrs":
.md: "regex:^\\d{4}-[a-z-]+$|^template$"
".agents/skills":
.dir: "kebab-case"
.md: "regex:^SKILL\\.md$"
scripts:
.dir: "kebab-case"
docs:
.dir: "kebab-case"
".pi/scripts":
.dir: snake_case
".pi/agents":
.dir: "kebab-case"
ignore:
- .git
- node_modules
- "graphify-out"
- "graphify-books-out"
- vendor
- dist
- build
- coverage
- .web
- .cursor
- .github
- .agents
- ".pi/npm"
- ".pi/harness/runs"
- ".pi/harness/debates"
- ".pi/harness/.lens"
- ".pi/wiki-search"
- .cocoindex_code
- .sentrux
- ".ls-lint"
- .searxng
- ".vault-meta"
- .raw
- raw
- data
- "**/__pycache__/**"
- submissions
- jobs
- pl
- "**/*.png"
- "**/*.jpg"
- "**/*.jpeg"
- "**/*.gif"
- "**/*.webp"
- "**/*.ico"
- "**/*.svg"
- "package-lock.json"
- "pnpm-lock.yaml"
- yarn.lock
- "*.lock"
- README.md
- "**/README.md"
- SKILL.md
- "**/SKILL.md"
- CHANGELOG.md
- LICENSE
- AGENTS.md
- CONTRIBUTING.md
- THIRD_PARTY_NOTICES.md
- .env.example
- "skills-lock.json"
- ".fallow-baseline.json"
- .graphify_detect.json
- .graphify_python
- .graphify_root
- .graphify_incremental.json
- ".pi/SYSTEM.md"
- ".pi/PACKAGING.md"
- "**/.*"
- ".pi/sounds"
- ".pi/harness/evals"
- ".pi/extensions/00-harness-project-control.ts"
- DOCS_BY_AUDIENCE.md
- GLOSSARY.md
- REPO_MAP.md
- START_HERE.md
- WORKFLOW_CHEAT_SHEET.md
# --- harness:managed:end ---