Initial commit
This commit is contained in:
24
commands/akashic-init.md
Normal file
24
commands/akashic-init.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
description: Initialize AkashicRecords governance for current directory and subdirectories
|
||||
---
|
||||
|
||||
# Initialize AkashicRecords Governance
|
||||
|
||||
Mark the current directory and all subdirectories as following AkashicRecords governance rules.
|
||||
|
||||
## What this does
|
||||
|
||||
1. Scans current directory structure
|
||||
2. Identifies directories needing RULE.md or README.md
|
||||
3. Prompts user for initialization strategy
|
||||
4. Creates initial RULE.md (or inherits from parent)
|
||||
5. Creates/updates README.md with current contents
|
||||
6. Validates structure
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
/akashic-init
|
||||
```
|
||||
|
||||
Invoke the governance agent to initialize directory governance.
|
||||
30
commands/akashic-maintain.md
Normal file
30
commands/akashic-maintain.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
description: Validate and fix AkashicRecords governance issues
|
||||
---
|
||||
|
||||
# Maintain AkashicRecords Governance
|
||||
|
||||
Manually check and fix governance issues in current directory tree.
|
||||
|
||||
## What this does
|
||||
|
||||
1. Scans all subdirectories recursively
|
||||
2. Identifies missing RULE.md files
|
||||
3. Identifies outdated README.md files (>7 days since modification)
|
||||
4. Reports governance violations
|
||||
5. Offers to fix issues automatically
|
||||
6. Creates/updates files as needed
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
/akashic-maintain
|
||||
```
|
||||
|
||||
Useful for:
|
||||
- Periodic maintenance
|
||||
- After major directory reorganization
|
||||
- Auditing governance compliance
|
||||
- Fixing inheritance issues
|
||||
|
||||
Invoke the governance agent to perform comprehensive validation.
|
||||
Reference in New Issue
Block a user