You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: cross-link root-level documents and improve discoverability (#409)
* test(e2e): improve identityManager.test.ts assertion quality
- Remove 2 empty assert.ok(true) placeholders, convert to comments
- Replace typeof-only assertion with concrete value checks
- Convert 2 if-guarded assertions to assert.ok to prevent silent skips
- Add configUpdateError tests for saveNewIdentity/saveEditedField
- Rename describe/it blocks to specification-based descriptions
- Add name/email value verification in Add Form success test
🖥️ IDE: [Cursor](https://cursor.sh)
🔌 Extension: [Claude Code](https://claude.ai/download)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Model-Raw: claude-opus-4-6
* fix(test): use createQuickPick API in Edit Profile success test
The test was using legacy showQuickPickResult/showInputBoxResults
mock options which don't trigger the createQuickPick-based edit flow,
causing showEditProfileFlow to return false instead of true.
Switch to quickPickSelections/inputBoxSelections to match the
actual implementation API.
🖥️ IDE: [Cursor](https://cursor.sh)
🔌 Extension: [Claude Code](https://claude.ai/download)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Model-Raw: claude-opus-4-6
* docs: cross-link root-level documents and improve discoverability
- Add "See Also" section to all root-level .md files (README,
CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, AGENTS, GOVERNANCE)
for mutual discoverability
- Add Architecture, Threat Model, Languages links to README
extension card
- Add translation guide link to CONTRIBUTING.md See Also
- Add Threat Model link to SECURITY.md See Also
- Add Karesansui Architecture reference to GOVERNANCE.md
Quality Standard
- Fix GOVERNANCE.md: replace shishi-odoshi with sekimori-ishi,
improve metaphor accuracy, fix "gate review" wording
- Update sekimori-ishi reference link to Seattle Japanese Garden
🖥️ IDE: [Cursor](https://cursor.sh)
🔌 Extension: [Claude Code](https://claude.ai/download)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Model-Raw: claude-opus-4-6
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repository is a karesansui--a garden that expresses the universe through sa
8
8
9
9
## Principles
10
10
11
-
*In karesansui: the stone is core function, sand patterns are invisible quality, accents are delightful details.*
11
+
_In karesansui: the stone is core function, sand patterns are invisible quality, accents are delightful details._
12
12
13
13
**Discern the stone** -- Question the essence; do not place a stone that cannot answer
14
14
@@ -46,8 +46,17 @@ For questions or concerns: <contact@nullvariant.com>
46
46
47
47
---
48
48
49
-
*This garden exists for the satisfaction of its maker.*
49
+
_This garden exists for the satisfaction of its maker._
50
50
51
51
---
52
52
53
-
*This is an original code of conduct based on the [karesansui philosophy](extensions/git-id-switcher/docs/DESIGN_PHILOSOPHY.md), inspired by but not adapted from the [Contributor Covenant](https://www.contributor-covenant.org/).*
53
+
_This is an original code of conduct based on the [karesansui philosophy](extensions/git-id-switcher/docs/DESIGN_PHILOSOPHY.md), inspired by but not adapted from the [Contributor Covenant](https://www.contributor-covenant.org/)._
54
+
55
+
---
56
+
57
+
## See Also
58
+
59
+
-[GOVERNANCE.md](GOVERNANCE.md) — Who tends this garden and how
60
+
-[CONTRIBUTING.md](CONTRIBUTING.md) — How to contribute
61
+
-[SECURITY.md](SECURITY.md) — Security policy and vulnerability reporting
62
+
-[AGENTS.md](AGENTS.md) — Constraints for AI-assisted contributions
0 commit comments