Dhanji R. Prasanna
|
a553764e93
|
docs(agents): add git authorship rule to all agent prompts
Ensure agents never override git author/email and instead put their
identity in the commit message body.
Agent: fowler
|
2026-01-07 10:27:44 +11:00 |
|
Dhanji R. Prasanna
|
ff08a622eb
|
ask all agents to commit their work
|
2026-01-07 09:31:02 +11:00 |
|
Dhanji R. Prasanna
|
9cb6282719
|
update lamport
|
2026-01-07 09:07:29 +11:00 |
|
Dhanji R. Prasanna
|
2592fee5d5
|
Generalize lamport.md examples to be language-agnostic
- Changed Rust-specific examples to generic ones:
- 'Tool calls must be valid JSON' → 'API responses must be valid JSON'
- 'Never block the async runtime' → 'Never block the event loop'
- 'Crate/module' → 'Module/package'
- 'run cargo test' → 'basic commands'
|
2026-01-06 12:49:00 +11:00 |
|
Dhanji R. Prasanna
|
e2fffaab94
|
Slim down AGENTS.md and update lamport.md for machine-specific output
AGENTS.md changes:
- Removed redundant sections that duplicated README.md:
- System Overview (crate table)
- File Structure Quick Reference
- Testing Strategy
- Pointers to Documentation
- Architecture Decisions
- Kept unique machine-specific sections:
- Critical Invariants (merged Performance Constraints)
- Recommended Entry Points
- Dangerous/Subtle Code Paths
- Do's and Don'ts for Automated Changes
- Common Incorrect Assumptions
- Dependency Analysis Artifacts
- Reduced from ~220 lines to ~116 lines
lamport.md changes:
- Rewrote AGENTS.md section with explicit instructions
- Added REQUIRED sections list (5 sections only)
- Added DO NOT include list to prevent README duplication
- AGENTS.md now points to README for architecture/usage
|
2026-01-06 12:46:40 +11:00 |
|
Dhanji R. Prasanna
|
f4a1bf5e93
|
fix agent-mode session resumption bug
|
2026-01-03 16:44:58 +11:00 |
|