Add adr-author skill, ADR template, and log security issues
- Introduced the `adr-author` skill for structured ADR creation; updated session setup and shared skills to require pre-loading it. - Added `SKILL.md` and `ADR_TEMPLATE.md` for ADR authoring workflow and documentation. - Updated protocol decision log with entries for the new skill and its integration. - Documented two critical JWT logging security issues in `LOGGING_ISSUES.md`. - Minor: added a cleanup Bash command in `settings.local.json`.
This commit is contained in:
parent
aecd54ffdd
commit
25522f7c27
|
|
@ -10,7 +10,8 @@
|
|||
"Bash(ls:*)",
|
||||
"Bash(while read:*)",
|
||||
"Bash(do sed -i '1a using AyCode.Core.Serializers.Toons;\\\\n' \"$f\")",
|
||||
"Bash(done)"
|
||||
"Bash(done)",
|
||||
"Bash(rm \"C:/Users/Fullepi/.claude/projects/H--Applications-Mango-Source-FruitBankHybridApp/memory/feedback_framework_docs_no_consumer_types.md\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue