Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/skills/update-design/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Read only what is relevant:
2. `docs/development-memo.md` when present
3. the source directories touched by the design
4. build manifests and CI workflows that constrain implementation
5. `AGENT.md`
5. `AGENTS.md`

If design docs do not exist, report that first and switch to proposing a minimal design outline derived from the current memo and README.

Expand Down
4 changes: 2 additions & 2 deletions .agents/skills/update-docs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Read the smallest set of files that define behavior:
1. entry points and changed source files
2. build and dependency manifests
3. CI workflows
4. `README.md`, `docs/`, `AGENT.md`
4. `README.md`, `docs/`, `AGENTS.md`
5. `docs/development-memo.md` when present

Do not update docs from memory. Derive every command and path from the repository.
Expand All @@ -25,7 +25,7 @@ Use this split:

- `README.md`: how to install, run, configure, and use the project
- `docs/`: design rationale, ADRs, requirements, internal notes
- `AGENT.md`: repo-specific instructions for Codex
- `AGENTS.md`: repo-specific instructions for Codex

For GitReal specifically, keep `README.md` and `docs/development-memo.md` aligned on:

Expand Down
2 changes: 1 addition & 1 deletion .agents/skills/update-plan/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run this immediately before presenting a substantial implementation plan.
Collect the minimum relevant context:

1. the current draft plan
2. `AGENT.md`
2. `AGENTS.md`
3. related design docs, ADRs, requirements, roadmap items, issue notes, and `docs/development-memo.md`
4. the source files and manifests the plan touches

Expand Down
162 changes: 21 additions & 141 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,148 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache
# Build artifacts
/git-real
*.exe
*.dll
*.so
*.dylib

# Optional REPL history
.node_repl_history
# Test / profiling
coverage.out
*.test
*.out
*.prof

# Output of 'npm pack'
*.tgz
# Cache
.cache/

# Yarn Integrity file
.yarn-integrity
# Editor / OS
*.swp
*.swo
.vscode/
.idea/
.DS_Store
Thumbs.db

# dotenv environment variable files
# dotenv
.env
.env.*
!.env.example

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist
.output

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp directory
.temp

# Sveltekit cache directory
.svelte-kit/

# vitepress build output
**/.vitepress/dist

# vitepress cache directory
**/.vitepress/cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# Firebase cache directory
.firebase/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# pnpm
.pnpm-store

# yarn v3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Vite files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vite/

# Go
.cache/
coverage.out
/git-real
151 changes: 0 additions & 151 deletions AGENT.md

This file was deleted.

Loading
Loading